Fix some multi-BSSID configuration operations
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 3 Apr 2009 17:14:39 +0000 (20:14 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 3 Apr 2009 17:14:39 +0000 (20:14 +0300)
commitc213cc04332983fdf030224b9029cf7bb4e23dfd
treee30888c31bd0aae09be248edf3646ddb600bec10
parent282d55908be57571c736d07f3a211e50617ea0c6
Fix some multi-BSSID configuration operations

Static WEP keys were configured only for the first BSS. In addition,
STAs were flushed only for the first BSS. These operations should be in
hostapd_setup_bss(), not setup_interface().

Remove extra call to ieee802_11_set_beacon() for the first BSS. This
should only be done from hostapd_setup_bss(), i.e., once for each BSS.
hostapd/hostapd.c