public interface WifiAccessPoint
Modifier and Type | Method and Description |
---|---|
List<Long> |
getBitrate()
The bitrates this access point is capable of, in kilobits/second (Kb/s).
|
long |
getFrequency()
The radio channel frequency in use by the access point, in MHz.
|
byte[] |
getHardwareAddress()
The hardware address (BSSID) of the access point.
|
WifiMode |
getMode()
Describes the operating mode of the access point.
|
EnumSet<WifiSecurity> |
getRsnSecurity()
Describes the access point's capabilities according to the RSN (Robust Secure Network) protocol.
|
String |
getSSID()
The Service Set Identifier identifying the access point.
|
int |
getStrength()
The current signal quality of the access point, in percent.
|
EnumSet<WifiSecurity> |
getWpaSecurity()
Describes the access point's capabilities according to WPA (Wifi Protected Access).
|
String getSSID()
byte[] getHardwareAddress()
long getFrequency()
WifiMode getMode()
List<Long> getBitrate()
int getStrength()
EnumSet<WifiSecurity> getWpaSecurity()
EnumSet<WifiSecurity> getRsnSecurity()
Copyright © 2013. All Rights Reserved.