Package apple.networkextension.enums
Class NEHotspotConfigurationEAPType
- java.lang.Object
-
- apple.networkextension.enums.NEHotspotConfigurationEAPType
-
public final class NEHotspotConfigurationEAPType extends java.lang.Object[@typedef] NEHotspotConfigurationEAPType EAP Type. [@const] NEHotspotConfigurationEAPTypeTLS EAP-TLS. [@const] NEHotspotConfigurationEAPTypeTTLS TTLS. [@const] NEHotspotConfigurationEAPTypePEAP PEAP. [@const] NEHotspotConfigurationEAPTypeFAST EAP-FAST.
-
-
Field Detail
-
EAPTLS
public static final long EAPTLS
- See Also:
- Constant Field Values
-
EAPTTLS
public static final long EAPTTLS
- See Also:
- Constant Field Values
-
EAPPEAP
public static final long EAPPEAP
- See Also:
- Constant Field Values
-
EAPFAST
public static final long EAPFAST
- See Also:
- Constant Field Values
-
-