
NA150 Series Network Appliance U
ser’s Manual
Software User Guide
25
Connect AP use wpa_supplicant
Configure wpa_supplicant
$ vi example.conf
ctrl_interface=/var/run/wpa_supplicant(you must add this this in the first line)
configure Encryption as disable and no authentication type
network={
ssid="AP_SSID"
key_mgmt=NONE
}
configure Encryption as WEP Open type
network={
ssid=" AP_SSID "
key_mgmt=NONE
auth_alg=OPEN
wep_key0=0123456789
wep_tx_keyidx=0
}
configure Encryption as WEP and shared key as authentication type
network={
ssid=" AP_SSID "
key_mgmt=NONE
auth_alg=SHARED
wep_key0=0123456789
wep_tx_keyidx=0
}
configure Encryption as TKIP and WPA-PSK as authentication type
network={