Package apple.networkextension.enums
Class NEHotspotConfigurationError
- java.lang.Object
-
- apple.networkextension.enums.NEHotspotConfigurationError
-
public final class NEHotspotConfigurationError extends java.lang.Object[@typedef] NEHotspotConfigurationError Hotspot Configuration error codes [@const] NEHotspotConfigurationErrorInvalid The Wi-Fi configuration is invalid [@const] NEHotspotConfigurationErrorInvalidSSID The given SSID string is invalid. [@const] NEHotspotConfigurationErrorInvalidWPAPassphrase The given WPA/WPA2 Personal passphrase is invalid. [@const] NEHotspotConfigurationErrorInvalidWEPPassphrase The given WEP passphrase is invalid. [@const] NEHotspotConfigurationErrorInvalidEAPSettings Invalid EAP Settings. [@const] NEHotspotConfigurationErrorInvalidHS20Settings Invalid Hotspot 2.0 Settings. [@const] NEHotspotConfigurationErrorInvalidHS20DomainName The given Hotspot 2.0 domain name is invalid. [@const] NEHotspotConfigurationErrorUserDenied Failed to get the user's approval to add a new configuration. [@const] NEHotspotConfigurationErrorInternal An internal error was encountered. [@const] NEHotspotConfigurationErrorPending Previous request by the calling application is pending. [@const] NEHotspotConfigurationErrorSystemConfiguration The calling application cannot modify the System(MDM/Carrier) configuration. [@const] NEHotspotConfigurationErrorUnknown An unknown configuration error occurred. [@const] NEHotspotConfigurationErrorJoinOnceNotSupported JoinOnce option is not support for EAP configuration. [@const] NEHotspotConfigurationErrorAlreadyAssociated Wi-Fi is already associated. [@const] NEHotspotConfigurationErrorApplicationIsNotInForeground The application is not in the foreground. [@const] NEHotspotConfigurationErrorInvalidSSIDPrefix The given SSID Prefix string is invalid.
-
-
Field Summary
Fields Modifier and Type Field Description static longAlreadyAssociatedstatic longApplicationIsNotInForegroundstatic longInternalstatic longInvalidstatic longInvalidEAPSettingsstatic longInvalidHS20DomainNamestatic longInvalidHS20Settingsstatic longInvalidSSIDstatic longInvalidSSIDPrefixstatic longInvalidWEPPassphrasestatic longInvalidWPAPassphrasestatic longJoinOnceNotSupportedstatic longPendingstatic longSystemConfigurationstatic longUnknownstatic longUserDenied
-
-
-
Field Detail
-
Invalid
public static final long Invalid
- See Also:
- Constant Field Values
-
InvalidSSID
public static final long InvalidSSID
- See Also:
- Constant Field Values
-
InvalidWPAPassphrase
public static final long InvalidWPAPassphrase
- See Also:
- Constant Field Values
-
InvalidWEPPassphrase
public static final long InvalidWEPPassphrase
- See Also:
- Constant Field Values
-
InvalidEAPSettings
public static final long InvalidEAPSettings
- See Also:
- Constant Field Values
-
InvalidHS20Settings
public static final long InvalidHS20Settings
- See Also:
- Constant Field Values
-
InvalidHS20DomainName
public static final long InvalidHS20DomainName
- See Also:
- Constant Field Values
-
UserDenied
public static final long UserDenied
- See Also:
- Constant Field Values
-
Internal
public static final long Internal
- See Also:
- Constant Field Values
-
Pending
public static final long Pending
- See Also:
- Constant Field Values
-
SystemConfiguration
public static final long SystemConfiguration
- See Also:
- Constant Field Values
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
JoinOnceNotSupported
public static final long JoinOnceNotSupported
- See Also:
- Constant Field Values
-
AlreadyAssociated
public static final long AlreadyAssociated
- See Also:
- Constant Field Values
-
ApplicationIsNotInForeground
public static final long ApplicationIsNotInForeground
- See Also:
- Constant Field Values
-
InvalidSSIDPrefix
public static final long InvalidSSIDPrefix
- See Also:
- Constant Field Values
-
-