]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix run_eht_mld_sae_two_links()
authorIlan Peer <ilan.peer@intel.com>
Wed, 1 May 2024 07:19:53 +0000 (10:19 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 12 Jul 2024 10:00:46 +0000 (13:00 +0300)
commitb946a800f02aa5a0aaafd4e82acd66bc3e5e4872
tree3c912acb18c83652578c22456bc9c95a5cd313a4
parentb7aecfe5f911920a42b42677ef82bcb588096c0d
tests: Fix run_eht_mld_sae_two_links()

In the case that the AP MLD is disabled and enabled again, flush
the wpa_supplicant BSS table before reconnecting as otherwise
the previous AP MLD BSSs would be in the BSS table and the wpa_supplicant
would try to connect to them.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
tests/hwsim/test_eht.py