Home
last modified time | relevance | path

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

/aosp12/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
H A DIApInterfaceEventCallback.aidl45 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() method
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java319 void onSoftApChannelSwitched(int frequencyMhz, @WifiAnnotations.Bandwidth int bandwidth); in onSoftApChannelSwitched() method
470 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() method in WifiNl80211Manager.ApInterfaceEventCallback
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java159 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() method in WifiNative.SoftApListenerFromWificond