|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.eurotech.framework.core.net.WifiAccessPointImpl
public class WifiAccessPointImpl
Constructor Summary | |
---|---|
WifiAccessPointImpl(String ssid)
|
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). |
void |
setBitrate(List<Long> bitrate)
|
void |
setFrequency(long frequency)
|
void |
setHardwareAddress(byte[] hardwareAddress)
|
void |
setMode(WifiMode mode)
|
void |
setRsnSecurity(EnumSet<WifiSecurity> rsnSecurity)
|
void |
setStrength(int strength)
|
void |
setWpaSecurity(EnumSet<WifiSecurity> wpaSecurity)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WifiAccessPointImpl(String ssid)
Method Detail |
---|
public String getSSID()
WifiAccessPoint
getSSID
in interface WifiAccessPoint
public byte[] getHardwareAddress()
WifiAccessPoint
getHardwareAddress
in interface WifiAccessPoint
public void setHardwareAddress(byte[] hardwareAddress)
public long getFrequency()
WifiAccessPoint
getFrequency
in interface WifiAccessPoint
public void setFrequency(long frequency)
public WifiMode getMode()
WifiAccessPoint
getMode
in interface WifiAccessPoint
public void setMode(WifiMode mode)
public List<Long> getBitrate()
WifiAccessPoint
getBitrate
in interface WifiAccessPoint
public void setBitrate(List<Long> bitrate)
public int getStrength()
WifiAccessPoint
getStrength
in interface WifiAccessPoint
public void setStrength(int strength)
public EnumSet<WifiSecurity> getWpaSecurity()
WifiAccessPoint
getWpaSecurity
in interface WifiAccessPoint
public void setWpaSecurity(EnumSet<WifiSecurity> wpaSecurity)
public EnumSet<WifiSecurity> getRsnSecurity()
WifiAccessPoint
getRsnSecurity
in interface WifiAccessPoint
public void setRsnSecurity(EnumSet<WifiSecurity> rsnSecurity)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |