]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/sta_info.c
Remove unused leftover from multi-SSID design
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 20 Apr 2015 21:33:25 +0000 (00:33 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 22 Apr 2015 08:17:32 +0000 (11:17 +0300)
commitf41ded6fa4032976b01634ed3946762cb1f383a6
tree16cabe6e19ac2941f17b33925eec1e7a9a897e4a
parentcb71a8342deae83ea2c86df4f3521f8b765c7f42
Remove unused leftover from multi-SSID design

The multi-SSID design that used a single beaconing BSSID with multiple
SSIDs was never completed in this repository, so there is no need to
maintain the per-STA ssid/ssid_probe pointers that could only point to
&hapd->conf->ssid. Save some memory and reduce code complexity by
removing this unused partial capability.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/beacon.c
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/ieee802_1x.c
src/ap/sta_info.c
src/ap/sta_info.h
src/ap/vlan_init.c
src/ap/vlan_init.h