HomeSort by relevance Sort by last modified time
    Searched refs:AP_DEAUTH_DELAY (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
sta_info.h 140 * after AP_DEAUTH_DELAY seconds has passed after disassociation. */
143 #define AP_DEAUTH_DELAY (1)
sta_info.c 410 "for " MACSTR " (%d seconds - AP_DEAUTH_DELAY)",
411 __func__, MAC2STR(sta->addr), AP_DEAUTH_DELAY);
412 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
ieee802_11.c     [all...]

Completed in 25 milliseconds