Searched refs:tbVendor (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | ifaceeventhandler.cpp | 400 struct nlattr *tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX + 1]; in handleResponse() local 401 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX, in handleResponse() 404 if (wifiParseCapabilities(tbVendor) == WIFI_SUCCESS) { in handleResponse() 446 wifi_error WifihalGeneric::wifiParseCapabilities(struct nlattr **tbVendor) in wifiParseCapabilities() argument 448 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_CACHE_SIZE]) { in wifiParseCapabilities() 453 mCapa->gscan_capa.max_scan_cache_size = nla_get_u32(tbVendor[ in wifiParseCapabilities() 456 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_BUCKETS]) { in wifiParseCapabilities() 461 mCapa->gscan_capa.max_scan_buckets = nla_get_u32(tbVendor[ in wifiParseCapabilities() 464 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_AP_CACHE_PER_SCAN]) { in wifiParseCapabilities() 469 mCapa->gscan_capa.max_ap_cache_per_scan = nla_get_u32(tbVendor[ in wifiParseCapabilities() [all …]
|
D | gscan_event_handler.cpp | 1041 struct nlattr *tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX + 1]; in handleEvent() local 1052 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX, in handleEvent() 1068 if (!tbVendor[ in handleEvent() 1077 tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_REQUEST_ID] in handleEvent() 1092 tbVendor[ in handleEvent() 1102 tbVendor[ in handleEvent() 1123 tbVendor[ in handleEvent() 1134 tbVendor[ in handleEvent() 1139 tbVendor[ in handleEvent() 1147 len = nla_len(tbVendor[ in handleEvent() [all …]
|
D | wifilogger.cpp | 1077 struct nlattr *tbVendor[ in handleResponse() local 1080 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MAX, in handleResponse() 1084 if (!tbVendor[ in handleResponse() 1092 tbVendor[QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MEMDUMP_SIZE] in handleResponse() 1160 struct nlattr *tbVendor[QCA_WLAN_VENDOR_GET_WAKE_STATS_MAX+1]; in handleResponse() local 1163 nla_parse(tbVendor, QCA_WLAN_VENDOR_GET_WAKE_STATS_MAX, in handleResponse() 1167 if (!tbVendor[ in handleResponse() 1172 tbVendor[QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_CMD_EVENT_WAKE]); in handleResponse() 1177 if (!tbVendor[ in handleResponse() 1181 len = nla_len(tbVendor[ in handleResponse() [all …]
|
D | gscan.cpp | 1217 struct nlattr *tbVendor[ in handleResponse() local 1219 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX, in handleResponse() 1226 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_CHANNELS]) { in handleResponse() 1232 val = nla_get_u32(tbVendor[ in handleResponse() 1241 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CHANNELS]) { in handleResponse() 1248 tbVendor[ in handleResponse() 1269 if (!tbVendor[ in handleResponse() 1277 tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_REQUEST_ID] in handleResponse() 1285 if (!tbVendor[ in handleResponse() 1297 numResults = nla_get_u32(tbVendor[ in handleResponse() [all …]
|
D | gscan_event_handler.h | 93 struct nlattr **tbVendor);
|
D | ifaceeventhandler.h | 97 virtual wifi_error wifiParseCapabilities(struct nlattr **tbVendor);
|