HostNameConfiguration

data class HostNameConfiguration(val serviceName: String = "wifiprov", val hostName: String = "https://wifiprov.local/", val certificate: String = CERTIFICATE)

Host name configuration contains the hostname of the SoftAP provisioning service.

Constructors

Link copied to clipboard
constructor(serviceName: String = "wifiprov", hostName: String = "https://wifiprov.local/", certificate: String = CERTIFICATE)

Properties

Link copied to clipboard

The certificate of the SoftAP provisioning service.

Link copied to clipboard
val handshakeCertificates: HandshakeCertificates

The handshake certificates for the SoftAP provisioning service.

Link copied to clipboard

Hostname of the SoftAP provisioning service.

Link copied to clipboard

Service name of the SoftAP provisioning service.