Searched refs:PHASE2_AUTH (Results 1 – 1 of 1) sorted by relevance
71 private static Map<String, Integer> PHASE2_AUTH = buildPhase2AuthMap(); field in WifiConfigurationProvider229 return PHASE2_AUTH.containsKey(phase2Auth); in isPhase2AuthWifiInfoValid()344 if (PHASE2_AUTH.containsKey(phase2Auth)) { in getPhase2AuthFromString()345 return PHASE2_AUTH.get(phase2Auth); in getPhase2AuthFromString()