Searched refs:pskType (Results 1 – 1 of 1) sorted by relevance
137 private int pskType = PSK_UNKNOWN; field in AccessPoint177 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() argument1174 if (pskType == PSK_WPA) { in securityToString()[all …]