]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove IAPP functionality from hostapd
authorJouni Malinen <j@w1.fi>
Wed, 11 Sep 2019 09:34:28 +0000 (12:34 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 11 Sep 2019 10:11:03 +0000 (13:11 +0300)
commit018edec9b2bd3db20605117c32ff79c1e625c432
tree40e4e4d8759a884a09330664bb977e4ee17d624d
parentd2d444deef3a9cc7e6b996190f276c5013907e3c
Remove IAPP functionality from hostapd

IEEE Std 802.11F-2003 was withdrawn in 2006 and as such it has not been
maintained nor is there any expectation of the withdrawn trial-use
recommended practice to be maintained in the future. Furthermore,
implementation of IAPP in hostapd was not complete, i.e., only parts of
the recommended practice were included. The main item of some real use
long time ago was the Layer 2 Update frame to update bridges when a STA
roams within an ESS, but that functionality has, in practice, been moved
to kernel drivers to provide better integration with the networking
stack.

Signed-off-by: Jouni Malinen <j@w1.fi>
16 files changed:
hostapd/Android.mk
hostapd/Makefile
hostapd/android.config
hostapd/config_file.c
hostapd/defconfig
hostapd/hostapd.conf
hostapd/main.c
src/ap/Makefile
src/ap/ap_config.h
src/ap/hostapd.c
src/ap/hostapd.h
src/ap/iapp.c [deleted file]
src/ap/iapp.h [deleted file]
src/utils/wpa_debug.h
tests/build/build-hostapd-internal.config
tests/hwsim/example-hostapd.config