Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.c266 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_free_sta()
412 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_timer() function
497 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer()
542 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer, in ap_handle_timer()
565 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in ap_handle_timer()
714 ap_handle_timer, hapd, sta); in ap_sta_add()
821 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_disassociate()
823 ap_handle_timer, hapd, sta); in ap_sta_disassociate()
872 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_deauthenticate()
874 ap_handle_timer, hapd, sta); in ap_sta_deauthenticate()
[all …]
Dsta_info.h315 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
Dwnm_ap.c677 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in set_disassoc_timer()
680 ap_handle_timer, hapd, sta); in set_disassoc_timer()
Dhostapd.c3098 if (eloop_cancel_timeout(ap_handle_timer, hapd, sta) > 0) { in hostapd_new_assoc_sta()
3112 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
3114 ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
Dieee802_11.c4309 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in handle_disassoc()
4310 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in handle_disassoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.c294 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_free_sta()
447 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_timer() function
532 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer()
577 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer, in ap_handle_timer()
601 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in ap_handle_timer()
751 ap_handle_timer, hapd, sta); in ap_sta_add()
859 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_disassociate()
861 ap_handle_timer, hapd, sta); in ap_sta_disassociate()
911 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_deauthenticate()
913 ap_handle_timer, hapd, sta); in ap_sta_deauthenticate()
[all …]
Dsta_info.h362 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
Dwnm_ap.c732 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in set_disassoc_timer()
735 ap_handle_timer, hapd, sta); in set_disassoc_timer()
Dhostapd.c3249 if (eloop_cancel_timeout(ap_handle_timer, hapd, sta) > 0) { in hostapd_new_assoc_sta()
3263 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
3265 ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
Dieee802_11.c5885 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in handle_disassoc()
5886 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in handle_disassoc()