tests: Verify TDLS responder teardown in encrypted network
authorArik Nemtsov <arik@wizery.com>
Mon, 29 Sep 2014 18:47:54 +0000 (20:47 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 3 Oct 2014 08:53:31 +0000 (11:53 +0300)
commit77835ae9dd309d84b697ecf05a5a5b530e8e077a
tree87a3ab75be64e529b66ee4bf6287f518fa0ccc82
parent08d7665c6b799a9d781c573b1c7a8983c79de302
tests: Verify TDLS responder teardown in encrypted network

Older mac80211 implementations did not set the link identifier
appropriately, resulting in an incorrect teardown packet being sent the
peer. wpa_supplicant adds the FTE containing the MIC field calculated
using the correct link-identifier. This causes a MIC failure on the
other side and the teardown is discarded. Verify this case is fixed by
newer kernel and wpa_supplicant code.

Signed-off-by: Arik Nemtsov <arikx.nemtsov@intel.com>
tests/hwsim/test_ap_tdls.py