Searched refs:ap_handle_timer (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/src/ap/ |
D | sta_info.c | 337 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_free_sta() 534 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_timer() function 622 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer() 667 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer, in ap_handle_timer() 691 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in ap_handle_timer() 845 ap_handle_timer, hapd, sta); in ap_sta_add() 942 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_disconnect_common() 943 eloop_register_timeout(timeout, 0, ap_handle_timer, hapd, sta); in ap_sta_disconnect_common() 1658 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_disconnect() 1660 ap_handle_timer, hapd, sta); in ap_sta_disconnect()
|
D | sta_info.h | 367 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
|
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()
|
D | hostapd.c | 4056 if (eloop_cancel_timeout(ap_handle_timer, hapd, sta) > 0) { in hostapd_new_assoc_sta() 4070 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta() 4072 ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
|
D | ieee802_11.c | 5827 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_disassoc_sta() 5828 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in hostapd_disassoc_sta()
|