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

/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dhw_features.c429 static void ap_ht40_scan_retry(void *eloop_data, void *user_data) function
451 eloop_register_timeout(1, 0, ap_ht40_scan_retry, iface, NULL);
470 eloop_cancel_timeout(ap_ht40_scan_retry, iface, NULL);
500 eloop_cancel_timeout(ap_ht40_scan_retry, iface, NULL);
501 eloop_register_timeout(1, 0, ap_ht40_scan_retry, iface, NULL);

Completed in 69 milliseconds