Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.h214 virtual bool GetCountryCode(std::string* out_country_code);
Dnetlink_utils.cpp599 bool NetlinkUtils::GetCountryCode(string* out_country_code) { in GetCountryCode() argument
611 if (!response->GetAttributeValue(NL80211_ATTR_REG_ALPHA2, out_country_code)) { in GetCountryCode()