Lines Matching refs:rRState
152 struct ChppRequestResponseState *rRState = NULL; in chppDispatchWifiRequest() local
158 rRState = &wifiServiceContext->open; in chppDispatchWifiRequest()
159 chppServiceTimestampRequest(rRState, rxHeader); in chppDispatchWifiRequest()
165 rRState = &wifiServiceContext->close; in chppDispatchWifiRequest()
166 chppServiceTimestampRequest(rRState, rxHeader); in chppDispatchWifiRequest()
172 rRState = &wifiServiceContext->getCapabilities; in chppDispatchWifiRequest()
173 chppServiceTimestampRequest(rRState, rxHeader); in chppDispatchWifiRequest()
179 rRState = &wifiServiceContext->configureScanMonitorAsync; in chppDispatchWifiRequest()
180 chppServiceTimestampRequest(rRState, rxHeader); in chppDispatchWifiRequest()
187 rRState = &wifiServiceContext->requestScanAsync; in chppDispatchWifiRequest()
188 chppServiceTimestampRequest(rRState, rxHeader); in chppDispatchWifiRequest()
195 rRState = &wifiServiceContext->requestRangingAsync; in chppDispatchWifiRequest()
196 chppServiceTimestampRequest(rRState, rxHeader); in chppDispatchWifiRequest()
212 chppServiceTimestampResponse(rRState); in chppDispatchWifiRequest()