Home
last modified time | relevance | path

Searched refs:ap_sta_reset_steer_flag_timer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dwnm_ap.h26 void ap_sta_reset_steer_flag_timer(void *eloop_ctx, void *timeout_ctx);
H A Dwnm_ap.c485 void ap_sta_reset_steer_flag_timer(void *eloop_ctx, void *timeout_ctx) in ap_sta_reset_steer_flag_timer() function
551 eloop_cancel_timeout(ap_sta_reset_steer_flag_timer, hapd, sta); in ieee802_11_rx_bss_trans_mgmt_resp()
552 eloop_register_timeout(2, 0, ap_sta_reset_steer_flag_timer, in ieee802_11_rx_bss_trans_mgmt_resp()
H A Dsta_info.c459 eloop_cancel_timeout(ap_sta_reset_steer_flag_timer, hapd, sta); in ap_free_sta()