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

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dsta_info.h293 * AP_DISASSOC_DELAY seconds. Similarly, the station will be deauthenticated
296 #define AP_DISASSOC_DELAY (3) macro
H A Dsta_info.c540 "for " MACSTR " (%d seconds - AP_DISASSOC_DELAY)",
541 __func__, MAC2STR(sta->addr), AP_DISASSOC_DELAY);
542 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,

Completed in 130 milliseconds