Home
last modified time | relevance | path

Searched refs:ap_handle_timer (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dsta_info.c294 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_free_sta()
449 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_timer() function
534 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer()
579 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer, in ap_handle_timer()
603 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in ap_handle_timer()
753 ap_handle_timer, hapd, sta); in ap_sta_add()
861 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_disassociate()
863 ap_handle_timer, hapd, sta); in ap_sta_disassociate()
913 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_deauthenticate()
915 ap_handle_timer, hapd, sta); in ap_sta_deauthenticate()
[all …]
Dsta_info.h365 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
Dwnm_ap.c745 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in set_disassoc_timer()
748 ap_handle_timer, hapd, sta); in set_disassoc_timer()
Dhostapd.c3259 if (eloop_cancel_timeout(ap_handle_timer, hapd, sta) > 0) { in hostapd_new_assoc_sta()
3273 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
3275 ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
Dieee802_11.c5920 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in handle_disassoc()
5921 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in handle_disassoc()