Home
last modified time | relevance | path

Searched refs:IApInterface (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
H A DIInterfaceEventCallback.aidl19 import android.net.wifi.nl80211.IApInterface;
30 oneway void OnApInterfaceReady(IApInterface network_interface); in OnApInterfaceReady()
36 oneway void OnApTorndownEvent(IApInterface network_interface); in OnApTorndownEvent()
H A DIWificond.aidl19 import android.net.wifi.nl80211.IApInterface;
33 @nullable IApInterface createApInterface(@utf8InCpp String iface_name); in createApInterface()
H A DIApInterface.aidl27 interface IApInterface { interface
/aosp12/system/connectivity/wificond/tests/integration/
H A Dap_interface_test.cpp28 using android::net::wifi::nl80211::IApInterface;
48 sp<IApInterface> ap_interface; in TEST()
64 sp<IApInterface> ap_interface2; in TEST()
/aosp12/system/connectivity/wificond/tests/
H A Dserver_unittest.cpp30 using android::net::wifi::nl80211::IApInterface;
146 sp<IApInterface> ap_if; in TEST_F()
154 sp<IApInterface> ap_if; in TEST_F()
159 sp<IApInterface> second_ap_if; in TEST_F()
167 sp<IApInterface> ap_if; in TEST_F()
179 sp<IApInterface> ap_if; in TEST_F()
393 sp<IApInterface> ap_if; in TEST_F()
421 sp<IApInterface> ap_if; in TEST_F()
/aosp12/system/connectivity/wificond/
H A Dap_interface_impl.h33 using android::net::wifi::nl80211::IApInterface;
55 android::sp<IApInterface> GetBinder() const;
H A Dap_interface_impl.cpp26 using android::net::wifi::nl80211::IApInterface;
71 sp<IApInterface> ApInterfaceImpl::GetBinder() const { in GetBinder()
H A Dserver.h83 android::sp<android::net::wifi::nl80211::IApInterface>*
125 android::sp<android::net::wifi::nl80211::IApInterface> network_interface);
129 android::sp<android::net::wifi::nl80211::IApInterface> network_interface);
H A Dserver.cpp36 using android::net::wifi::nl80211::IApInterface;
124 sp<IApInterface>* created_interface) { in createApInterface()
547 sp<IApInterface> network_interface) { in BroadcastApInterfaceReady()
561 sp<IApInterface> network_interface) { in BroadcastApInterfaceTornDown()
H A DAndroid.bp189 "aidl/android/net/wifi/nl80211/IApInterface.aidl",
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java106 private HashMap<String, IApInterface> mApInterfaces = new HashMap<>();
765 IApInterface apInterface = null; in setupInterfaceForSoftApMode()
1209 private IApInterface getApInterface(@NonNull String ifaceName) { in getApInterface()
1286 IApInterface iface = getApInterface(ifaceName); in registerApCallback()
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java89 private IApInterface mApInterface;