Home | History | Annotate | Download | only in 1.0

Lines Matching refs:cmdId

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)
126 * @param cmdId command Id to use for this invocation.
134 stopPublishRequest(CommandIdShort cmdId, uint8_t sessionId)
141 * @param cmdId command Id to use for this invocation.
150 startSubscribeRequest(CommandIdShort cmdId, NanSubscribeRequest msg)
157 * @param cmdId command Id to use for this invocation.
165 stopSubscribeRequest(CommandIdShort cmdId, uint8_t sessionId)
172 * @param cmdId command Id to use for this invocation.
181 transmitFollowupRequest(CommandIdShort cmdId, NanTransmitFollowupRequest msg)
188 * @param cmdId command Id to use for this invocation.
195 createDataInterfaceRequest(CommandIdShort cmdId, string ifaceName)
202 * @param cmdId command Id to use for this invocation.
209 deleteDataInterfaceRequest(CommandIdShort cmdId, string ifaceName)
216 * @param cmdId command Id to use for this invocation.
225 initiateDataPathRequest(CommandIdShort cmdId, NanInitiateDataPathRequest msg)
234 * @param cmdId command Id to use for this invocation.
243 respondToDataPathIndicationRequest(CommandIdShort cmdId,
251 * @param cmdId command Id to use for this invocation.
259 terminateDataPathRequest(CommandIdShort cmdId, uint32_t ndpInstanceId)