public static class WifiScanner.BssidInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
bssid
bssid of the access point; in XX:XX:XX:XX:XX:XX format
|
int |
frequencyHint
channel frequency (in KHz) where you may find this BSSID
|
int |
high
high signal threshold; more information at
ScanResult.level |
int |
low
low signal strength threshold; more information at
ScanResult.level |
Constructor and Description |
---|
BssidInfo() |
public String bssid
public int low
ScanResult.level
public int high
ScanResult.level
public int frequencyHint