Home
last modified time | relevance | path

Searched refs:LLStatsCommand (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dllstatscommand.h71 class LLStatsCommand: public WifiVendorCommand
74 static LLStatsCommand *mLLStatsCommandInstance;
91 LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
94 static LLStatsCommand* instance(wifi_handle handle);
96 virtual ~LLStatsCommand();
H A Dllstats.cpp29 LLStatsCommand* LLStatsCommand::mLLStatsCommandInstance = NULL;
33 wifi_error LLStatsCommand::create() { in create()
49 LLStatsCommand::LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) in LLStatsCommand() function in LLStatsCommand
60 LLStatsCommand::~LLStatsCommand() in ~LLStatsCommand()
65 LLStatsCommand* LLStatsCommand::instance(wifi_handle handle) in instance()
90 void LLStatsCommand::initGetContext(u32 reqId) in initGetContext()
96 void LLStatsCommand::setSubCmd(u32 subcmd) in setSubCmd()
885 void LLStatsCommand::clearStats() in clearStats()
1280 LLStatsCommand *LLCommand; in wifi_set_link_stats()
1334 LLStatsCommand *LLCommand; in wifi_get_link_stats()
[all …]