hostap/tests/hwsim/multi-bss.conf
Jouni Malinen 77990cd7a9 tests: Add test case for multi-BSS configuration file
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>
2013-11-03 20:20:50 +02:00

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