Searched refs:ap_handle_timer (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c251 wpa_printf(MSG_DEBUG, "%s: cancel ap_handle_timer for " MACSTR,
253 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
358 * ap_handle_timer - Per STA timer handler
365 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) function
447 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
450 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd,
485 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
488 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,
508 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
511 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
[all...]
H A Dsta_info.h236 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
H A Dwnm_ap.c499 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
502 ap_handle_timer, hapd, sta);
H A Dhostapd.c2687 "%s: %s: reschedule ap_handle_timer timeout for "
2691 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
2693 ap_handle_timer, hapd, sta);
H A Dieee802_11.c2253 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
2254 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c251 wpa_printf(MSG_DEBUG, "%s: cancel ap_handle_timer for " MACSTR,
253 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
358 * ap_handle_timer - Per STA timer handler
365 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) function
447 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
450 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd,
485 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
488 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,
508 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
511 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
[all...]
H A Dsta_info.h236 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
H A Dwnm_ap.c499 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
502 ap_handle_timer, hapd, sta);
H A Dhostapd.c2687 "%s: %s: reschedule ap_handle_timer timeout for "
2691 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
2693 ap_handle_timer, hapd, sta);
H A Dieee802_11.c2253 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
2254 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c251 wpa_printf(MSG_DEBUG, "%s: cancel ap_handle_timer for " MACSTR,
253 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
358 * ap_handle_timer - Per STA timer handler
365 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) function
447 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
450 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd,
485 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
488 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,
508 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
511 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
[all...]
H A Dsta_info.h236 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
H A Dwnm_ap.c499 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
502 ap_handle_timer, hapd, sta);
H A Dhostapd.c2687 "%s: %s: reschedule ap_handle_timer timeout for "
2691 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
2693 ap_handle_timer, hapd, sta);
H A Dieee802_11.c2253 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
2254 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,

Completed in 165 milliseconds