Searched refs:ap_handle_timer (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | sta_info.c | 261 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_free_sta() 346 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_timer() function 431 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer() 469 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer, in ap_handle_timer() 492 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in ap_handle_timer() 626 ap_handle_timer, hapd, sta); in ap_sta_add() 712 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_disassociate() 714 ap_handle_timer, hapd, sta); in ap_sta_disassociate() 751 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_sta_deauthenticate() 753 ap_handle_timer, hapd, sta); in ap_sta_deauthenticate() [all …]
|
D | sta_info.h | 201 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
|
D | 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()
|
D | hostapd.c | 2400 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta() 2402 ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
|
D | ieee802_11.c | 1929 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in handle_disassoc() 1930 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in handle_disassoc()
|