Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.4/
H A DIWifiNanIface.hal40 * Note: supersedes the @1.2::IWifiNanIface.enableRequest() method which is deprecated as of
59 * |IWifiNanIface.enableRequest| already submitted and succeeded).
H A Dtypes.hal243 * Enable requests for NAN: start-up configuration |IWifiNanIface.enableRequest|.
/aosp12/hardware/interfaces/wifi/1.2/
H A DIWifiNanIface.hal58 * Note: supersedes the @1.0::IWifiNanIface.enableRequest() method which is deprecated as of
77 * |IWifiNanIface.enableRequest| already submitted and succeeded).
/aosp12/hardware/interfaces/wifi/1.5/
H A DIWifiNanIface.hal41 * Note: supersedes the @1.4::IWifiNanIface.enableRequest() method which is deprecated as of
60 * |IWifiNanIface.enableRequest| already submitted and succeeded).
/aosp12/hardware/interfaces/wifi/1.0/
H A DIWifiNanIface.hal73 enableRequest(CommandIdShort cmdId, NanEnableRequest msg)
78 * |IWifiNanIface.enableRequest| already submitted and succeeded).
H A DREADME-NAN.md53 * enableRequest
108 * NanConfigRequest: same as for <i>enableRequest</i>
H A DIWifiNanIfaceEventCallback.hal44 * Asynchronous callback invoked in response to an enable request |IWifiNanIface.enableRequest|.
H A Dtypes.hal892 * Enable requests for NAN: start-up configuration |IWifiNanIface.enableRequest|.
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_nan_iface.h57 Return<void> enableRequest(uint16_t cmd_id,
H A Dwifi_nan_iface.cpp599 Return<void> WifiNanIface::enableRequest(uint16_t cmd_id, in enableRequest() function in android::hardware::wifi::V1_5::implementation::WifiNanIface
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareNativeApiTest.java102 when(mIWifiNanIfaceMock.enableRequest(anyShort(), any())).thenReturn(status); in setup()
630 verify(mIWifiNanIfaceMock).enableRequest(eq(transactionId), in validateEnableAndConfigure()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeApi.java579 status = iface.enableRequest(transactionId, req); in enableAndConfigure()