SoftAp

data class SoftAp(val ssid: String, val passphraseConfiguration: PassphraseConfiguration)

WifiDevice class represents a Wi-Fi network that the device should connect to.

Constructors

Link copied to clipboard
constructor(ssid: String, passphraseConfiguration: PassphraseConfiguration)

Properties

Link copied to clipboard

Connection info of the device.

Link copied to clipboard

MAC address of the device.

Link copied to clipboard
Link copied to clipboard

Passphrase configuration of the network.

Link copied to clipboard

SSID of the network.

Link copied to clipboard