Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_regulatory.c840 if (hdd_ctx->is_regulatory_update_in_progress) { in hdd_reg_wait_for_country_change()
851 hdd_ctx->is_regulatory_update_in_progress = false; in hdd_reg_wait_for_country_change()
888 hdd_ctx->is_regulatory_update_in_progress = true; in hdd_reg_set_country()
895 hdd_ctx->is_regulatory_update_in_progress = false; in hdd_reg_set_country()
1058 hdd_ctx->is_regulatory_update_in_progress; in hdd_reg_notifier()
1091 hdd_ctx->is_regulatory_update_in_progress = true; in hdd_reg_notifier()
1108 hdd_ctx->is_regulatory_update_in_progress = false; in hdd_reg_notifier()
1888 hdd_ctx->is_regulatory_update_in_progress = false; in __hdd_country_change_work_handle()
1914 hdd_ctx->is_regulatory_update_in_progress = false; in hdd_handle_country_change_work_error()
2029 hdd_ctx->is_regulatory_update_in_progress = false; in hdd_init_regulatory_update_event()
H A Dwlan_hdd_main.c14255 hdd_ctx->is_regulatory_update_in_progress = true; in hdd_trigger_psoc_idle_restart()
20137 hdd_ctx->is_regulatory_update_in_progress = true; in __hdd_driver_mode_change()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2295 bool is_regulatory_update_in_progress; member