Home
last modified time | relevance | path

Searched refs:reg_domain (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_regdomain.c607 if (reg->reg_domain != CTRY_FLAG) in reg_dmn_sanitize()
610 reg->reg_domain = WOR0_WORLD; in reg_dmn_sanitize()
626 rd = reg->reg_domain; in cds_fill_some_regulatory_info()
710 wma_send_regdomain_info_to_fw(reg->reg_domain, regpair->reg_dmn_2ghz, in cds_fill_and_send_ctl_to_fw()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_tgt_cfg.h249 uint32_t reg_domain; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_regulatory.c172 static bool hdd_is_world_regdomain(uint32_t reg_domain) in hdd_is_world_regdomain() argument
174 uint32_t temp_regd = reg_domain & ~WORLD_ROAMING_FLAG; in hdd_is_world_regdomain()
193 hdd_ctx->reg.reg_domain = CTRY_FLAG; in hdd_update_regulatory_info()
194 hdd_ctx->reg.reg_domain |= country_code; in hdd_update_regulatory_info()
383 if (hdd_is_world_regdomain(reg->reg_domain)) { in hdd_regulatory_wiphy_init()
423 if (hdd_is_world_regdomain(reg->reg_domain)) { in hdd_regulatory_wiphy_init()
H A Dwlan_hdd_main.c2909 hdd_ctx->reg.reg_domain = cfg->reg_domain; in hdd_update_tgt_cfg()
16755 hdd_ctx->reg.reg_domain); in hdd_configure_cds()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_db.h55 enum reg_domain { enum
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_ch_select.c2820 v_REGDOMAIN_t reg_domain; in sap_sort_channel_list() local
2841 wlan_reg_get_domain_from_country_code(&reg_domain, country, in sap_sort_channel_list()
2848 reg_domain, &cur_bw); in sap_sort_channel_list()
2852 *domain = reg_domain; in sap_sort_channel_list()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dreg_services_public_struct.h1126 uint32_t reg_domain; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c8092 cmd->reg_domain = param->currentRDinuse; in send_pdev_set_regdomain_cmd_tlv()
8143 cmd->reg_domain = reg_dmn; in send_regdomain_info_to_fw_cmd_tlv()
8150 cmd->reg_domain, cmd->reg_domain_2G, cmd->reg_domain_5G, in send_regdomain_info_to_fw_cmd_tlv()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c6413 tgt_cfg.reg_domain = wma_handle->reg_cap.eeprom_rd; in wma_update_hdd_cfg()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h7666 A_UINT32 reg_domain; member