Home
last modified time | relevance | path

Searched refs:out_country_code (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/connectivity/wificond/net/
H A Dnetlink_utils.h238 virtual bool GetCountryCode(std::string* out_country_code);
H A Dnetlink_utils.cpp804 bool NetlinkUtils::GetCountryCode(string* out_country_code) { in GetCountryCode() argument
816 if (!response->GetAttributeValue(NL80211_ATTR_REG_ALPHA2, out_country_code)) { in GetCountryCode()