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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dsta_info.c45 static void ap_handle_session_timer(void *eloop_ctx, void *timeout_ctx);
267 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta);
586 static void ap_handle_session_timer(void *eloop_ctx, void *timeout_ctx) function
619 ap_handle_session_timer, hapd, sta) == 1) {
633 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta);
634 eloop_register_timeout(session_timeout, 0, ap_handle_session_timer,
641 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta);

Completed in 115 milliseconds