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.java137 private int pskType = PSK_UNKNOWN; field in AccessPoint
177 pskType = savedState.getInt(KEY_PSKTYPE); in AccessPoint()
242 this.pskType = that.pskType; in copyFrom()
336 builder.append(',').append(securityToString(security, pskType)); in toString()
551 switch (pskType) { in getSecurityString()
945 pskType = getPskType(result); in initWithScanResult()
955 savedState.putInt(KEY_PSKTYPE, pskType); in saveWifiState()
991 pskType = getPskType(result); in update()
1170 public static String securityToString(int security, int pskType) { in securityToString() argument
1174 if (pskType == PSK_WPA) { in securityToString()
[all …]