Home
last modified time | relevance | path

Searched defs:GetApInterfaces (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
H A DIWificond.aidl52 List<IBinder> GetApInterfaces(); in GetApInterfaces() method
/aosp12/system/connectivity/wificond/
H A Dserver.cpp271 Status Server::GetApInterfaces(vector<sp<IBinder>>* out_ap_interfaces) { in GetApInterfaces() function in android::wificond::Server