We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.apple.developer.networking.HotspotConfiguration
NEHotspotConfigurationManager
class var shared: NEHotspotConfigurationManager { get }
func apply(_ configuration: NEHotspotConfiguration, completionHandler: ((Error?) -> Void)? = nil)
NEHotspotConfiguration
init(ssid SSID: String)
init(ssidPrefix SSIDPrefix: String)
init(ssid SSID: String, passphrase: String, isWEP: Bool)
init(ssidPrefix SSIDPrefix: String, passphrase: String, isWEP: Bool)
init(ssid SSID: String, eapSettings: NEHotspotEAPSettings)
var ssid: String { get }
var ssidPrefix: String { get }
@NSCopying var lifeTimeInDays: NSNumber { get set }
var joinOnce: Bool { get set }
var hidden: Bool { get set }
NEHotspotEAPSettings
var isTLSClientCertificateRequired: Bool { get set }
var trustedServerNames: [String] { get set }
var supportedEAPTypes: [NSNumber] { get set }
enum EAPType : Int, @unchecked Sendable
var username: String { get set }
var password: String { get set }
var preferredTLSVersion: NEHotspotEAPSettings.TLSVersion { get set }
enum TLSVersion : Int, @unchecked Sendable
var outerIdentity: String { get set }
var ttlsInnerAuthenticationType: NEHotspotEAPSettings.TTLSInnerAuthenticationType { get set }
enum TTLSInnerAuthenticationType : Int, @unchecked Sendable
func setIdentity(_ identity: SecIdentity) -> Bool
func setTrustedServerCertificates(_ certificates: [Any]) -> Bool
The text was updated successfully, but these errors were encountered:
wifi_iot
No branches or pull requests
Specs
WEP(UNSAFE)WPS(UNSAFE)Passpoint / Hotspot 2.0(moved to [wifi_passpoint] Checklist for 1.0 #290)APIs
Platform Feature Coverage
??
??
com.apple.developer.networking.HotspotConfiguration
[Hotspot Configuration]NEHotspotConfigurationManager
class var shared: NEHotspotConfigurationManager { get }
func apply(_ configuration: NEHotspotConfiguration, completionHandler: ((Error?) -> Void)? = nil)
NEHotspotConfiguration
init(ssid SSID: String)
init(ssidPrefix SSIDPrefix: String)
init(ssid SSID: String, passphrase: String, isWEP: Bool)
init(ssidPrefix SSIDPrefix: String, passphrase: String, isWEP: Bool)
init(ssid SSID: String, eapSettings: NEHotspotEAPSettings)
var ssid: String { get }
var ssidPrefix: String { get }
@NSCopying var lifeTimeInDays: NSNumber { get set }
var joinOnce: Bool { get set }
var hidden: Bool { get set }
NEHotspotEAPSettings
var isTLSClientCertificateRequired: Bool { get set }
var trustedServerNames: [String] { get set }
var supportedEAPTypes: [NSNumber] { get set }
enum EAPType : Int, @unchecked Sendable
var username: String { get set }
var password: String { get set }
var preferredTLSVersion: NEHotspotEAPSettings.TLSVersion { get set }
enum TLSVersion : Int, @unchecked Sendable
var outerIdentity: String { get set }
var ttlsInnerAuthenticationType: NEHotspotEAPSettings.TTLSInnerAuthenticationType { get set }
enum TTLSInnerAuthenticationType : Int, @unchecked Sendable
func setIdentity(_ identity: SecIdentity) -> Bool
func setTrustedServerCertificates(_ certificates: [Any]) -> Bool
Documentation
Test
The text was updated successfully, but these errors were encountered: