Searched refs:ap_handle_session_timer (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | sta_info.c | 42 static void ap_handle_session_timer(void *eloop_ctx, void *timeout_ctx); 254 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_free_sta() 532 static void ap_handle_session_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_session_timer() function 565 ap_handle_session_timer, hapd, sta) == 1) { in ap_sta_replenish_timeout() 579 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_sta_session_timeout() 580 eloop_register_timeout(session_timeout, 0, ap_handle_session_timer, in ap_sta_session_timeout() 587 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_sta_no_session_timeout()
|