Searched refs:vendor_acs_timer (Results 1 – 5 of 5) sorted by relevance
827 qdf_mc_timer_t *vendor_acs_timer; in hdd_process_vendor_acs_response() local834 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()
7172 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()
13259 qdf_mc_timer_t *vendor_acs_timer; in hdd_update_acs_timer_reason() local13263 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()
3364 &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()
909 qdf_mc_timer_t vendor_acs_timer; member