---
title: NEHotspotEAPSettings
framework: networkextension
role: symbol
role_heading: Class
path: networkextension/nehotspoteapsettings
---

# NEHotspotEAPSettings

Extensible Authentication Protocol settings for configuring WPA and WPA2 enterprise Wi-Fi networks.

## Declaration

```swift
class NEHotspotEAPSettings
```

## Topics

### Accessing EAP properties

- [isTLSClientCertificateRequired](networkextension/nehotspoteapsettings/istlsclientcertificaterequired.md)
- [trustedServerNames](networkextension/nehotspoteapsettings/trustedservernames.md)
- [supportedEAPTypes](networkextension/nehotspoteapsettings/supportedeaptypes.md)
- [NEHotspotEAPSettings.EAPType](networkextension/nehotspoteapsettings/eaptype.md)
- [username](networkextension/nehotspoteapsettings/username.md)
- [password](networkextension/nehotspoteapsettings/password.md)
- [preferredTLSVersion](networkextension/nehotspoteapsettings/preferredtlsversion.md)
- [NEHotspotEAPSettings.TLSVersion](networkextension/nehotspoteapsettings/tlsversion.md)
- [outerIdentity](networkextension/nehotspoteapsettings/outeridentity.md)
- [ttlsInnerAuthenticationType](networkextension/nehotspoteapsettings/ttlsinnerauthenticationtype-swift.property.md)
- [NEHotspotEAPSettings.TTLSInnerAuthenticationType](networkextension/nehotspoteapsettings/ttlsinnerauthenticationtype-swift.enum.md)

### Setting Keychain-based EAP Properties

- [setIdentity(_:)](networkextension/nehotspoteapsettings/setidentity(_:).md)
- [setTrustedServerCertificates(_:)](networkextension/nehotspoteapsettings/settrustedservercertificates(_:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Wi-Fi network configuration

- [NEHotspotConfigurationManager](networkextension/nehotspotconfigurationmanager.md)
- [NEHotspotConfiguration](networkextension/nehotspotconfiguration.md)
- [NEHotspotHS20Settings](networkextension/nehotspoths20settings.md)
