Lines Matching refs:WifiCommand
140 class GetRttCapabilitiesCommand : public WifiCommand
145 : WifiCommand("GetRttCapabilitiesCommand", iface, 0), mCapabilities(capabitlites) in GetRttCapabilitiesCommand()
187 class GetRttResponderInfoCommand : public WifiCommand
192 : WifiCommand("GetRttResponderInfoCommand", iface, 0), mResponderInfo(responderInfo) in GetRttResponderInfoCommand()
235 class EnableResponderCommand : public WifiCommand
243 : WifiCommand("EnableResponderCommand", iface, 0), mChannelInfo(channel_hint), in EnableResponderCommand()
286 class CancelResponderCommand : public WifiCommand
291 : WifiCommand("CancelResponderCommand", iface, 0)/*, mChannelInfo(channel)*/ in CancelResponderCommand()
316 class RttCommand : public WifiCommand
330 : WifiCommand("RttCommand", iface, id), numRttParams(num_rtt_config), rttParams(rtt_config), in RttCommand()
341 : WifiCommand("RttCommand", iface, id) in RttCommand()
639 WifiCommand *cmd = wifi_unregister_cmd(wifiHandle(), id()); in handleEvent()