WifiData

constructor(ssid: String, password: String?, macAddress: String?, authType: AuthenticationMode, encryptionMode: EncryptionMode)

Parameters

ssid

The human-readable of the Wi-Fi network.

password

The password of the Wi-Fi network, or null if the network is open.

macAddress

Optional BSSID of the Wi-Fi network, in case a network is accessible from multiple access points.

authType

The authentication type of the Wi-Fi network.

encryptionMode

The encryption mode of the Wi-Fi network.