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 D | sta_info.h | 341 * after AP_DEAUTH_DELAY seconds has passed after disassociation. */ 344 #define AP_DEAUTH_DELAY (1) macro
|
H A D | sta_info.c | 614 "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 D | ieee802_11.c | 5910 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 D | sta_info.h | 294 * after AP_DEAUTH_DELAY seconds has passed after disassociation. */ 297 #define AP_DEAUTH_DELAY (1) macro
|
H A D | sta_info.c | 563 "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 D | ieee802_11.c | 4310 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in handle_disassoc()
|
Completed in 18 milliseconds