Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.h341 * after AP_DEAUTH_DELAY seconds has passed after disassociation. */
344 #define AP_DEAUTH_DELAY (1) macro
H A Dsta_info.c614 "for " MACSTR_SEC " (%d seconds - AP_DEAUTH_DELAY)", in ap_handle_timer()
615 __func__, MAC2STR_SEC(sta->addr), AP_DEAUTH_DELAY); in ap_handle_timer()
616 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in ap_handle_timer()
H A Dieee802_11.c5910 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in handle_disassoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dsta_info.h294 * after AP_DEAUTH_DELAY seconds has passed after disassociation. */
297 #define AP_DEAUTH_DELAY (1) macro
H A Dsta_info.c563 "for " MACSTR " (%d seconds - AP_DEAUTH_DELAY)", in ap_handle_timer()
564 __func__, MAC2STR(sta->addr), AP_DEAUTH_DELAY); in ap_handle_timer()
565 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in ap_handle_timer()
H A Dieee802_11.c4310 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in handle_disassoc()

Completed in 18 milliseconds