Searched refs:ap_handle_timer (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | sta_info.c | 263 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_free_sta() 392 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_timer() function 477 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer() 515 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer, in ap_handle_timer() 538 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in ap_handle_timer() 677 ap_handle_timer, hapd, sta); in ap_sta_add() 784 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_disassociate() 786 ap_handle_timer, hapd, sta); in ap_sta_disassociate() 833 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_deauthenticate() 835 ap_handle_timer, hapd, sta); in ap_sta_deauthenticate() [all …]
|
D | wnm_ap.c | 494 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in set_disassoc_timer() 497 ap_handle_timer, hapd, sta); in set_disassoc_timer()
|
D | sta_info.h | 289 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
|
D | hostapd.c | 2973 if (eloop_cancel_timeout(ap_handle_timer, hapd, sta) > 0) { in hostapd_new_assoc_sta() 2987 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta() 2989 ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
|
D | ieee802_11.c | 3403 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in handle_disassoc() 3404 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in handle_disassoc()
|