Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_regdomain.h135 int32_t cds_get_country_from_alpha2(uint8_t *alpha2);
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_regdomain.c501 int32_t cds_get_country_from_alpha2(uint8_t *alpha2) in cds_get_country_from_alpha2() function
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_regulatory.c191 country_code = cds_get_country_from_alpha2(hdd_ctx->reg.alpha2); in hdd_update_regulatory_info()