Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Difaceeventhandler.cpp340 struct nlattr *tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX + 1]; in handleResponse() local
341 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX, in handleResponse()
344 if (wifiParseCapabilities(tbVendor) == WIFI_SUCCESS) { in handleResponse()
386 wifi_error WifihalGeneric::wifiParseCapabilities(struct nlattr **tbVendor) in wifiParseCapabilities() argument
388 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_CACHE_SIZE]) { in wifiParseCapabilities()
393 mCapa->gscan_capa.max_scan_cache_size = nla_get_u32(tbVendor[ in wifiParseCapabilities()
396 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_BUCKETS]) { in wifiParseCapabilities()
401 mCapa->gscan_capa.max_scan_buckets = nla_get_u32(tbVendor[ in wifiParseCapabilities()
404 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_AP_CACHE_PER_SCAN]) { in wifiParseCapabilities()
409 mCapa->gscan_capa.max_ap_cache_per_scan = nla_get_u32(tbVendor[ in wifiParseCapabilities()
[all …]
Dgscan_event_handler.cpp1045 struct nlattr *tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX + 1]; in handleEvent() local
1056 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX, in handleEvent()
1072 if (!tbVendor[ in handleEvent()
1081 tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_REQUEST_ID] in handleEvent()
1096 tbVendor[ in handleEvent()
1106 tbVendor[ in handleEvent()
1127 tbVendor[ in handleEvent()
1138 tbVendor[ in handleEvent()
1143 tbVendor[ in handleEvent()
1151 len = nla_len(tbVendor[ in handleEvent()
[all …]
Dwifilogger.cpp1051 struct nlattr *tbVendor[ in handleResponse() local
1054 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MAX, in handleResponse()
1058 if (!tbVendor[ in handleResponse()
1066 tbVendor[QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MEMDUMP_SIZE] in handleResponse()
1134 struct nlattr *tbVendor[QCA_WLAN_VENDOR_ATTR_WAKE_STATS_MAX +1]; in handleResponse() local
1137 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_WAKE_STATS_MAX, in handleResponse()
1141 if (!tbVendor[ in handleResponse()
1147 tbVendor[QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_CMD_EVENT_WAKE]); in handleResponse()
1151 if (!tbVendor[ in handleResponse()
1156 len = nla_len(tbVendor[ in handleResponse()
[all …]
Dgscan.cpp1335 struct nlattr *tbVendor[ in handleResponse() local
1337 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX, in handleResponse()
1344 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_CHANNELS]) { in handleResponse()
1350 val = nla_get_u32(tbVendor[ in handleResponse()
1359 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CHANNELS]) { in handleResponse()
1366 tbVendor[ in handleResponse()
1387 if (!tbVendor[ in handleResponse()
1395 tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_REQUEST_ID] in handleResponse()
1403 if (!tbVendor[ in handleResponse()
1415 numResults = nla_get_u32(tbVendor[ in handleResponse()
[all …]
Dgscan_event_handler.h93 struct nlattr **tbVendor);
Difaceeventhandler.h94 virtual wifi_error wifiParseCapabilities(struct nlattr **tbVendor);