public static class WifiScanner.ChannelSpec extends Object
Modifier and Type | Field and Description |
---|---|
int |
dwellTimeMS
how long to dwell on this channel
|
int |
frequency
channel frequency in MHz; for example channel 1 is specified as 2412
|
boolean |
passive
if true, scan this channel in passive fashion.
|
Constructor and Description |
---|
ChannelSpec(int frequency)
default constructor for channel spec
|
public int frequency
public boolean passive
public int dwellTimeMS