Searched refs:ap_handle_session_timer (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | sta_info.c | 45 static void ap_handle_session_timer(void *eloop_ctx, void *timeout_ctx); 334 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_free_sta() 708 static void ap_handle_session_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_session_timer() function 742 ap_handle_session_timer, hapd, sta) == 1) { in ap_sta_replenish_timeout() 756 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_sta_session_timeout() 757 eloop_register_timeout(session_timeout, 0, ap_handle_session_timer, in ap_sta_session_timeout() 764 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_sta_no_session_timeout()
|