]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT: Drop FT Action frames if ft_over_ds=0
authorJouni Malinen <j@w1.fi>
Wed, 28 Dec 2016 23:13:59 +0000 (01:13 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 28 Dec 2016 23:13:59 +0000 (01:13 +0200)
commit1940559ea48174310ea1d4f9ca41b319cda701ab
tree583d2c4bc6149d2f732a31d2c0982a665bb223ce
parentef40b1b95e70b98c29e1d558fdf6a0c5d3e99f3e
FT: Drop FT Action frames if ft_over_ds=0

Previously, the hostapd ft_over_ds parameter was used to only advertise
whether FT-over-DS is enabled in MDE and leave it to the stations to
follow that advertisement. This commit extends this to explicitly reject
(silently drop) FT Action frames if a station does not follow the
advertised capabilities.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/wpa_auth_ft.c