Home
last modified time | relevance | path

Searched refs:vendor_acs_timer (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_scan.c827 qdf_mc_timer_t *vendor_acs_timer; in hdd_process_vendor_acs_response() local
834 vendor_acs_timer = &adapter->deflink->session.ap.vendor_acs_timer; in hdd_process_vendor_acs_response()
836 qdf_mc_timer_get_current_state(vendor_acs_timer)) { in hdd_process_vendor_acs_response()
837 qdf_mc_timer_stop(vendor_acs_timer); in hdd_process_vendor_acs_response()
H A Dwlan_hdd_hostapd.c7172 if (QDF_TIMER_STATE_RUNNING == ap_ctx->vendor_acs_timer.state) { in hdd_destroy_acs_timer()
7173 qdf_status = qdf_mc_timer_stop(&ap_ctx->vendor_acs_timer); in hdd_destroy_acs_timer()
7178 if (ap_ctx->vendor_acs_timer.user_data) in hdd_destroy_acs_timer()
7179 qdf_mem_free(ap_ctx->vendor_acs_timer.user_data); in hdd_destroy_acs_timer()
7181 qdf_mc_timer_destroy(&ap_ctx->vendor_acs_timer); in hdd_destroy_acs_timer()
H A Dwlan_hdd_main.c13259 qdf_mc_timer_t *vendor_acs_timer; in hdd_update_acs_timer_reason() local
13263 vendor_acs_timer = &adapter->deflink->session.ap.vendor_acs_timer; in hdd_update_acs_timer_reason()
13265 qdf_mc_timer_get_current_state(vendor_acs_timer)) { in hdd_update_acs_timer_reason()
13266 qdf_mc_timer_stop(vendor_acs_timer); in hdd_update_acs_timer_reason()
13269 (struct hdd_external_acs_timer_context *)vendor_acs_timer->user_data; in hdd_update_acs_timer_reason()
13272 qdf_mc_timer_start(vendor_acs_timer, WLAN_VENDOR_ACS_WAIT_TIME); in hdd_update_acs_timer_reason()
H A Dwlan_hdd_cfg80211.c3364 &adapter->deflink->session.ap.vendor_acs_timer, in hdd_create_acs_timer()
17926 qdf_mc_timer_get_current_state(&hdd_ap_ctx->vendor_acs_timer)) { in hdd_update_acs_channel()
17927 qdf_mc_timer_stop(&hdd_ap_ctx->vendor_acs_timer); in hdd_update_acs_channel()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h909 qdf_mc_timer_t vendor_acs_timer; member