Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger.cpp72 WifiLoggerCommand *wifiLoggerCommand = NULL; in wifi_start_logging() local
96 wifiLoggerCommand = new WifiLoggerCommand( in wifi_start_logging()
102 if (wifiLoggerCommand == NULL) { in wifi_start_logging()
107 ret = wifiLoggerCommand->create(); in wifi_start_logging()
113 ret = wifiLoggerCommand->set_iface_id(ifaceInfo->name); in wifi_start_logging()
119 nlData = wifiLoggerCommand->attr_start(NL80211_ATTR_VENDOR_DATA); in wifi_start_logging()
124 if (wifiLoggerCommand->put_u32( in wifi_start_logging()
129 if (wifiLoggerCommand->put_u32( in wifi_start_logging()
135 if (wifiLoggerCommand->put_u32( in wifi_start_logging()
142 wifiLoggerCommand->attr_end(nlData); in wifi_start_logging()
[all …]