public final class NEHotspotConfigurationError
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static long |
AlreadyAssociated |
static long |
ApplicationIsNotInForeground |
static long |
Internal |
static long |
Invalid |
static long |
InvalidEAPSettings |
static long |
InvalidHS20DomainName |
static long |
InvalidHS20Settings |
static long |
InvalidSSID |
static long |
InvalidSSIDPrefix |
static long |
InvalidWEPPassphrase |
static long |
InvalidWPAPassphrase |
static long |
JoinOnceNotSupported |
static long |
Pending |
static long |
SystemConfiguration |
static long |
Unknown |
static long |
UserDenied |
public static final long Invalid
public static final long InvalidSSID
public static final long InvalidWPAPassphrase
public static final long InvalidWEPPassphrase
public static final long InvalidEAPSettings
public static final long InvalidHS20Settings
public static final long InvalidHS20DomainName
public static final long UserDenied
public static final long Internal
public static final long Pending
public static final long SystemConfiguration
public static final long Unknown
public static final long JoinOnceNotSupported
public static final long AlreadyAssociated
public static final long ApplicationIsNotInForeground
public static final long InvalidSSIDPrefix