Lines Matching refs:LLStatsCommand
29 LLStatsCommand* LLStatsCommand::mLLStatsCommandInstance = NULL;
33 int LLStatsCommand::create() { in create()
54 LLStatsCommand::LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) in LLStatsCommand() function in LLStatsCommand
63 LLStatsCommand::~LLStatsCommand() in ~LLStatsCommand()
70 LLStatsCommand* LLStatsCommand::instance(wifi_handle handle) in instance()
77 mLLStatsCommandInstance = new LLStatsCommand(handle, 0, in instance()
95 void LLStatsCommand::initGetContext(u32 reqId) in initGetContext()
102 void LLStatsCommand::setSubCmd(u32 subcmd) in setSubCmd()
364 int LLStatsCommand::handleEvent(WifiEvent &event) in handleEvent()
514 int LLStatsCommand::setCallbackHandler(LLStatsCallbackHandler nHandler, u32 event) in setCallbackHandler()
527 void LLStatsCommand::unregisterHandler(u32 subCmd) in unregisterHandler()
532 void LLStatsCommand::getClearRspParams(u32 *stats_clear_rsp_mask, u8 *stop_rsp) in getClearRspParams()
538 int LLStatsCommand::requestResponse() in requestResponse()
543 int LLStatsCommand::handleResponse(WifiEvent &reply) in handleResponse()
577 LLStatsCommand *LLCommand; in wifi_set_link_stats()
581 LLCommand = LLStatsCommand::instance(handle); in wifi_set_link_stats()
629 LLStatsCommand *LLCommand; in wifi_get_link_stats()
635 LLCommand = LLStatsCommand::instance(handle); in wifi_get_link_stats()
701 LLStatsCommand *LLCommand; in wifi_clear_link_stats()
706 LLCommand = LLStatsCommand::instance(handle); in wifi_clear_link_stats()