Home
last modified time | relevance | path

Searched refs:IApInterfaceEventCallback (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/wificond/
Dap_interface_binder.cpp23 using android::net::wifi::nl80211::IApInterfaceEventCallback;
50 bandwidth = IApInterfaceEventCallback::BANDWIDTH_INVALID; in NotifySoftApChannelSwitched()
53 bandwidth = IApInterfaceEventCallback::BANDWIDTH_20_NOHT; in NotifySoftApChannelSwitched()
56 bandwidth = IApInterfaceEventCallback::BANDWIDTH_20; in NotifySoftApChannelSwitched()
59 bandwidth = IApInterfaceEventCallback::BANDWIDTH_40; in NotifySoftApChannelSwitched()
62 bandwidth = IApInterfaceEventCallback::BANDWIDTH_80; in NotifySoftApChannelSwitched()
65 bandwidth = IApInterfaceEventCallback::BANDWIDTH_80P80; in NotifySoftApChannelSwitched()
68 bandwidth = IApInterfaceEventCallback::BANDWIDTH_160; in NotifySoftApChannelSwitched()
71 bandwidth = IApInterfaceEventCallback::BANDWIDTH_320; in NotifySoftApChannelSwitched()
74 bandwidth = IApInterfaceEventCallback::BANDWIDTH_INVALID; in NotifySoftApChannelSwitched()
[all …]
Dap_interface_binder.h27 using android::net::wifi::nl80211::IApInterfaceEventCallback;
53 const sp<IApInterfaceEventCallback>& callback,
60 android::sp<IApInterfaceEventCallback>
DAndroid.bp209 "aidl/android/net/wifi/nl80211/IApInterfaceEventCallback.aidl",
/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
DIApInterface.aidl19 import android.net.wifi.nl80211.IApInterfaceEventCallback;
37 boolean registerCallback(IApInterfaceEventCallback callback); in registerCallback()
DIApInterfaceEventCallback.aidl25 oneway interface IApInterfaceEventCallback { interface
/system/connectivity/wificond/tests/
Dmock_ap_interface_event_callback.h29 : public net::wifi::nl80211::IApInterfaceEventCallback {