mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
b47750beba
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>
29 lines
410 B
Plaintext
29 lines
410 B
Plaintext
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
|