Searched refs:AP_DISASSOC_DELAY (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | sta_info.h | 340 * AP_DISASSOC_DELAY seconds. Similarly, the station will be deauthenticated 343 #define AP_DISASSOC_DELAY (3) macro
|
H A D | sta_info.c | 590 "for " MACSTR_SEC " (%d seconds - AP_DISASSOC_DELAY)", in ap_handle_timer() 591 __func__, MAC2STR_SEC(sta->addr), AP_DISASSOC_DELAY); in ap_handle_timer() 592 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer, in ap_handle_timer()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | sta_info.h | 293 * AP_DISASSOC_DELAY seconds. Similarly, the station will be deauthenticated 296 #define AP_DISASSOC_DELAY (3) macro
|
H A D | sta_info.c | 540 "for " MACSTR " (%d seconds - AP_DISASSOC_DELAY)", in ap_handle_timer() 541 __func__, MAC2STR(sta->addr), AP_DISASSOC_DELAY); in ap_handle_timer() 542 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer, in ap_handle_timer()
|
Completed in 11 milliseconds