Lines Matching refs:country
560 rg->country[0] = 0; in _reset_for_non_specific_country()
561 rg->country[1] = 0; in _reset_for_non_specific_country()
752 bool rtw_phl_regulation_set_country(void *phl, char *country, in rtw_phl_regulation_set_country() argument
761 country[0], country[1], reason); in rtw_phl_regulation_set_country()
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()
781 rg->country[0] = country[0]; in rtw_phl_regulation_set_country()
782 rg->country[1] = country[1]; in rtw_phl_regulation_set_country()
1033 info->country[0] = rg->country[0]; in rtw_phl_query_regulation_info()
1034 info->country[1] = rg->country[1]; in rtw_phl_query_regulation_info()
1061 bool rtw_phl_query_country_chplan(char *country, in rtw_phl_query_country_chplan() argument
1067 country[0], country[1]); in rtw_phl_query_country_chplan()
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()