Searched refs:ap_handle_timer (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | sta_info.c | 262 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_free_sta() 381 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_timer() function 466 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer() 504 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer, in ap_handle_timer() 527 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in ap_handle_timer() 666 ap_handle_timer, hapd, sta); in ap_sta_add() 773 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_disassociate() 775 ap_handle_timer, hapd, sta); in ap_sta_disassociate() 822 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_deauthenticate() 824 ap_handle_timer, hapd, sta); in ap_sta_deauthenticate() [all …]
|
D | sta_info.h | 266 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
|
D | wnm_ap.c | 487 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in set_disassoc_timer() 490 ap_handle_timer, hapd, sta); in set_disassoc_timer()
|
D | hostapd.c | 2847 if (eloop_cancel_timeout(ap_handle_timer, hapd, sta) > 0) { in hostapd_new_assoc_sta() 2861 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta() 2863 ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
|
D | ieee802_11.c | 2936 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in handle_disassoc() 2937 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in handle_disassoc()
|