Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/ap/
HDsta_info.c262 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_free_sta()
350 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_timer() function
435 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer()
473 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer, in ap_handle_timer()
496 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in ap_handle_timer()
630 ap_handle_timer, hapd, sta); in ap_sta_add()
716 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_disassociate()
718 ap_handle_timer, hapd, sta); in ap_sta_disassociate()
755 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_deauthenticate()
757 ap_handle_timer, hapd, sta); in ap_sta_deauthenticate()
[all …]
HDsta_info.h204 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
HDwnm_ap.c470 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in set_disassoc_timer()
473 ap_handle_timer, hapd, sta); in set_disassoc_timer()
HDhostapd.c2597 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
2599 ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
HDieee802_11.c2019 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in handle_disassoc()
2020 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in handle_disassoc()