Lines Matching refs:tbVendor
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()
1312 if (!tbVendor[ in handleResponse()
1320 tbVendor[ in handleResponse()
1329 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_SCAN_ID]) { in handleResponse()
1336 firstScanIdInPatch = nla_get_u32(tbVendor[ in handleResponse()
1352 tbVendor); in handleResponse()