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 177 * AP_DISASSOC_DELAY seconds. Similarly, the station will be deauthenticated
180 #define AP_DISASSOC_DELAY (1)
sta_info.c 467 "for " MACSTR " (%d seconds - AP_DISASSOC_DELAY)",
468 __func__, MAC2STR(sta->addr), AP_DISASSOC_DELAY);
469 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,
    [all...]

Completed in 3720 milliseconds