Searched refs:ap_ht40_scan_retry (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/wpa_supplicant/src/ap/ |
H A D | hw_features.c | 429 static void ap_ht40_scan_retry(void *eloop_data, void *user_data) in ap_ht40_scan_retry() function 451 eloop_register_timeout(1, 0, ap_ht40_scan_retry, iface, NULL); in ap_ht40_scan_retry() 470 eloop_cancel_timeout(ap_ht40_scan_retry, iface, NULL); in hostapd_stop_setup_timers() 500 eloop_cancel_timeout(ap_ht40_scan_retry, iface, NULL); in ieee80211n_check_40mhz() 501 eloop_register_timeout(1, 0, ap_ht40_scan_retry, iface, NULL); in ieee80211n_check_40mhz()
|