com.eurotech.framework.net.wifi
Interface WifiAccessPoint


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

getSSID

String getSSID()
The Service Set Identifier identifying the access point.

Returns:

getHardwareAddress

byte[] getHardwareAddress()
The hardware address (BSSID) of the access point.

Returns:

getFrequency

long getFrequency()
The radio channel frequency in use by the access point, in MHz.

Returns:

getMode

WifiMode getMode()
Describes the operating mode of the access point.

Returns:

getBitrate

List<Long> getBitrate()
The bitrates this access point is capable of, in kilobits/second (Kb/s).

Returns:

getStrength

int getStrength()
The current signal quality of the access point, in percent.

Returns:

getWpaSecurity

EnumSet<WifiSecurity> getWpaSecurity()
Describes the access point's capabilities according to WPA (Wifi Protected Access).

Returns:

getRsnSecurity

EnumSet<WifiSecurity> getRsnSecurity()
Describes the access point's capabilities according to the RSN (Robust Secure Network) protocol.

Returns:


Copyright © 2013. All Rights Reserved.