Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dgscan.h42 int max_ap_cache_per_scan; // maximum number of APs that can be stored per scan member
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Difaceeventhandler.cpp533 __FUNCTION__, mCapa->gscan_capa.max_ap_cache_per_scan, in handleResponse()
587 mCapa->gscan_capa.max_ap_cache_per_scan = nla_get_u32(tbVendor[ in wifiParseCapabilities()
Dwifilogger_diag.cpp192 gscan_cap.max_ap_cache_per_scan = in process_log_extscan_capabilities()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Difaceeventhandler.cpp535 __FUNCTION__, mCapa->gscan_capa.max_ap_cache_per_scan, in handleResponse()
609 mCapa->gscan_capa.max_ap_cache_per_scan = nla_get_u32(tbVendor[ in wifiParseCapabilities()
Dwifilogger_diag.cpp194 gscan_cap.max_ap_cache_per_scan = in process_log_extscan_capabilities()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp523 aidl_caps->maxApCachePerScan = legacy_caps.max_ap_cache_per_scan; in convertLegacyGscanCapabilitiesToAidl()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp851 printMsg(" max_ap_cache_per_scan = %d\n", capabilities.max_ap_cache_per_scan); in printScanCapabilities()