HomeSort by relevance Sort by last modified time
    Searched refs:WifiLoggerCommand (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifiloggercmd.h 73 class WifiLoggerCommand : public WifiVendorCommand
86 WifiLoggerCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
88 static WifiLoggerCommand* instance(wifi_handle handle);
89 virtual ~WifiLoggerCommand();
wifilogger.cpp 72 WifiLoggerCommand *wifiLoggerCommand = NULL;
96 wifiLoggerCommand = new WifiLoggerCommand(
102 if (wifiLoggerCommand == NULL) {
103 ALOGE("%s: Error WifiLoggerCommand NULL", __FUNCTION__);
107 ret = wifiLoggerCommand->create();
113 ret = wifiLoggerCommand->set_iface_id(ifaceInfo->name);
119 nlData = wifiLoggerCommand->attr_start(NL80211_ATTR_VENDOR_DATA);
124 if (wifiLoggerCommand->put_u32
    [all...]

Completed in 4118 milliseconds