headlesswifimanager / com.wideverse.headlesswifimanager.helper / WifiHelper

WifiHelper

class WifiHelper

Constructors

<init>

WifiHelper()

Companion Object Properties

IEEE8021X

val IEEE8021X: String

WEP

val WEP: String

WPA

val WPA: String

WPA2

val WPA2: String

WPA_EAP

val WPA_EAP: String

Companion Object Functions

getDrawableFromRSSI

fun getDrawableFromRSSI(level: Int, protected: Boolean): Int

Get a good looking drawable resource to quickly identify network's level signal and its security policy.

isNetworkProtected

fun isNetworkProtected(scanResult: ScanResult): Boolean