Remove experimental non-AP STA code from hostapd
authorJouni Malinen <j@w1.fi>
Fri, 21 Nov 2008 18:48:58 +0000 (20:48 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 21 Nov 2008 18:48:58 +0000 (20:48 +0200)
commitfe2c5241b58ce1e62f224ac56e47e12b16a752ed
tree0ca728698f3542a1cecf8ce5113f108bf460ad5d
parentddaa83ebeb108d00cd5888497fb4139d7cd6947e
Remove experimental non-AP STA code from hostapd

This was used to allow hostapd to associate as a non-AP STA to another
AP one the same channel while still acting as an AP with the Host AP
driver. This was very experimental and did not work with all firmware
versions. Nowadays, much better way of doing this is to use mac80211
virtual non-AP STA interface. As such, this experimental code can be
removed from hostapd to reduce the code size and make MLME code easier
to understand since it is now only handling AP functionality.
hostapd/config.c
hostapd/config.h
hostapd/driver_hostap.c
hostapd/hostapd.c
hostapd/hostapd.conf
hostapd/hostapd.h
hostapd/ieee802_11.c