Lines Matching refs:WifiCommand
135 class GetRttCapabilitiesCommand : public WifiCommand
140 : WifiCommand("GetRttCapabilitiesCommand", iface, 0), mCapabilities(capabitlites) in GetRttCapabilitiesCommand()
182 class GetRttResponderInfoCommand : public WifiCommand
187 : WifiCommand("GetRttResponderInfoCommand", iface, 0), mResponderInfo(responderInfo) in GetRttResponderInfoCommand()
230 class EnableResponderCommand : public WifiCommand
238 : WifiCommand("EnableResponderCommand", iface, 0), mChannelInfo(channel_hint), in EnableResponderCommand()
281 class CancelResponderCommand : public WifiCommand
286 : WifiCommand("CancelResponderCommand", iface, 0)/*, mChannelInfo(channel)*/ in CancelResponderCommand()
311 class RttCommand : public WifiCommand
324 : WifiCommand("RttCommand", iface, id), numRttParams(num_rtt_config), rttParams(rtt_config), in RttCommand()
334 : WifiCommand("RttCommand", iface, id) in RttCommand()
620 WifiCommand *cmd = wifi_unregister_cmd(wifiHandle(), id()); in handleEvent()