Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/integration/
Dap_interface_test.cpp27 using android::net::wifi::IApInterface;
58 sp<IApInterface> ap_interface; in TEST()
74 sp<IApInterface> ap_interface2; in TEST()
88 sp<IApInterface> ap_interface; in TEST()
104 IApInterface::ENCRYPTION_TYPE_WPA2, in TEST()
145 sp<IApInterface> ap_interface; in TEST()
155 IApInterface::ENCRYPTION_TYPE_WPA2, in TEST()
166 IApInterface::ENCRYPTION_TYPE_WPA2, in TEST()
/system/connectivity/wificond/aidl/android/net/wifi/
DIInterfaceEventCallback.aidl19 import android.net.wifi.IApInterface;
27 oneway void OnApInterfaceReady(IApInterface network_interface); in OnApInterfaceReady()
33 oneway void OnApTorndownEvent(IApInterface network_interface); in OnApTorndownEvent()
DIWificond.aidl19 import android.net.wifi.IApInterface;
30 @nullable IApInterface createApInterface(); in createApInterface()
DIApInterface.aidl21 interface IApInterface { interface
/system/connectivity/wificond/tests/
Dserver_unittest.cpp31 using android::net::wifi::IApInterface;
125 sp<IApInterface> ap_if; in TEST_F()
133 sp<IApInterface> ap_if; in TEST_F()
138 sp<IApInterface> second_ap_if; in TEST_F()
146 sp<IApInterface> ap_if; in TEST_F()
/system/connectivity/wificond/
Dap_interface_binder.cpp70 case IApInterface::ENCRYPTION_TYPE_NONE: in writeHostapdConfig()
73 case IApInterface::ENCRYPTION_TYPE_WPA: in writeHostapdConfig()
76 case IApInterface::ENCRYPTION_TYPE_WPA2: in writeHostapdConfig()
Dserver.h71 android::sp<android::net::wifi::IApInterface>*
104 android::sp<android::net::wifi::IApInterface> network_interface);
108 android::sp<android::net::wifi::IApInterface> network_interface);
Dap_interface_impl.cpp26 using android::net::wifi::IApInterface;
70 sp<IApInterface> ApInterfaceImpl::GetBinder() const { in GetBinder()
Dserver.cpp34 using android::net::wifi::IApInterface;
117 Status Server::createApInterface(sp<IApInterface>* created_interface) { in createApInterface()
334 sp<IApInterface> network_interface) { in BroadcastApInterfaceReady()
348 sp<IApInterface> network_interface) { in BroadcastApInterfaceTornDown()
Dap_interface_impl.h51 android::sp<android::net::wifi::IApInterface> GetBinder() const;
DAndroid.mk104 aidl/android/net/wifi/IApInterface.aidl \