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

/netbsd-current/external/bsd/wpa/dist/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)",
564 __func__, MAC2STR(sta->addr), AP_DEAUTH_DELAY);
565 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
H A Dieee802_11.c4310 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,

Completed in 257 milliseconds