Lines Matching refs:rxHeader
146 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWifiRequest() local
156 switch (rxHeader->command) { in chppDispatchWifiRequest()
159 chppServiceTimestampRequest(rRState, rxHeader); in chppDispatchWifiRequest()
160 error = chppWifiServiceOpen(wifiServiceContext, rxHeader); in chppDispatchWifiRequest()
166 chppServiceTimestampRequest(rRState, rxHeader); in chppDispatchWifiRequest()
167 error = chppWifiServiceClose(wifiServiceContext, rxHeader); in chppDispatchWifiRequest()
173 chppServiceTimestampRequest(rRState, rxHeader); in chppDispatchWifiRequest()
174 error = chppWifiServiceGetCapabilities(wifiServiceContext, rxHeader); in chppDispatchWifiRequest()
180 chppServiceTimestampRequest(rRState, rxHeader); in chppDispatchWifiRequest()
182 rxHeader, buf, len); in chppDispatchWifiRequest()
188 chppServiceTimestampRequest(rRState, rxHeader); in chppDispatchWifiRequest()
189 error = chppWifiServiceRequestScanAsync(wifiServiceContext, rxHeader, buf, in chppDispatchWifiRequest()
196 chppServiceTimestampRequest(rRState, rxHeader); in chppDispatchWifiRequest()
197 error = chppWifiServiceRequestRangingAsync(wifiServiceContext, rxHeader, in chppDispatchWifiRequest()