mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 16:58:41 -05:00
77990cd7a9
Verify that a single configuration file can be used to initiate multiple BSSes in hostapd and that these BSSes can then be dynamically removed. Signed-hostap: Jouni Malinen <j@w1.fi>
22 lines
271 B
Plaintext
22 lines
271 B
Plaintext
driver=nl80211
|
|
|
|
hw_mode=g
|
|
channel=1
|
|
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
|
|
|
|
bss=wlan3-3
|
|
bssid=02:00:00:00:03:02
|
|
ctrl_interface=/var/run/hostapd
|
|
ssid=bss-3
|