]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Allow the first BSS in a multi-BSS setup to be removed
authorKyeyoon Park <kyeyoonp@qca.qualcomm.com>
Wed, 30 Oct 2013 23:34:32 +0000 (16:34 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 31 Oct 2013 20:00:31 +0000 (22:00 +0200)
commit390e489c0d9415caf103367136eaa534b559837c
tree8df864d9b6345e7b93682e41841d6e7ab9b7f8f5
parent834ee56f7862fed6eb60c84b9ba7cae9dd64d4a7
hostapd: Allow the first BSS in a multi-BSS setup to be removed

This moves the vif added check from core hostapd to the driver wrapper
(only driver_nl80211.c uses this) and reorders operations a bit to allow
the first BSS (vif) to be removed from a multi-BSS setup.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/hostapd.c
src/ap/hostapd.h
src/drivers/driver_nl80211.c