Searched refs:country_alpha2 (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
H A D | reg_utils.h | 315 const uint8_t *country_alpha2, 455 v_REGDOMAIN_t *reg_domain_ptr, const uint8_t *country_alpha2, in reg_get_domain_from_country_code() argument
|
H A D | reg_utils.c | 376 const uint8_t *country_alpha2, in reg_get_domain_from_country_code() argument 386 if (!country_alpha2) { in reg_get_domain_from_country_code()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_regulatory.c | 826 uint8_t *country_alpha2 = hdd_ctx->reg.alpha2; in hdd_program_country_code() local 830 if (('0' != country_alpha2[0]) || in hdd_program_country_code() 831 ('0' != country_alpha2[1])) in hdd_program_country_code() 832 regulatory_hint(wiphy, country_alpha2); in hdd_program_country_code() 989 uint8_t *country_alpha2, in hdd_restore_custom_reg_settings() argument 995 uint8_t *country_alpha2, in hdd_restore_custom_reg_settings() argument 1003 if ((country_alpha2[0] == '0') && in hdd_restore_custom_reg_settings() 1004 (country_alpha2[1] == '0') && in hdd_restore_custom_reg_settings()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/ |
H A D | wlan_reg_services_api.c | 203 const uint8_t *country_alpha2, enum country_src source) in wlan_reg_get_domain_from_country_code() argument 207 country_alpha2, source); in wlan_reg_get_domain_from_country_code()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/ |
H A D | wlan_reg_services_api.h | 989 const uint8_t *country_alpha2,
|