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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dsta_info.c264 wpa_printf(MSG_DEBUG, "%s: cancel ap_handle_timer for " MACSTR,
266 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
405 * ap_handle_timer - Per STA timer handler
412 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) function
494 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
497 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd,
539 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
542 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer,
562 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout "
565 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,
[all...]
H A Dsta_info.h315 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
H A Dwnm_ap.c677 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
680 ap_handle_timer, hapd, sta);
H A Dhostapd.c3098 if (eloop_cancel_timeout(ap_handle_timer, hapd, sta) > 0) {
3100 "%s: %s: canceled wired ap_handle_timer timeout for "
3108 "%s: %s: reschedule ap_handle_timer timeout for "
3112 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
3114 ap_handle_timer, hapd, sta);
H A Dieee802_11.c4309 eloop_cancel_timeout(ap_handle_timer, hapd, sta);
4310 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer,

Completed in 104 milliseconds