public static class WifiScanner.PnoSettings.PnoNetwork extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
AUTH_CODE_EAPOL
any EAPOL
|
static byte |
AUTH_CODE_OPEN
Open Network
|
static byte |
AUTH_CODE_PSK
WPA_PSK or WPA2PSK
|
byte |
authBitField
Bitmask of the ATUH_XXX
|
static byte |
FLAG_A_BAND
Whether PNO event shall be triggered if the network is found on A band
|
static byte |
FLAG_DIRECTED_SCAN
Whether directed scan needs to be performed (for hidden SSIDs)
|
static byte |
FLAG_G_BAND
Whether PNO event shall be triggered if the network is found on G band
|
static byte |
FLAG_SAME_NETWORK
If this SSID should be considered the same network as the currently connected
one for scoring.
|
static byte |
FLAG_STRICT_MATCH
Whether strict matching is required
If required then the firmware must store the network's SSID and not just a hash
|
byte |
flags
Bitmask of the FLAG_XXX
|
int |
networkId
Network ID in wpa_supplicant
|
int |
priority
Assigned priority for the network
|
String |
ssid
SSID of the network
|
Constructor and Description |
---|
PnoNetwork(String ssid)
default constructor for PnoNetwork
|
public static final byte FLAG_DIRECTED_SCAN
public static final byte FLAG_A_BAND
public static final byte FLAG_G_BAND
public static final byte FLAG_STRICT_MATCH
public static final byte FLAG_SAME_NETWORK
public static final byte AUTH_CODE_OPEN
public static final byte AUTH_CODE_PSK
public static final byte AUTH_CODE_EAPOL
public String ssid
public int networkId
public int priority
public byte flags
public byte authBitField
public PnoNetwork(String ssid)