Loading wifi/java/android/net/wifi/WifiConfiguration.java +9 −0 Original line number Diff line number Diff line Loading @@ -916,6 +916,15 @@ public class WifiConfiguration implements Parcelable { return false; } /** * Helper function, idenfity if a configuration should be treated as an enterprise network * @hide */ public boolean isEnterprise() { return allowedKeyManagement.get(KeyMgmt.WPA_EAP) || allowedKeyManagement.get(KeyMgmt.IEEE8021X); } /** * most recent time we have seen this configuration * @return most recent scanResult Loading Loading
wifi/java/android/net/wifi/WifiConfiguration.java +9 −0 Original line number Diff line number Diff line Loading @@ -916,6 +916,15 @@ public class WifiConfiguration implements Parcelable { return false; } /** * Helper function, idenfity if a configuration should be treated as an enterprise network * @hide */ public boolean isEnterprise() { return allowedKeyManagement.get(KeyMgmt.WPA_EAP) || allowedKeyManagement.get(KeyMgmt.IEEE8021X); } /** * most recent time we have seen this configuration * @return most recent scanResult Loading