public class WirelessAccessPointInfo
extends Object
Modifier and Type | Field and Description |
---|---|
String |
bssid
Wireless BSSID.
|
byte |
channel
Wireless channel.
|
String |
encryption
Wireless encryption mode.
|
boolean |
infrastructure
Indicates if this access point is setup for infrastructure mode.
|
byte |
maxDataRate
Maximum supported data rate.
|
byte |
privacy
Privacy mode.
|
String |
security
Wireless security mode.
|
boolean |
selected
Indicates whether this access point is currently selected.
|
byte |
signalStrength
Wireless signal strength.
|
String |
ssid
Wireless SSID.
|
Constructor and Description |
---|
WirelessAccessPointInfo()
Instantiates the WirelessAccessPointInfo
|
public boolean selected
public boolean infrastructure
public byte channel
public byte privacy
public byte signalStrength
public byte maxDataRate
public String ssid
public String bssid
public String security
public String encryption
© 2016 ZIH Corp. All Rights Reserved.