]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: FT RRB internal delivery to non-WPA BSS
authorMichael Braun <michael-dev@fami-braun.de>
Wed, 24 Feb 2016 11:53:24 +0000 (12:53 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 28 Feb 2016 15:45:45 +0000 (17:45 +0200)
commit186ca4736d620cc1e132f361d81c9a45906c531d
tree44b2f31d6662df40b3cedba5502b4a2f5960a1de
parent71456dbdf2f9eddbf7bde4b316fe1309b26ff995
tests: FT RRB internal delivery to non-WPA BSS

A malicious station could try to do FT-over-DS with a non WPA-enabled
BSS. When this BSS is located in the same hostapd instance, internal RRB
delivery will be used and thus the FT Action Frame will be processed by
a non-WPA enabled BSS. This processing used to crash hostapd as
hapd->wpa_auth is NULL.

This test implements such a malicious request for regression testing.

Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
tests/hwsim/test_ap_ft.py