Lines Matching refs:WifiCommand

214 class DebugCommand : public WifiCommand
233 : WifiCommand("DebugCommand", iface, 0), mBuff(buffer), mBuffSize(buffer_size), mType in DebugCommand()
249 : WifiCommand("DebugCommand", iface, 0), mRingName(ring_name), mType(cmdType) in DebugCommand()
265 … : WifiCommand("DebugCommand", iface, 0), mNumRings(num_rings), mStatus(status), mType(cmdType) in DebugCommand()
280 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType) in DebugCommand()
296 : WifiCommand("DebugCommand", iface, 0), mVerboseLevel(verbose_level), mFlags(flags), in DebugCommand()
644 class SetLogHandler : public WifiCommand
650 : WifiCommand("SetLogHandler", iface, id), mHandler(handler) in SetLogHandler()
816 class SetAlertHandler : public WifiCommand
825 : WifiCommand("SetAlertHandler", iface, id), mHandler(handler), mBuffSize(0), mBuff(NULL), in SetAlertHandler()
978 class SetRestartHandler : public WifiCommand
984 : WifiCommand("SetRestartHandler", handle, id), mHandler(handler), mBuff(NULL) in SetRestartHandler()
1039 class SubSystemRestart : public WifiCommand
1043 : WifiCommand("SubSystemRestart", iface, 0) in SubSystemRestart()
1087 class HalInit : public WifiCommand
1093 : WifiCommand("HalInit", iface, id), mErrCode(0) in HalInit()
1347 class MemoryDumpCommand: public WifiCommand
1355 : WifiCommand("MemoryDumpCommand", iface, 0), mHandler(handler), mBuffSize(0), mBuff(NULL) in MemoryDumpCommand()
1463 class PacketFateCommand: public WifiCommand
1472 : WifiCommand("PacketFateCommand", handle, 0), mReqType(PACKET_MONITOR_START) in PacketFateCommand()
1481 : WifiCommand("PacketFateCommand", handle, 0), mReportBufs(tx_report_bufs), in PacketFateCommand()
1488 : WifiCommand("PacketFateCommand", handle, 0), mReportBufs(rx_report_bufs), in PacketFateCommand()
1629 class GetWakeReasonCountCommand : public WifiCommand {
1635 WifiCommand("GetWakeReasonCountCommand", handle, 0), in GetWakeReasonCountCommand()
1810 class OtaUpdateCommand : public WifiCommand
1816 : WifiCommand("OtaUpdateCommand", iface, 0), mErrCode(0) in OtaUpdateCommand()