Home
last modified time | relevance | path

Searched defs:OnRegDomainChanged (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
H A DIWificondEventCallback.aidl24 oneway void OnRegDomainChanged(@utf8InCpp String countryCode); in OnRegDomainChanged() method
/aosp12/system/connectivity/wificond/
H A Dserver.cpp488 void Server::OnRegDomainChanged(uint32_t wiphy_index, std::string& country_code) { in OnRegDomainChanged() function in android::wificond::Server
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java190 public void OnRegDomainChanged(String countryCode) { in OnRegDomainChanged() method in WifiNl80211Manager.WificondEventHandler