Searched refs:cmdId (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/wifi/1.0/ |
D | IWifiNanIface.hal | 48 * @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 …]
|
D | IWifiStaIfaceEventCallback.hal | 24 * @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);
|
D | IWifiRttController.hal | 56 * @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 …]
|
D | IWifiNanIfaceEventCallback.hal | 35 * @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 …]
|
D | IWifiRttControllerEventCallback.hal | 26 * @param cmdId command Id corresponding to the original request. 29 oneway onResults(CommandId cmdId, vec<RttResult> results);
|
D | IWifiStaIface.hal | 173 * @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/ |
D | IWifiNanIface.hal | 61 * @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/ |
D | wificonfigcommand.h | 67 virtual wifi_error create_generic(u8 cmdId);
|
D | wificonfig.cpp | 582 wifi_error WiFiConfigCommand::create_generic(u8 cmdId) in create_generic() argument 584 wifi_error ret = mMsg.create(cmdId, 0, 0); in create_generic()
|