Searched defs:ap_handle_timer (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c230 wpa_printf(MSG_DEBUG, "%s: cancel ap_handle_timer for " MACSTR,
232 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
309 * ap_handle_timer - Per STA timer handler
316 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) function
390 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
393 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd,
428 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
431 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,
451 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
454 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c230 wpa_printf(MSG_DEBUG, "%s: cancel ap_handle_timer for " MACSTR,
232 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
309 * ap_handle_timer - Per STA timer handler
316 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) function
390 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
393 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd,
428 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
431 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,
451 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
454 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c230 wpa_printf(MSG_DEBUG, "%s: cancel ap_handle_timer for " MACSTR,
232 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
309 * ap_handle_timer - Per STA timer handler
316 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) function
390 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
393 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd,
428 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
431 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,
451 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
454 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
[all...]

Completed in 153 milliseconds