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

  /external/wpa_supplicant_8/src/ap/
sta_info.h 139 * AP_DISASSOC_DELAY seconds. Similarly, the station will be deauthenticated
142 #define AP_DISASSOC_DELAY (1)
sta_info.c 391 "for " MACSTR " (%d seconds - AP_DISASSOC_DELAY)",
392 __func__, MAC2STR(sta->addr), AP_DISASSOC_DELAY);
393 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,

Completed in 19 milliseconds