Searched refs:ap_sta_reset_steer_flag_timer (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wnm_ap.h | 26 void ap_sta_reset_steer_flag_timer(void *eloop_ctx, void *timeout_ctx);
|
D | wnm_ap.c | 424 void ap_sta_reset_steer_flag_timer(void *eloop_ctx, void *timeout_ctx) in ap_sta_reset_steer_flag_timer() function 490 eloop_cancel_timeout(ap_sta_reset_steer_flag_timer, hapd, sta); in ieee802_11_rx_bss_trans_mgmt_resp() 491 eloop_register_timeout(2, 0, ap_sta_reset_steer_flag_timer, in ieee802_11_rx_bss_trans_mgmt_resp()
|
D | sta_info.c | 375 eloop_cancel_timeout(ap_sta_reset_steer_flag_timer, hapd, sta); in ap_free_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wnm_ap.h | 26 void ap_sta_reset_steer_flag_timer(void *eloop_ctx, void *timeout_ctx);
|
D | wnm_ap.c | 448 void ap_sta_reset_steer_flag_timer(void *eloop_ctx, void *timeout_ctx) in ap_sta_reset_steer_flag_timer() function 514 eloop_cancel_timeout(ap_sta_reset_steer_flag_timer, hapd, sta); in ieee802_11_rx_bss_trans_mgmt_resp() 515 eloop_register_timeout(2, 0, ap_sta_reset_steer_flag_timer, in ieee802_11_rx_bss_trans_mgmt_resp()
|
D | sta_info.c | 402 eloop_cancel_timeout(ap_sta_reset_steer_flag_timer, hapd, sta); in ap_free_sta()
|