Lines Matching refs:LLStatsCommand
29 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
59 LLStatsCommand::~LLStatsCommand() in ~LLStatsCommand()
64 LLStatsCommand* LLStatsCommand::instance(wifi_handle handle) in instance()
71 mLLStatsCommandInstance = new LLStatsCommand(handle, 0, in instance()
89 void LLStatsCommand::initGetContext(u32 reqId) in initGetContext()
95 void LLStatsCommand::setSubCmd(u32 subcmd) in setSubCmd()
100 void LLStatsCommand::setHandler(wifi_stats_result_handler handler) in setHandler()
514 wifi_error LLStatsCommand::get_wifi_iface_stats(wifi_iface_stat *stats, in get_wifi_iface_stats()
844 void LLStatsCommand::getClearRspParams(u32 *stats_clear_rsp_mask, u8 *stop_rsp) in getClearRspParams()
850 wifi_error LLStatsCommand::requestResponse() in requestResponse()
855 wifi_error LLStatsCommand::notifyResponse() in notifyResponse()
875 void LLStatsCommand::clearStats() in clearStats()
902 int LLStatsCommand::handleResponse(WifiEvent &reply) in handleResponse()
1251 LLStatsCommand *LLCommand; in wifi_set_link_stats()
1258 LLCommand = LLStatsCommand::instance(handle); in wifi_set_link_stats()
1305 LLStatsCommand *LLCommand; in wifi_get_link_stats()
1310 LLCommand = LLStatsCommand::instance(handle); in wifi_get_link_stats()
1369 LLStatsCommand *LLCommand; in wifi_clear_link_stats()
1375 LLCommand = LLStatsCommand::instance(handle); in wifi_clear_link_stats()