Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger.cpp73 WifiLoggerCommand *wifiLoggerCommand = NULL; in wifi_start_logging() local
102 wifiLoggerCommand = new WifiLoggerCommand( in wifi_start_logging()
108 if (wifiLoggerCommand == NULL) { in wifi_start_logging()
113 ret = wifiLoggerCommand->create(); in wifi_start_logging()
118 ret = wifiLoggerCommand->set_iface_id(ifaceInfo->name); in wifi_start_logging()
123 nlData = wifiLoggerCommand->attr_start(NL80211_ATTR_VENDOR_DATA); in wifi_start_logging()
127 ret = wifiLoggerCommand->put_u32(QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_RING_ID, in wifi_start_logging()
132 ret = wifiLoggerCommand->put_u32( in wifi_start_logging()
138 ret = wifiLoggerCommand->put_u32(QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_FLAGS, in wifi_start_logging()
143 wifiLoggerCommand->attr_end(nlData); in wifi_start_logging()
[all …]