This series of patches fixes two cases where incorrect bss get blacklisted when roaming or reconnecting to same ESS and authentication times out. Also adds test functionality and test cases to reproduce the problems with hwsim. Mikael Kanstrup (5): nl80211: Add driver parameter force_bss_selection Implement IGNORE_AUTH_RESP control interface debug command tests: Add testcase for (reassoc) roam failure due to auth timeout tests: Add testcase for reconnect failure due to auth timeout Blacklist correct bssid on auth timeout src/drivers/driver_nl80211.c | 6 +++ tests/hwsim/test_ap_roam.py | 85 +++++++++++++++++++++++++++++++++++++++ wpa_supplicant/ctrl_iface.c | 7 ++++ wpa_supplicant/events.c | 14 +++++++ wpa_supplicant/wpa_cli.c | 6 ++- wpa_supplicant/wpa_supplicant.c | 22 +++++++--- wpa_supplicant/wpa_supplicant_i.h | 3 ++ 7 files changed, 136 insertions(+), 7 deletions(-) -- 2.9.0.137.gcf4c2cf _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap