Searched refs:ap_handle_session_timer (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/ap/ |
D | sta_info.c | 49 static void ap_handle_session_timer(void *eloop_ctx, void *timeout_ctx); 338 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_free_sta() 712 static void ap_handle_session_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_session_timer() function 746 ap_handle_session_timer, hapd, sta) == 1) { in ap_sta_replenish_timeout() 760 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_sta_session_timeout() 761 eloop_register_timeout(session_timeout, 0, ap_handle_session_timer, in ap_sta_session_timeout() 768 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_sta_no_session_timeout()
|