Lines Matching full:country_code
182 bool* ieee80211w_required, std::string* country_code) {
184 ieee80211w_required, country_code);
642 string country_code;
644 nullptr, &country_code);
645 EXPECT_TRUE(country_code.empty());
655 string country_code;
657 nullptr, &country_code);
658 EXPECT_TRUE(country_code.empty());
668 string country_code;
670 nullptr, &country_code);
671 EXPECT_EQ(kCountryCode, country_code);
681 string country_code;
683 nullptr, &country_code);
684 EXPECT_EQ(string(kCountryCode, 0, 2), country_code);