Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java184 private int pskType = PSK_UNKNOWN; field in AccessPoint
233 pskType = savedState.getInt(KEY_PSKTYPE); in AccessPoint()
316 this.pskType = that.pskType; in copyFrom()
421 builder.append(',').append(securityToString(security, pskType)); in toString()
698 switch (pskType) { in getSecurityString()
1130 pskType = getPskType(result); in initWithScanResult()
1144 savedState.putInt(KEY_PSKTYPE, pskType); in saveWifiState()
1199 pskType = getPskType(result); in update()
1426 public static String securityToString(int security, int pskType) { in securityToString() argument
1430 if (pskType == PSK_WPA) { in securityToString()
[all …]