Home
last modified time | relevance | path

Searched refs:max_scan_cache_size (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DSupplicantWifiScannerImpl.java175 capabilities.max_scan_cache_size = Integer.MAX_VALUE; in getScanCapabilities()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java273 capabilities.max_scan_cache_size = Integer.MAX_VALUE; in setupAndLoadDriver()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1640 public int max_scan_cache_size; field in WifiNative.ScanCapabilities
/frameworks/opt/net/wifi/service/jni/
Dcom_android_server_wifi_WifiNative.cpp628 helper.setIntField(capabilities, "max_scan_cache_size", c.max_scan_cache_size); in android_net_wifi_getScanCapabilities()