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>
This commit is contained in:
parent
d2d444deef
commit
018edec9b2
16 changed files with 1 additions and 633 deletions
|
@ -80,7 +80,6 @@ CONFIG_MBO=y
|
|||
CONFIG_CODE_COVERAGE=y
|
||||
CFLAGS += -O0 -Wsign-compare
|
||||
|
||||
CONFIG_IAPP=y
|
||||
CONFIG_TAXONOMY=y
|
||||
#CONFIG_FILS=y
|
||||
#CONFIG_FILS_SK_PFS=y
|
||||
|
|
|
@ -105,7 +105,6 @@ CONFIG_SUITEB=y
|
|||
#LIBS_c += -fsanitize=undefined
|
||||
CONFIG_MBO=y
|
||||
|
||||
CONFIG_IAPP=y
|
||||
CONFIG_TAXONOMY=y
|
||||
CONFIG_FILS=y
|
||||
CONFIG_FILS_SK_PFS=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue