Lines Matching refs:WifiLoggerCommand
73 WifiLoggerCommand *wifiLoggerCommand = NULL; in wifi_start_logging()
102 wifiLoggerCommand = new WifiLoggerCommand( in wifi_start_logging()
216 void WifiLoggerCommand::setFeatureSet(u32 *support) { in setFeatureSet()
226 WifiLoggerCommand *wifiLoggerCommand; in wifi_get_logger_supported_feature_set()
236 wifiLoggerCommand = new WifiLoggerCommand( in wifi_get_logger_supported_feature_set()
286 WifiLoggerCommand *wifiLoggerCommand; in wifi_get_ring_data()
308 wifiLoggerCommand = new WifiLoggerCommand( in wifi_get_ring_data()
349 void WifiLoggerCommand::setVersionInfo(char *buffer, int buffer_size) { in setVersionInfo()
360 WifiLoggerCommand *wifiLoggerCommand; in wifi_get_firmware_version()
370 wifiLoggerCommand = new WifiLoggerCommand( in wifi_get_firmware_version()
421 WifiLoggerCommand *wifiLoggerCommand; in wifi_get_driver_version()
431 wifiLoggerCommand = new WifiLoggerCommand( in wifi_get_driver_version()
481 WifiLoggerCommand *wifiLoggerCommand; in wifi_get_firmware_memory_dump()
500 wifiLoggerCommand = new WifiLoggerCommand( in wifi_get_firmware_memory_dump()
786 WifiLoggerCommand::WifiLoggerCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) in WifiLoggerCommand() function in WifiLoggerCommand
798 WifiLoggerCommand::~WifiLoggerCommand() in ~WifiLoggerCommand()
804 wifi_error WifiLoggerCommand::create() { in create()
956 wifi_error WifiLoggerCommand::requestEvent() in requestEvent()
1006 wifi_error WifiLoggerCommand::requestResponse() in requestResponse()
1011 int WifiLoggerCommand::handleResponse(WifiEvent &reply) { in handleResponse()
1334 int WifiLoggerCommand::handleEvent(WifiEvent &event) in handleEvent()
1349 wifi_error WifiLoggerCommand::setCallbackHandler(WifiLoggerCallbackHandler nHandler) in setCallbackHandler()
1361 void WifiLoggerCommand::unregisterHandler(u32 subCmd) in unregisterHandler()
1366 wifi_error WifiLoggerCommand::timed_wait(u16 wait_time) in timed_wait()
1374 void WifiLoggerCommand::waitForRsp(bool wait) in waitForRsp()
1471 WifiLoggerCommand *wifiLoggerCommand; in wifi_get_wake_reason_stats()
1496 wifiLoggerCommand = new WifiLoggerCommand( in wifi_get_wake_reason_stats()
1547 void WifiLoggerCommand::getWakeStatsRspParams( in getWakeStatsRspParams()