WifiParsedResult

class WifiParsedResult(networkEncryption: String?, ssid: String?, password: String?, hidden: Boolean, identity: String?, anonymousIdentity: String?, eapMethod: String?, phase2Method: String?) : ParsedResult

Represents a parsed result that encodes wifi network information, like SSID and password.

Constructors

Link copied to clipboard
constructor(networkEncryption: String?, ssid: String?, password: String?, hidden: Boolean, identity: String?, anonymousIdentity: String?, eapMethod: String?, phase2Method: String?)
constructor(networkEncryption: String?, ssid: String?, password: String?)
constructor(networkEncryption: String?, ssid: String?, password: String?, hidden: Boolean)

Functions

Link copied to clipboard
Link copied to clipboard
open override fun getDisplayResult(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getSsid(): String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String