hostapd/src
Abhishek Singh 795baf773f hostapd: Filter channel list updated events after country code change
We were not filtering the EVENT_CHANNEL_LIST_CHANGED events based on the
regulatory hint initiator. So wait for EVENT_CHANNEL_LIST_CHANGED event
after our own change was triggered even when regulatory hint initiator
was the driver. This could result in the wait for the channel list to be
updated to be terminated before the real change has occurred and as
such, old channel list remaining in use when configuring
hostapd/wpa_supplicant country parameter. Fix this by filtering the
hints according to the initiator and only regulatory hints initiated by
user will be used to stop the wait.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
2013-11-15 02:59:55 +02:00
..
ap hostapd: Filter channel list updated events after country code change 2013-11-15 02:59:55 +02:00
common hostapd: Add option to send OBSS scan params 2013-11-07 14:05:41 +02:00
crypto Android: Switch keystore to binder 2013-11-08 11:46:53 +02:00
drivers hostapd: Filter channel list updated events after country code change 2013-11-15 02:59:55 +02:00
eap_common Use ARRAY_SIZE() macro 2013-10-26 17:49:05 +03:00
eap_peer eap_proxy: Add context data pointer to the get_imsi call 2013-10-23 20:51:46 +03:00
eap_server Convert perror/printf calls to wpa_printf 2013-11-02 12:58:33 +02:00
eapol_auth EAPOL: Fix static analyzer warnings for pac_opaque_encr_key 2013-11-05 10:28:57 +02:00
eapol_supp eap_proxy: Add context data pointer to the get_imsi call 2013-10-23 20:51:46 +03:00
l2_packet Update license notification in files initially contributed by Sam 2012-06-30 19:36:04 +03:00
p2p P2P: Add debug print of P2P Group ID SSID 2013-11-07 13:48:53 +02:00
radius Remove a compiler warning from -O0 build 2013-11-06 00:00:58 +02:00
rsn_supp Set GTK rekey offload information after initial group key handshake 2013-10-30 11:41:40 +02:00
tls Use ARRAY_SIZE() macro 2013-10-26 17:49:05 +03:00
utils Android: Use correct header file path for capability.h 2013-11-08 11:36:14 +02:00
wps WPS NFC: Add more debug for NFC Password Token matching 2013-11-07 13:48:49 +02:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00