|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WifiAccessPoint
The WifiAccessPoint models an access point for a Wifi network.
Method Summary | |
---|---|
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). |
Method Detail |
---|
String getSSID()
byte[] getHardwareAddress()
long getFrequency()
WifiMode getMode()
List<Long> getBitrate()
int getStrength()
EnumSet<WifiSecurity> getWpaSecurity()
EnumSet<WifiSecurity> getRsnSecurity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |