]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Pass extra_bss_membership_selectors to nl80211 driver
authorBenjamin Berg <benjamin.berg@intel.com>
Wed, 8 Jan 2025 09:10:33 +0000 (10:10 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 26 Jan 2025 20:06:18 +0000 (22:06 +0200)
commita0f826c21969c7a103d947d8852295dccf9b59e8
tree3103894f9ec58de0e7e1b468f2d50bd0dea9ed63
parent1879c5be4571f0d544b2479a5c879ea93f09677d
tests: Pass extra_bss_membership_selectors to nl80211 driver

mac80211 will start checking whether the BSS membership selectors
present in the supported rates set are supported by the local station.
Add the appropriate options so that the check is bypassed when
implemented on newer kernels.

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