Home
last modified time | relevance | path

Searched refs:cmdId (Results 1 – 9 of 9) 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 …]
DIWifiRttControllerEventCallback.hal26 * @param cmdId command Id corresponding to the original request.
29 oneway onResults(CommandId cmdId, vec<RttResult> results);
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.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.cpp582 wifi_error WiFiConfigCommand::create_generic(u8 cmdId) in create_generic() argument
584 wifi_error ret = mMsg.create(cmdId, 0, 0); in create_generic()