]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: ap_pmf: Stop using use_monitor=1
authorJohannes Berg <johannes.berg@intel.com>
Mon, 3 Feb 2025 20:45:28 +0000 (21:45 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 15 Feb 2025 09:26:28 +0000 (11:26 +0200)
commitea06126d1051f0a2a20c063d845e27539654f2f8
tree30fce4031937bee26620df641ac2a1201f941253
parent539648699b24ab578334f2a6b36e84e5c9a7dcd5
tests: ap_pmf: Stop using use_monitor=1

There's no need for this anymore, all the tests work without it. This
was originally used to be able to inject unprotected Deauthentication
and Disassociation frames in cases where PMF was in use, but commit
9bedf90047d6 ("nl80211: Use monitor interface for sending no-encrypt
test frames") allowed this to be done without having to for AP
operations to use the monitor interface for EAPOL frames with
use_monitor=1.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
tests/hwsim/test_ap_pmf.py