Searched defs:ap_ht40_scan_retry (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhw_features.c419 static void ap_ht40_scan_retry(void *eloop_data, void *user_data) function
441 eloop_register_timeout(1, 0, ap_ht40_scan_retry, iface, NULL);
460 eloop_cancel_timeout(ap_ht40_scan_retry, iface, NULL);
489 eloop_cancel_timeout(ap_ht40_scan_retry, iface, NULL);
490 eloop_register_timeout(1, 0, ap_ht40_scan_retry, iface, NULL);
/external/wpa_supplicant_8/src/ap/
H A Dhw_features.c419 static void ap_ht40_scan_retry(void *eloop_data, void *user_data) function
441 eloop_register_timeout(1, 0, ap_ht40_scan_retry, iface, NULL);
460 eloop_cancel_timeout(ap_ht40_scan_retry, iface, NULL);
489 eloop_cancel_timeout(ap_ht40_scan_retry, iface, NULL);
490 eloop_register_timeout(1, 0, ap_ht40_scan_retry, iface, NULL);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhw_features.c419 static void ap_ht40_scan_retry(void *eloop_data, void *user_data) function
441 eloop_register_timeout(1, 0, ap_ht40_scan_retry, iface, NULL);
460 eloop_cancel_timeout(ap_ht40_scan_retry, iface, NULL);
489 eloop_cancel_timeout(ap_ht40_scan_retry, iface, NULL);
490 eloop_register_timeout(1, 0, ap_ht40_scan_retry, iface, NULL);

Completed in 224 milliseconds