Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.0/
DIWifiNanIface.hal48 * @param cmdId command Id to use for this invocation.
55 getCapabilitiesRequest(CommandIdShort cmdId) generates (WifiStatus status);
64 * @param cmdId command Id to use for this invocation.
73 enableRequest(CommandIdShort cmdId, NanEnableRequest msg)
81 * @param cmdId command Id to use for this invocation.
90 configRequest(CommandIdShort cmdId, NanConfigRequest msg)
97 * @param cmdId command Id to use for this invocation.
104 disableRequest(CommandIdShort cmdId) generates (WifiStatus status);
110 * @param cmdId command Id to use for this invocation.
119 startPublishRequest(CommandIdShort cmdId, NanPublishRequest msg)
[all …]
DIWifiStaIfaceEventCallback.hal24 * @param cmdId command ID corresponding to the request.
26 oneway onBackgroundScanFailure(CommandId cmdId);
33 * @param cmdId command ID corresponding to the request.
39 CommandId cmdId, uint32_t bucketsScanned, StaScanResult result);
47 * @param cmdId command ID corresponding to the request.
50 oneway onBackgroundScanResults(CommandId cmdId, vec<StaScanData> scanDatas);
56 * @param cmdId command ID corresponding to the request.
60 oneway onRssiThresholdBreached(CommandId cmdId, Bssid currBssid, Rssi currRssi);
DIWifiRttController.hal56 * @param cmdId command Id to use for this invocation.
66 rangeRequest(CommandId cmdId, vec<RttConfig> rttConfigs)
72 * @param cmdId command Id corresponding to the original request.
82 rangeCancel(CommandId cmdId, vec<MacAddress> addrs)
101 * @param cmdId command Id to use for this invocation.
111 setLci(CommandId cmdId, RttLciInformation lci) generates (WifiStatus status);
117 * @param cmdId command Id to use for this invocation.
127 setLcr(CommandId cmdId, RttLcrInformation lcr) generates (WifiStatus status);
145 * @param cmdId command Id to use for this invocation.
158 enableResponder(CommandId cmdId,
[all …]
DIWifiNanIfaceEventCallback.hal35 * @param cmdId command Id corresponding to the original request.
46 * @param cmdId command Id corresponding to the original request.
60 * @param cmdId command Id corresponding to the original request.
72 * @param cmdId command Id corresponding to the original request.
83 * @param cmdId command Id corresponding to the original request.
98 * @param cmdId command Id corresponding to the original request.
110 * @param cmdId command Id corresponding to the original request.
125 * @param cmdId command Id corresponding to the original request.
137 * @param cmdId command Id corresponding to the original request.
152 * @param cmdId command Id corresponding to the original request.
[all …]
DIWifiStaIface.hal173 * @param cmdId command Id to use for this invocation.
184 installApfPacketFilter(CommandId cmdId, vec<uint8_t> program)
223 * Start a background scan using the given cmdId as an identifier. Only one
249 * @param cmdId command Id to use for this invocation.
259 startBackgroundScan(CommandId cmdId, StaBackgroundScanParameters params)
266 * @param cmdId command Id corresponding to the request.
276 stopBackgroundScan(CommandId cmdId) generates (WifiStatus status);
338 * @param cmdId command Id to use for this invocation.
350 startRssiMonitoring(CommandId cmdId, Rssi maxRssi, Rssi minRssi)
357 * @param cmdId command Id corresponding to the request.
[all …]
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_rtt_controller_hidl_test.cpp93 CommandId cmdId __unused, in onResults()
99 Return<void> onResults_1_4(CommandId cmdId __unused, in onResults_1_4()
168 int cmdId = 55; in TEST_P() local
194 HIDL_INVOKE(wifi_rtt_controller_, rangeRequest_1_4, cmdId, configs); in TEST_P()
225 int cmdId = 55; in TEST_P() local
238 HIDL_INVOKE(wifi_rtt_controller_, enableResponder_1_4, cmdId, in TEST_P()
/hardware/interfaces/wifi/1.4/
DIWifiNanIface.hal43 * @param cmdId command Id to use for this invocation.
54 enableRequest_1_4(CommandIdShort cmdId, NanEnableRequest msg1,
65 * @param cmdId command Id to use for this invocation.
76 configRequest_1_4(CommandIdShort cmdId, NanConfigRequest msg1,
DIWifiRttController.hal47 * @param cmdId command Id to use for this invocation.
57 rangeRequest_1_4(CommandId cmdId, vec<RttConfig> rttConfigs) generates (WifiStatus status);
87 * @param cmdId command Id to use for this invocation.
100 enableResponder_1_4(CommandId cmdId, WifiChannelInfo channelHint,
DIWifiRttControllerEventCallback.hal29 * @param cmdId command Id corresponding to the original request.
32 oneway onResults_1_4(CommandId cmdId, vec<RttResult> results);
/hardware/interfaces/wifi/1.2/
DIWifiNanIface.hal61 * @param cmdId command Id to use for this invocation.
71 enableRequest_1_2(CommandIdShort cmdId, NanEnableRequest msg1,
83 * @param cmdId command Id to use for this invocation.
93 configRequest_1_2(CommandIdShort cmdId, NanConfigRequest msg1,
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwificonfigcommand.h67 virtual wifi_error create_generic(u8 cmdId);
Dwificonfig.cpp690 wifi_error WiFiConfigCommand::create_generic(u8 cmdId) in create_generic() argument
692 wifi_error ret = mMsg.create(cmdId, 0, 0); in create_generic()