Home
last modified time | relevance | path

Searched defs:securityParamsList (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DScanResultMatchInfoTest.java485 List<SecurityParams> securityParamsList = new ArrayList<>(); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates() local
523 List<SecurityParams> securityParamsList = new ArrayList<>(); in testMatchBehaviorWithOweAutoUpgradeFlagStates() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DScanResultMatchInfo.java41 public List<SecurityParams> securityParamsList = new ArrayList<>(); field in ScanResultMatchInfo
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiConfiguration.java626 public void setSecurityParams(@NonNull List<SecurityParams> securityParamsList) { in setSecurityParams()