Searched defs:PAP (Results 1 – 2 of 2) sorted by relevance
16 public enum NonEAPType {Reserved, PAP, CHAP, MSCHAP, MSCHAPv2} enumConstant23 sOmaMap.put(NonEAPType.PAP, "PAP"); in sOmaMap.put()
293 public static final int PAP = 1; field in WifiEnterpriseConfig.Phase2