Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger.cpp73 WifiLoggerCommand *wifiLoggerCommand = NULL; in wifi_start_logging()
102 wifiLoggerCommand = new WifiLoggerCommand( in wifi_start_logging()
226 WifiLoggerCommand *wifiLoggerCommand; in wifi_get_logger_supported_feature_set()
286 WifiLoggerCommand *wifiLoggerCommand; in wifi_get_ring_data()
360 WifiLoggerCommand *wifiLoggerCommand; in wifi_get_firmware_version()
421 WifiLoggerCommand *wifiLoggerCommand; in wifi_get_driver_version()
481 WifiLoggerCommand *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()
[all …]
H A Dwifiloggercmd.h76 class WifiLoggerCommand : public WifiVendorCommand
89 WifiLoggerCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
91 static WifiLoggerCommand* instance(wifi_handle handle);
92 virtual ~WifiLoggerCommand();