NEHotspotConfigurationError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates errors relating to network hostpot configuration.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEHotspotConfigurationError
type NEHotspotConfigurationError =
- Inheritance
-
NEHotspotConfigurationError
- Attributes
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | |
InvalidSsid | 1 | |
InvalidWpaPassphrase | 2 | |
InvalidWepPassphrase | 3 | |
InvalidEapSettings | 4 | |
InvalidHS20Settings | 5 | |
InvalidHS20DomainName | 6 | |
UserDenied | 7 | |
Internal | 8 | |
Pending | 9 | |
SystemConfiguration | 10 | |
Unknown | 11 | |
JoinOnceNotSupported | 12 | |
AlreadyAssociated | 13 | |
ApplicationIsNotInForeground | 14 |