]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Use fail_test() instead of relying on HT rejection
authorBenjamin Berg <benjamin.berg@intel.com>
Wed, 8 Jan 2025 09:10:32 +0000 (10:10 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 26 Jan 2025 19:59:19 +0000 (21:59 +0200)
commit1879c5be4571f0d544b2479a5c879ea93f09677d
treeee438181767b97976cedf30682f1e223af77faf7
parent24ef9862f9c700783053eff5102a63e91cbf94a3
tests: Use fail_test() instead of relying on HT rejection

This is more robust as mac80211 will start checking that it supports the
BSS membership selectors present in the supported rates set.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Reviewed-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
tests/hwsim/test_connect_cmd.py