This extends the Hostapd class to support monitor interface events and STATUS command similarly to the WpaSupplicant class so that internal hostapd state can be verified in more detail. Signed-hostap: Jouni Malinen <j@w1.fi>
28 lines
410 B
Text
28 lines
410 B
Text
driver=nl80211
|
|
|
|
hw_mode=g
|
|
channel=0
|
|
ieee80211n=1
|
|
|
|
interface=wlan3
|
|
ctrl_interface=/var/run/hostapd
|
|
|
|
ssid=bss-1
|
|
|
|
bss=wlan3-2
|
|
bssid=02:00:00:00:03:01
|
|
ctrl_interface=/var/run/hostapd
|
|
ssid=bss-2
|
|
wpa=2
|
|
wpa_key_mgmt=WPA-PSK
|
|
rsn_pairwise=CCMP
|
|
wpa_passphrase=12345678
|
|
|
|
bss=wlan3-3
|
|
bssid=02:00:00:00:03:02
|
|
ctrl_interface=/var/run/hostapd
|
|
ssid=bss-3
|
|
wpa=1
|
|
wpa_key_mgmt=WPA-PSK
|
|
rsn_pairwise=TKIP
|
|
wpa_passphrase=qwertyuiop
|