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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.h267 * AP_DISASSOC_DELAY seconds. Similarly, the station will be deauthenticated
270 #define AP_DISASSOC_DELAY (3) macro
H A Dsta_info.c513 "for " MACSTR " (%d seconds - AP_DISASSOC_DELAY)",
514 __func__, MAC2STR(sta->addr), AP_DISASSOC_DELAY);
515 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.h267 * AP_DISASSOC_DELAY seconds. Similarly, the station will be deauthenticated
270 #define AP_DISASSOC_DELAY (3) macro
H A Dsta_info.c513 "for " MACSTR " (%d seconds - AP_DISASSOC_DELAY)",
514 __func__, MAC2STR(sta->addr), AP_DISASSOC_DELAY);
515 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.h267 * AP_DISASSOC_DELAY seconds. Similarly, the station will be deauthenticated
270 #define AP_DISASSOC_DELAY (3) macro
H A Dsta_info.c513 "for " MACSTR " (%d seconds - AP_DISASSOC_DELAY)",
514 __func__, MAC2STR(sta->addr), AP_DISASSOC_DELAY);
515 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,

Completed in 116 milliseconds