Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
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); in ap_free_sta()
586 static void ap_handle_session_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_session_timer() function
619 ap_handle_session_timer, hapd, sta) == 1) { in ap_sta_replenish_timeout()
633 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_sta_session_timeout()
634 eloop_register_timeout(session_timeout, 0, ap_handle_session_timer, in ap_sta_session_timeout()
641 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_sta_no_session_timeout()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.c45 static void ap_handle_session_timer(void *eloop_ctx, void *timeout_ctx);
295 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_free_sta()
622 static void ap_handle_session_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_session_timer() function
656 ap_handle_session_timer, hapd, sta) == 1) { in ap_sta_replenish_timeout()
670 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_sta_session_timeout()
671 eloop_register_timeout(session_timeout, 0, ap_handle_session_timer, in ap_sta_session_timeout()
678 eloop_cancel_timeout(ap_handle_session_timer, hapd, sta); in ap_sta_no_session_timeout()