Lines Matching refs:cdmap
23 extern const struct country_domain_mapping cdmap[MAX_COUNTRY_NUM];
775 if (cdmap[i].char2[0] == country[0] && in rtw_phl_regulation_set_country()
776 cdmap[i].char2[1] == country[1] ) { in rtw_phl_regulation_set_country()
778 cdmap[i].domain_code, reason)) in rtw_phl_regulation_set_country()
783 rg->tpo = cdmap[i].tpo; in rtw_phl_regulation_set_country()
785 if(cdmap[i].support & BIT(0)) in rtw_phl_regulation_set_country()
787 if(cdmap[i].support & BIT(1)) in rtw_phl_regulation_set_country()
789 if(cdmap[i].support & BIT(2)) in rtw_phl_regulation_set_country()
791 if(cdmap[i].support & BIT(3)) in rtw_phl_regulation_set_country()
1070 if (cdmap[i].char2[0] == country[0] && in rtw_phl_query_country_chplan()
1071 cdmap[i].char2[1] == country[1] ) { in rtw_phl_query_country_chplan()
1072 country_chplan->domain_code = cdmap[i].domain_code; in rtw_phl_query_country_chplan()
1073 if(cdmap[i].support & BIT(0)) in rtw_phl_query_country_chplan()
1075 if(cdmap[i].support & BIT(1)) in rtw_phl_query_country_chplan()
1077 if(cdmap[i].support & BIT(2)) in rtw_phl_query_country_chplan()
1079 if(cdmap[i].support & BIT(3)) in rtw_phl_query_country_chplan()
1081 country_chplan->tpo = cdmap[i].tpo; in rtw_phl_query_country_chplan()