Home
last modified time | relevance | path

Searched refs:max_scan_reporting_threshold (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Difaceeventhandler.cpp425 mCapa->gscan_capa.max_scan_reporting_threshold, in handleResponse()
485 mCapa->gscan_capa.max_scan_reporting_threshold = nla_get_u32(tbVendor[ in wifiParseCapabilities()
H A Dwifilogger_diag.cpp161 gscan_cap.max_scan_reporting_threshold = in process_log_extscan_capabilities()
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dgscan.h44 int max_scan_reporting_threshold; // max possible report_threshold as described member
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
H A DWificondScannerImpl.java138 capabilities.max_scan_reporting_threshold = SCAN_BUFFER_CAPACITY; in getScanCapabilities()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java2976 public int max_scan_reporting_threshold;
H A DWifiVendorHal.java859 out.max_scan_reporting_threshold = cap.maxReportingThreshold; in getBgScanCapabilities()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp594 hidl_caps->maxReportingThreshold = legacy_caps.max_scan_reporting_threshold; in convertLegacyGscanCapabilitiesToHidl()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java806 assertEquals(78, result.max_scan_reporting_threshold); in testGetBgScanCapabilities()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWifiScanningServiceTest.java469 capabilities.max_scan_reporting_threshold = 10; in setupAndLoadDriver()