Searched refs:ap_handle_timer (Results 1 - 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | sta_info.c | 264 wpa_printf(MSG_DEBUG, "%s: cancel ap_handle_timer for " MACSTR, in ap_free_sta() 266 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_free_sta() 405 * ap_handle_timer - Per STA timer handler 412 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_timer() function 494 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout " in ap_handle_timer() 497 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer() 539 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout " in ap_handle_timer() 542 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer, in ap_handle_timer() 562 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout " in ap_handle_timer() 565 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in ap_handle_timer() [all...] |
H A D | sta_info.h | 315 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
|
H A D | wnm_ap.c | 677 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in set_disassoc_timer() 680 ap_handle_timer, hapd, sta); in set_disassoc_timer()
|
H A D | hostapd.c | 3098 if (eloop_cancel_timeout(ap_handle_timer, hapd, sta) > 0) { in hostapd_new_assoc_sta() 3100 "%s: %s: canceled wired ap_handle_timer timeout for " in hostapd_new_assoc_sta() 3108 "%s: %s: reschedule ap_handle_timer timeout for " in hostapd_new_assoc_sta() 3112 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta() 3114 ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
|
H A D | ieee802_11.c | 4309 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in handle_disassoc() 4310 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in handle_disassoc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | sta_info.c | 304 wpa_printf(MSG_EXCESSIVE, "%s: cancel ap_handle_timer for " MACSTR_SEC, in ap_free_sta() 306 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in ap_free_sta() 452 * ap_handle_timer - Per STA timer handler 459 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx) in ap_handle_timer() function 544 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout " in ap_handle_timer() 547 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer() 589 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout " in ap_handle_timer() 592 eloop_register_timeout(AP_DISASSOC_DELAY, 0, ap_handle_timer, in ap_handle_timer() 613 wpa_printf(MSG_DEBUG, "%s: register ap_handle_timer timeout " in ap_handle_timer() 616 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in ap_handle_timer() [all...] |
H A D | sta_info.h | 362 void ap_handle_timer(void *eloop_ctx, void *timeout_ctx);
|
H A D | wnm_ap.c | 737 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in set_disassoc_timer() 740 ap_handle_timer, hapd, sta); in set_disassoc_timer()
|
H A D | hostapd.c | 3319 if (eloop_cancel_timeout(ap_handle_timer, hapd, sta) > 0) { in hostapd_new_assoc_sta() 3321 "%s: %s: canceled wired ap_handle_timer timeout for " in hostapd_new_assoc_sta() 3329 "%s: %s: reschedule ap_handle_timer timeout for " in hostapd_new_assoc_sta() 3333 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta() 3335 ap_handle_timer, hapd, sta); in hostapd_new_assoc_sta()
|
H A D | ieee802_11.c | 5909 eloop_cancel_timeout(ap_handle_timer, hapd, sta); in handle_disassoc() 5910 eloop_register_timeout(AP_DEAUTH_DELAY, 0, ap_handle_timer, in handle_disassoc()
|
Completed in 26 milliseconds