Searched refs:ap_handle_session_timer (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | sta_info.c | 44 static void ap_handle_session_timer(void *eloop_ctx, void *timeout_ctx); 264 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_free_sta() 559 static void ap_handle_session_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_session_timer() function 592 ap_handle_session_timer, hapd, sta) == 1) { in ap_sta_replenish_timeout() 606 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_sta_session_timeout() 607 eloop_register_timeout(session_timeout, 0, ap_handle_session_timer, in ap_sta_session_timeout() 614 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_sta_no_session_timeout()
|