Searched refs:ap_ht40_scan_retry (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | hw_features.c | 426 static void ap_ht40_scan_retry(void *eloop_data, void *user_data) in ap_ht40_scan_retry() function 448 eloop_register_timeout(1, 0, ap_ht40_scan_retry, iface, NULL); in ap_ht40_scan_retry() 467 eloop_cancel_timeout(ap_ht40_scan_retry, iface, NULL); in hostapd_stop_setup_timers() 497 eloop_cancel_timeout(ap_ht40_scan_retry, iface, NULL); in ieee80211n_check_40mhz() 498 eloop_register_timeout(1, 0, ap_ht40_scan_retry, iface, NULL); in ieee80211n_check_40mhz()
|