Example configurations, Plain text connection with hidden ssid, Kdt750 user’s guide – AML KDT750 Price Verification System User Manual
Page 43
KDT750 User’s Guide
5 - 7
Example Configurations
The following are example text that could be entered into the wifi.conf file. These examples
in the plain file format are available on the KDT750 product CD.
Plain text connection (No Encryption, No Authorization, AP Broadcasting SSID)
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
ssid="MySSID"
key_mgmt=NONE
}
Plain text connection with hidden SSID
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
ssid="MySSID"
key_mgmt=NONE
scan_ssid=1
}
Open WEP Encrypted with hidden SSID, WEP Keys in Text Format
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
ssid="MySSID"
key_mgmt=NONE
scan_ssid=1
auth_alg=OPEN
wep_tx_keyidx=0
wep_key0="MYTEXTWEPKEY0"
wep_key1="MYTEXTWEPKEY1"
wep_key2="MYTEXTWEPKEY2"
wep_key3="MYTEXTWEPKEY3"
}
Exact Configuration as Above but with WEP Keys in Hex Format
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
ssid="MySSID"
key_mgmt=NONE