Searched refs:ap_handle_timer (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/wpa/src/ap/ |
| HD | sta_info.c | 262 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 …]
|
| HD | sta_info.h | 204 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
|
| HD | wnm_ap.c | 470 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in set_disassoc_timer() 473 ap_handle_timer, hapd, sta); in set_disassoc_timer()
|
| HD | hostapd.c | 2597 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta() 2599 ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
|
| HD | ieee802_11.c | 2019 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()
|