HomeSort by relevance Sort by last modified time
    Searched refs:tbVendor (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
ifaceeventhandler.cpp 340 struct nlattr *tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX + 1];
341 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX,
344 if (wifiParseCapabilities(tbVendor) == WIFI_SUCCESS) {
386 wifi_error WifihalGeneric::wifiParseCapabilities(struct nlattr **tbVendor)
388 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_CACHE_SIZE]) {
393 mCapa->gscan_capa.max_scan_cache_size = nla_get_u32(tbVendor[
396 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_BUCKETS]) {
401 mCapa->gscan_capa.max_scan_buckets = nla_get_u32(tbVendor[
404 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_AP_CACHE_PER_SCAN]) {
409 mCapa->gscan_capa.max_ap_cache_per_scan = nla_get_u32(tbVendor[
    [all...]
gscan_event_handler.cpp     [all...]
wifilogger.cpp     [all...]
gscan_event_handler.h 93 struct nlattr **tbVendor);
ifaceeventhandler.h 94 virtual wifi_error wifiParseCapabilities(struct nlattr **tbVendor);
gscan.cpp     [all...]

Completed in 208 milliseconds