Home
last modified time | relevance | path

Searched refs:getAvailableDFSChannels (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
H A DIWificond.aidl65 @nullable int[] getAvailableDFSChannels(); in getAvailableDFSChannels() method
/aosp12/system/connectivity/wificond/
H A Dserver.h72 android::binder::Status getAvailableDFSChannels(
H A Dserver.cpp368 Status Server::getAvailableDFSChannels( in getAvailableDFSChannels() function in android::wificond::Server
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java1188 result = mWificond.getAvailableDFSChannels(); in getChannelsMhzForBand()