Searched refs:ap_handle_timer (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | sta_info.c | 333 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_free_sta() 530 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_timer() function 618 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer() 663 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer, in ap_handle_timer() 687 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in ap_handle_timer() 841 ap_handle_timer, hapd, sta); in ap_sta_add() 938 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_disconnect_common() 939 eloop_register_timeout(timeout, 0, ap_handle_timer, hapd, sta); in ap_sta_disconnect_common() 1639 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_disconnect() 1641 ap_handle_timer, hapd, sta); in ap_sta_disconnect()
|
H A D | sta_info.h | 354 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
|
H A D | wnm_ap.c | 901 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in set_disassoc_timer() 904 ap_handle_timer, hapd, sta); in set_disassoc_timer()
|
H A D | hostapd.c | 4110 if (eloop_cancel_timeout(ap_handle_timer, hapd, sta) > 0) { in hostapd_new_assoc_sta() 4124 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta() 4126 ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
|
H A D | ieee802_11.c | 5846 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_disassoc_sta() 5847 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in hostapd_disassoc_sta()
|