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

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifiloggercmd.h74 class WifiLoggerCommand : public WifiVendorCommand class in inherits:WifiVendorCommand
87 WifiLoggerCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
89 static WifiLoggerCommand* instance(wifi_handle handle);
90 virtual ~WifiLoggerCommand();
H A Dwifilogger.cpp72 WifiLoggerCommand *wifiLoggerCommand = NULL;
96 wifiLoggerCommand = new WifiLoggerCommand(
103 ALOGE("%s: Error WifiLoggerCommand NULL", __FUNCTION__);
212 void WifiLoggerCommand::setFeatureSet(u32 *support) {
222 WifiLoggerCommand *wifiLoggerCommand;
233 wifiLoggerCommand = new WifiLoggerCommand(
240 ALOGE("%s: Error WifiLoggerCommand NULL", __FUNCTION__);
287 WifiLoggerCommand *wifiLoggerCommand;
302 wifiLoggerCommand = new WifiLoggerCommand(
308 ALOGE("%s: Error WifiLoggerCommand NUL
776 WifiLoggerCommand::WifiLoggerCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) function in class:WifiLoggerCommand
[all...]

Completed in 95 milliseconds