AdventNet WiFi Mediation API, v1.0
A B C D E F G H I M N O P Q R S T U V W

A

A3COM - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents 3com
A3COM_8750 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents the 3com 8750 Model.
ACLBean - class com.adventnet.wifi.mediation.beans.ACLBean.
Class to hold access control information of the Access point.
ACLBean() - Constructor for class com.adventnet.wifi.mediation.beans.ACLBean
Constructs a ACLBean.
ACLBeanConstants - interface com.adventnet.wifi.mediation.ACLBeanConstants.
Class that holds constants to represent various attributes used for configuring access control.These constants will be used by WiFi Mediation to denote any errors.
ACL_DETAILS - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the Access Control details of Access point.
ADD - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent ADD operation.
AIRONET - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents Aironet.
ALLOWED_MAC - Static variable in interface com.adventnet.wifi.mediation.ACLBeanConstants
Constant to represent the allowed MAC addresses.
ANTENNA_DIVERSITY - Static variable in class com.adventnet.wifi.mediation.beans.RadioBean
Constant used to represent diversity.
ANTENNA_LEFT - Static variable in class com.adventnet.wifi.mediation.beans.RadioBean
Constant used to represent the left Antenna.
ANTENNA_RIGHT - Static variable in class com.adventnet.wifi.mediation.beans.RadioBean
Constant used to represent the right Antenna.
AP_DETAILS - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the general details of Access point.
AbstractBean - class com.adventnet.wifi.mediation.beans.AbstractBean.
This Class is the superclass for all the bean classes.
AbstractBean() - Constructor for class com.adventnet.wifi.mediation.beans.AbstractBean
 
AgentNotReachableException - exception com.adventnet.wifi.mediation.exception.AgentNotReachableException.
Signals that the agent in the device is not reachable.
AgentNotReachableException() - Constructor for class com.adventnet.wifi.mediation.exception.AgentNotReachableException
Constructs a AgentNotReachableException with null as its error message.
AgentNotReachableException(String) - Constructor for class com.adventnet.wifi.mediation.exception.AgentNotReachableException
Constructs a AgentNotReachableException with arg0 as its error message.
AironetSSIDBean - class com.adventnet.wifi.mediation.beans.AironetSSIDBean.
Class that holds Aironet(VxWorks) related details.
AironetSSIDBean() - Constructor for class com.adventnet.wifi.mediation.beans.AironetSSIDBean
 
AuthenticationSettings - class com.adventnet.wifi.mediation.beans.AuthenticationSettings.
Class holding all the authentication related details.
AuthenticationSettings() - Constructor for class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Creates a new instance of AuthenticationSettings
addErrorCode(int) - Method in class com.adventnet.wifi.mediation.exception.InvalidInputsException
Internally used.
addRadiusBean(RadiusBean) - Method in class com.adventnet.wifi.mediation.beans.RadiusBeanList
Adds a RadiusBean to the list.

B

BEACON_PERIOD - Static variable in interface com.adventnet.wifi.mediation.RadioBeanConstants
 
BROADCAST_SSID - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 

C

CHANNEL - Static variable in interface com.adventnet.wifi.mediation.RadioBeanConstants
 
CHANNELFREQUENCYMAP - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Properties Object holding the mapping between the 802.11 channels and its frequencies.
CHANNELS_80211A - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Holds all 802.11 A channels.
CHANNELS_80211B - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Holds all 802.11 B channels.
CISCO - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents Cisco.
CISCO_IOS_1100 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents Cisco 1100 IOS model
CISCO_IOS_1130 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents Cisco 1130 IOS Model
CISCO_IOS_1200 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents Cisco 1200 IOS model
CISCO_IOS_1300 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents Cisco 1300 IOS model
CISCO_IOS_1400 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents Cisco 1400 IOS model
CISCO_IOS_350 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents Cisco 350, IOS Model.
CLICredentials - class com.adventnet.wifi.mediation.CLICredentials.
Class that contains the CLI related properties such as
1.
CLICredentials(int, String, String) - Constructor for class com.adventnet.wifi.mediation.CLICredentials
Constructs a CLICredential Obj with the given port,login name and password.
CLICredentials(int, String, String, boolean) - Constructor for class com.adventnet.wifi.mediation.CLICredentials
Constructs a CLICredential with the given port, login name, password and a boolean indicating if SSH is to be used for communicating with the device.
CLINotReachableException - exception com.adventnet.wifi.mediation.exception.CLINotReachableException.
An CLINotReachableException is thrown to indicate that the device is not reachable via CLI.
CLINotReachableException() - Constructor for class com.adventnet.wifi.mediation.exception.CLINotReachableException
Constructs a CLINotReachableException without any message.
CLINotReachableException(String) - Constructor for class com.adventnet.wifi.mediation.exception.CLINotReachableException
Constructs a CLINotReachableException with the given message.
CLI_LOGIN_TIMEOUT - Static variable in class com.adventnet.wifi.mediation.CLICredentials
Constant to represent the CLI login timeout value.
CLI_PORT - Static variable in class com.adventnet.wifi.mediation.CLICredentials
Constant that represents the CLI PORT value.
CLI_REQUEST_TIMEOUT - Static variable in class com.adventnet.wifi.mediation.CLICredentials
Constant to represent the CLI request timeout value.
CiscoSSIDConstants - interface com.adventnet.wifi.mediation.CiscoSSIDConstants.
Class that holds constants to represent various attributes used for configuring SSIDs.These constants will be used by WiFi Mediation to denote any errors.
CmdResult - class com.adventnet.wifi.mediation.CmdResult.
Class which has details about each command executed as part of the configuration operation.
CmdResult(Object) - Constructor for class com.adventnet.wifi.mediation.CmdResult
Creates a new instance of CmdResult.
ConfigResult - class com.adventnet.wifi.mediation.ConfigResult.
Class representing the result of a configuration operation.
ConfigResult(Object) - Constructor for class com.adventnet.wifi.mediation.ConfigResult
Constructs a new instance of ConfigResult.
cleanUpResources(boolean) - Static method in class com.adventnet.wifi.mediation.MediationAPI
Method to cleanup the resources used by the WiFiMediation.
com.adventnet.wifi.mediation - package com.adventnet.wifi.mediation
Provides classes for configuring and fetching details from WLAN Devices( esp Access Points).
com.adventnet.wifi.mediation.beans - package com.adventnet.wifi.mediation.beans
Provides the classes and interfaces necessary for creating beans, which are basically used to hold the values that needs to be downloaded to the WLAN devices or to be obtained from the WLAN devices.
com.adventnet.wifi.mediation.exception - package com.adventnet.wifi.mediation.exception
This package contains all the exceptions indicating the conditions that a reasonable device mediation application might want to handle.
configureAccessPoint(Device, AbstractBean) - Static method in class com.adventnet.wifi.mediation.MediationAPI
Method to configure WLAN Devices.

D

DATARATE_80211A - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Holds all 802.11 A data rates.
DATARATE_80211BG - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Holds all 802.11 BG data rates.
DATA_RATE - Static variable in interface com.adventnet.wifi.mediation.RadioBeanConstants
 
DATA_RETRIES - Static variable in interface com.adventnet.wifi.mediation.RadioBeanConstants
 
DEFAULT - Static variable in class com.adventnet.wifi.mediation.beans.DataRateSettings
Constant representing default data rate setting of the Access point.
DEFAULT_ACTION - Static variable in interface com.adventnet.wifi.mediation.ACLBeanConstants
Constant to represent the default action.
DELETE - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent DELETE operation
DELETE_ALL - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent DELETE ALL operation.
DELETE_MAC - Static variable in interface com.adventnet.wifi.mediation.ACLBeanConstants
Constant representing the delete MAC operation.
DENY - Static variable in class com.adventnet.wifi.mediation.beans.ACLBean
Constant to represent deny access
DEVICE_NOT_REACHABLE - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing that the device is not reachable.
DEVICE_NOT_REACHABLE - Static variable in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Constant representing that the device is not reachable.
DEVICE_NOT_SUPPORTS_ATTR - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
 
DEVICE_SNMP_COMMUNITY_WRONG - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
 
DISABLE_KEY - Static variable in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Constant to disable a WEP Key.
DISABLE_NETWORK_EAP - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent that network level EAP is disabled.
DISABLE_OPEN_AUTHENTICATION - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent that open authentication is disabled.
DISABLE_SHARED_AUTHENTICATION - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent that shared authentication is disabled.
DISALLOWED_MAC - Static variable in interface com.adventnet.wifi.mediation.ACLBeanConstants
Constant to represent the disallowed MAC addresses.
DTIM_PERIOD - Static variable in interface com.adventnet.wifi.mediation.RadioBeanConstants
 
DataBean - class com.adventnet.wifi.mediation.beans.DataBean.
Generic Class that holds AccessPoint Details.
DataBean(Object) - Constructor for class com.adventnet.wifi.mediation.beans.DataBean
Creates an instance of DataBean with the given data.
DataRateSettings - class com.adventnet.wifi.mediation.beans.DataRateSettings.
Class holding the data rate related parameters of the Access point.
DataRateSettings() - Constructor for class com.adventnet.wifi.mediation.beans.DataRateSettings
 
Device - class com.adventnet.wifi.mediation.Device.
Class representing a WLAN Device in the network.
Device(String, int, int) - Constructor for class com.adventnet.wifi.mediation.Device
Constructs a Device with the specified name, vendor and model.
DeviceNotReachableException - exception com.adventnet.wifi.mediation.exception.DeviceNotReachableException.
Signals that a device is not reachable.
DeviceNotReachableException() - Constructor for class com.adventnet.wifi.mediation.exception.DeviceNotReachableException
Constructs a DeviceNotReachableException with null as its error message.
DeviceNotReachableException(String) - Constructor for class com.adventnet.wifi.mediation.exception.DeviceNotReachableException
Constructs a DeviceNotReachableException with arg0 as its error message.
DeviceNotSupportedException - exception com.adventnet.wifi.mediation.exception.DeviceNotSupportedException.
This exception is thrown when the specified vendor and model of the device is not supported by the Mediation Server.
DeviceNotSupportedException() - Constructor for class com.adventnet.wifi.mediation.exception.DeviceNotSupportedException
Constructs a DeviceNotSupportedException with null as its error message.
DeviceNotSupportedException(String) - Constructor for class com.adventnet.wifi.mediation.exception.DeviceNotSupportedException
Constructs a DeviceNotSupportedException with arg0 as its error message.
disableWEP() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Method to disable the WEP.
disableWEPKey(int) - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Method to disable the a particular WEP Key.

E

EAP_AUTH - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
EAP_RADIUS_ADD - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
ENABLE_ACL - Static variable in interface com.adventnet.wifi.mediation.ACLBeanConstants
Enable Access Control.
ENABLE_RADIO - Static variable in interface com.adventnet.wifi.mediation.RadioBeanConstants
 
ENABLE_TKIP - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
ENABLE_WEP - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
ENCRYPTION_NOT_SET - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant to represent that encryption details are not set.
ERICSSON - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents Ericsson
ERICSSON_ABS1000 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents the Ericsson ABS1000 Model.
ERICSSON_ABS2100 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents the Ericsson ABS2100 Model.
ERICSSON_ABS2200 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents the Ericsson ABS2200 Model.
ERICSSON_HN294DP - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents the Ericsson HN294dp Model.
EncryptionSettings - class com.adventnet.wifi.mediation.beans.EncryptionSettings.
Class holding all the encryption related details.
EncryptionSettings() - Constructor for class com.adventnet.wifi.mediation.beans.EncryptionSettings
 
ErrorConstants - interface com.adventnet.wifi.mediation.ErrorConstants.
This class holds all the error constants used across the packages.
enableAESCCMP(boolean) - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Sets the status of AES-CCMP encryption.
enableTKIP(boolean) - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Sets the status of TKIP encryption.
enableWEPEncryption(int, String, int, boolean) - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
API to set the WEP keys.
equals(Object) - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Compares whether two RadiusBeans are equal.

F

FAILURE - Static variable in class com.adventnet.wifi.mediation.ConfigResult
Constant to represent failure.
FCS_ERRORS - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the FCS errors.
FIRMWARE_RELOAD - Static variable in interface com.adventnet.wifi.mediation.FirmwareBeanConstants
 
FIRMWARE_UPGRADE - Static variable in interface com.adventnet.wifi.mediation.FirmwareBeanConstants
 
FRAGMENT_THRESHOLD - Static variable in interface com.adventnet.wifi.mediation.RadioBeanConstants
 
FRAME_RETRIES - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the frame retries.
FWUPGRADE_COMPLETED_SUCCESSFULLY - Static variable in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Constant indicating that the firmware upgrade operation was successful.
FWUPGRADE_FAILED - Static variable in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Constant representing failure in firmware upgrade process.
FWUPGRADE_NOT_TAKEN_PLACE - Static variable in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Constant indicating that the firmware upgrade operation has not taken place.
FWUPGRADE_STILL_IN_PROGRESS - Static variable in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Constant indicating that firmware upgrade is in progress.
FirmwareBean - class com.adventnet.wifi.mediation.beans.FirmwareBean.
Class that holds details related to Firmware Upgrades.
FirmwareBean() - Constructor for class com.adventnet.wifi.mediation.beans.FirmwareBean
 
FirmwareBeanConstants - interface com.adventnet.wifi.mediation.FirmwareBeanConstants.
Class that holds constants to represent various attributes used for upgrading firmwares.These constants will be used by WiFi Mediation to denote any errors.
FirmwareUpgradeEvent - class com.adventnet.wifi.mediation.FirmwareUpgradeEvent.
An Event which indicates that a firmware upgrade is being attempted.
FirmwareUpgradeEvent(Object) - Constructor for class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Creates a new instance of FirmwareUpgradeEvent
FirmwareUpgradeStatusListener - interface com.adventnet.wifi.mediation.FirmwareUpgradeStatusListener.
Listener interface for receiving firmware upgrade events.
firmwareUpdate(FirmwareUpgradeEvent) - Method in interface com.adventnet.wifi.mediation.FirmwareUpgradeStatusListener
Called by the WiFi Mediation for notifying the firmware upgrades.

G

getAccessPointDetails(Device, int) - Static method in class com.adventnet.wifi.mediation.MediationAPI
Fetches the details from WLAN Devices.
getAccountingPort() - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Fetches the authentication port, the port used by the radius server to handle all the authentication related requests.
getAllowedMACList() - Method in class com.adventnet.wifi.mediation.beans.ACLBean
Fetches the list of mobile client MAC that are allowed access to WLAN via this particular Access point.
getAssociationLimit() - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Fetches the maximum number of simulatneous users who can connect using this SSID.
getAttributeResult() - Method in class com.adventnet.wifi.mediation.ConfigResult
Returns a HashMap holding the configuration status of each and every attribute that is passed for configuration.
getAuthPort() - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Fetches the authentication port, the port used by the radius server to handle all the authentication related requests.
getAuthenticationDetails() - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Fetches the authentication details of this SSID.
getBasicDataRate() - Method in class com.adventnet.wifi.mediation.beans.DataRateSettings
Fetches the basic data rate of the Access point.
getBeaconPeriod() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Fetches the transmission interval of the beacon frames.
getCLICredentials() - Method in class com.adventnet.wifi.mediation.Device
Fetches the CLI Credentials of this Device which has been set using setCLICredentials Method.
getChannel() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Fetches the channel in which the radio is operating.
getColumns() - Method in class com.adventnet.wifi.mediation.beans.DataBean
Returns the list of Keys present in the DataBean.
getCommand() - Method in class com.adventnet.wifi.mediation.CmdResult
Fetches the command represented by this class.
getCommandOutput() - Method in class com.adventnet.wifi.mediation.CmdResult
Fetches the output of the command.
getCompatibleFirmwareVersion() - Method in class com.adventnet.wifi.mediation.Device
Used Internally.
getCounter() - Method in class com.adventnet.wifi.mediation.CmdResult
Fetches the number of times this particular command is executed.
getDTIMPeriod() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Fetches the DTIM period for the radio.
getData() - Method in class com.adventnet.wifi.mediation.beans.AbstractBean
Returns the data for configuration.
getData() - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Used for internal purposes.
getData(String) - Method in class com.adventnet.wifi.mediation.beans.DataBean
Returns the valuen for a given key.
getData() - Method in class com.adventnet.wifi.mediation.beans.MobileClientBean
Used Internally.
getData() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
 
getData() - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
 
getDataRate() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Fetches the data rate settings of this radio.
getDataRateOptimizationFactor() - Method in class com.adventnet.wifi.mediation.beans.DataRateSettings
Fetches the factor for which the data rate is optimized.
getDataRetries() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Fetches the value configured for retries for data frames.
getDefaultAction() - Method in class com.adventnet.wifi.mediation.beans.ACLBean
Fetches the default filter action.
getDevice() - Method in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Returns the Device Object for which the firmware upgrade is attempted.
getDeviceName() - Method in class com.adventnet.wifi.mediation.Device
Returns either DNS Name or IP Address which has been set using setDeviceName Method.
getDisallowedMACList() - Method in class com.adventnet.wifi.mediation.beans.ACLBean
Fetches the list of mobile client MAC that are not allowed access to WLAN via this particular Access point.
getEAPRadiusServers() - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Fetches the list of Radius Servers that are used for MAC authentication.
getEnableDataRate() - Method in class com.adventnet.wifi.mediation.beans.DataRateSettings
Fetches the data rates that are enabled.
getEnablePassword() - Method in class com.adventnet.wifi.mediation.CLICredentials
Fetches the enable password for the device.
getEnablePrompt() - Method in class com.adventnet.wifi.mediation.CLICredentials
Fetches the enable prompt.
getEncryptionDetails() - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Fetches the encryption details of this SSID.
getErrList() - Method in class com.adventnet.wifi.mediation.exception.InvalidInputsException
Internally used, fetches the list of errors codes.
getErrorDescription() - Method in class com.adventnet.wifi.mediation.ConfigResult
In case of configuration errors this method gives the exact error description.
getErrors() - Method in class com.adventnet.wifi.mediation.exception.InvalidInputsException
Fetches the list of errors codes as an int array.
getFailedResults() - Method in class com.adventnet.wifi.mediation.ConfigResult
Fetches the result of all the commands which are part of this operation and have failed in their execution.
getFirmwareBean() - Method in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Returns the details of the Firmware.
getFirmwareVersion() - Method in class com.adventnet.wifi.mediation.Device
Returns the firmware version of the device which has been assigned using setFirmwareVersion.
getFirmwareVersion(Device) - Static method in class com.adventnet.wifi.mediation.MediationAPI
Returns the firmware version of the WLAN Device.
getFragmentationThreshold() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Fetches the fragmentation threshold value configured in the Access point.
getIPAddress() - Method in class com.adventnet.wifi.mediation.beans.MobileClientBean
Returns the IpAddress of the Mobile Client.
getIPAddress() - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Fetches the Ip Address of the Radius Server
getId() - Method in class com.adventnet.wifi.mediation.CmdResult
Fetches the ID of this command.
getImageFilePath() - Method in class com.adventnet.wifi.mediation.beans.FirmwareBean
Returns the name of the firmware to be upgraded.
getInterPacketDelay() - Method in class com.adventnet.wifi.mediation.SNMPCredentials
 
getLoginName() - Method in class com.adventnet.wifi.mediation.CLICredentials
Returns the login id to log on to the device
getLoginPrompt() - Method in class com.adventnet.wifi.mediation.CLICredentials
Returns the login Prompt of the service.
getLoginTimeout() - Method in class com.adventnet.wifi.mediation.CLICredentials
Fetches the login request's timeout in millisecond.
getMACRadiusServers() - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Fetches the list of Radius Servers that are used for MAC authentication.
getMacAddress() - Method in class com.adventnet.wifi.mediation.beans.MobileClientBean
Returns the MacAddress of the Mobile Client.
getMaxRetriesCount() - Method in class com.adventnet.wifi.mediation.beans.FirmwareBean
Returns the number of times, the WifiMediation should attempt to get the firmware upgrade status.
getModel() - Method in class com.adventnet.wifi.mediation.Device
Returns the model ID for this device.
getNetworkEAPAuthType() - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Fetches the type of EAP authentication.
getNetworkID() - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Fetches the Layer 3 mobility network identification number of the SSID.
getNewVersion() - Method in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Returns the version of the firmware that has been upgraded.
getOlderVersion() - Method in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Returns the version of the firmware that has been running before this upgrade.
getOpenAuthenticationType() - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Fetches the type of open authentication.
getOperationType() - Method in class com.adventnet.wifi.mediation.beans.AbstractBean
Fetches the operation type of the bean that is whether this bean is used for a add operation or a delete operation etc.,
getOperationType() - Method in class com.adventnet.wifi.mediation.beans.RadiusBeanList
Just overriding the method of the parent, this will not have any effect, use the getOperationType in the individual RadiusBean instead.
getPassword() - Method in class com.adventnet.wifi.mediation.CLICredentials
Returns the Password to log on to the device
getPasswordPrompt() - Method in class com.adventnet.wifi.mediation.CLICredentials
Returns the password prompt of the service.
getPort() - Method in class com.adventnet.wifi.mediation.CLICredentials
Returns the port in which the CLI service is enabled.
getPort() - Method in class com.adventnet.wifi.mediation.SNMPCredentials
Returns the port in which the SNMP service is running.
getPort() - Method in class com.adventnet.wifi.mediation.TftpCredentials
Returns the TFTP Server's Port that has been set using the setPort(int).
getPreamble() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Fetches the preamble type of the radio.
getRTSRetries() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Fetches the value configured for retries for RTS frames.
getRTSThreshold() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Fetches the RTS (Request To Send) threshold value configured in the Access point.
getRadioIndex() - Method in class com.adventnet.wifi.mediation.beans.AbstractBean
Returns the index of the Radio.
getRadioMac() - Method in class com.adventnet.wifi.mediation.beans.AbstractBean
Fetches the MAC address of the radio represented by this bean.
getRadioMode() - Method in class com.adventnet.wifi.mediation.beans.AbstractBean
Fetches the mode (802.11a/b/g) of the radio represented by this bean.
getRadiusBeanList() - Method in class com.adventnet.wifi.mediation.beans.RadiusBeanList
Returns the list of RadiusBeans that this bean holds.
getReadCommunity() - Method in class com.adventnet.wifi.mediation.SNMPCredentials
Returns the read community of the SNMP protocol used to communicate to the device.
getReceiveAntenna() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Fetches the antenna used for receiving.
getRequestTimeout() - Method in class com.adventnet.wifi.mediation.CLICredentials
Fetches the Request timeout in millisecond.
getResult() - Method in class com.adventnet.wifi.mediation.ConfigResult
Deprecated. Use getStatus()
getRetries() - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Fetches the retries value.
getRetryInterval() - Method in class com.adventnet.wifi.mediation.beans.FirmwareBean
Returns the time ( in seconds) until which the WifiMediation will wait for checking the firmware upgrade status.
getRootCauseID() - Method in class com.adventnet.wifi.mediation.CmdResult
Fetches the root cause explaining the problem during execution.
getSNMPCredentials() - Method in class com.adventnet.wifi.mediation.Device
Fetches the SNMP Credentials of this Device which has been set using setSNMPCredentials Method.
getSSID() - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Fetches the name of the SSID
getSecretKey() - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Fetches the Secret Key of the Radius Server, this secret key basically helps establishing the communication with the Radius Server.
getServerName() - Method in class com.adventnet.wifi.mediation.TftpCredentials
Returns the TFTP Server's name/IP Address that has been set using the setServerName(String).
getSharedAuthenticationType() - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Fetches the type of shared authentication.
getShellPrompt() - Method in class com.adventnet.wifi.mediation.CLICredentials
Returns the ShellPrompt of the service.
getSignalQuality() - Method in class com.adventnet.wifi.mediation.beans.MobileClientBean
Returns the Signal Quality of the most recently received packet by the AccessPoint.
getSignalStrength() - Method in class com.adventnet.wifi.mediation.beans.MobileClientBean
Returns the Signal Strength of the most recently received packet by the AccessPoint.
getStatus() - Method in class com.adventnet.wifi.mediation.CmdResult
Returns the status of the command.
getStatus() - Method in class com.adventnet.wifi.mediation.ConfigResult
Returns the status of the configuration operation.
getStatus() - Method in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Returns the status of the Firmware Upgrade Process.
getStatusListener() - Method in class com.adventnet.wifi.mediation.beans.FirmwareBean
Returns the listener that is being registered with WifiMediation for getting firmware upgrades.
getTemplateConstants() - Static method in class com.adventnet.wifi.mediation.beans.ACLBean
 
getTemplateConstants() - Static method in class com.adventnet.wifi.mediation.beans.AbstractBean
Used for internal purposes.
getTemplateConstants() - Static method in class com.adventnet.wifi.mediation.beans.FirmwareBean
Used for Internal Purposes.
getTemplateConstants() - Static method in class com.adventnet.wifi.mediation.beans.RadioBean
 
getTemplateConstants() - Static method in class com.adventnet.wifi.mediation.beans.RadiusBean
 
getTemplateConstants() - Static method in class com.adventnet.wifi.mediation.beans.SSIDBean
 
getTftpCredentials() - Method in class com.adventnet.wifi.mediation.beans.FirmwareBean
Returns the credentials related to TFTP.
getTimeout() - Method in class com.adventnet.wifi.mediation.SNMPCredentials
Fetches the Request timeout in millisecond.
getTimeout() - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Fetches the time out value.
getTransmitAntenna() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Fetches the antenna used for transmitting.
getTransmitPower() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Fetches the transmit power of the radio.
getTransmitWEPKey() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Fetches the index of the key that is used for tranmission.
getVLANBean() - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Fetches the details of the VLAN that is mapped with this SSID.
getVLANID() - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Fetches the ID of the VLAN that is mapped with this SSID.
getVLANID() - Method in class com.adventnet.wifi.mediation.beans.VLANBean
Fetches the ID of the VLAN
getVLANName() - Method in class com.adventnet.wifi.mediation.beans.VLANBean
Fetches the name of the VLAN
getVendor() - Method in class com.adventnet.wifi.mediation.Device
Returns the WLAN Device's Vendor ID.
getVersion() - Method in class com.adventnet.wifi.mediation.SNMPCredentials
Returns the version of the SNMP protocol to be used for communication with the device.
getWEPKey1Len() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Fetches the first WEP key length.
getWEPKey1Value() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Fetches the first WEP key.
getWEPKey2Len() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Fetches the second WEP key length.
getWEPKey2Value() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Fetches the second WEP key.
getWEPKey3Len() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Fetches the third WEP key length.
getWEPKey3Value() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Fetches the third WEP key.
getWEPKey4Len() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Fetches the fourth WEP key length.
getWEPKey4Value() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Fetches the fourth WEP key.
getWEPKeyLength(int) - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Fetches the WEP key length corresponding to the index specified.
getWEPKeyValue(int) - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Fetches the WEP key corresponding to the index specified.
getWEPKeyValues() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
 
getWPAPSK() - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Returns the PreSharedKey which has been set using setWPAPSK(String).
getWriteCommunity() - Method in class com.adventnet.wifi.mediation.SNMPCredentials
Returns the write community of the SNMP protocol, this write community is primarily used during configuration of the device to set values in the device.

H

HALF_POWER - Static variable in class com.adventnet.wifi.mediation.beans.RadioBean
Constant to represent half power.

I

IMAGE_FILE_NOT_PRESENT - Static variable in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Constant indicating the absence of the image file.
INSUFFICIENT_MEMORY_IN_DEVICE - Static variable in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Constant indicating insufficient memory.
INVALID_ACCOUNTING_PORT - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant indicating that the value specified for accounting port is invalid.
INVALID_ALLOWED_MAC - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant denoting that the MAC in the allowed MAC list is invalid.
INVALID_AUTH_PORT - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant indicating that the value specified for authentication port is invalid.
INVALID_BEACONPERIOD - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing that the specified beacon period is invalid.
INVALID_CHANNEL - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing that the specified value for channel is invalid.
INVALID_DATARETRIES - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing that the specified data retries value is invalid.
INVALID_DATA_RATE - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant to represent invalid data rate.
INVALID_DISALLOWED_MAC - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant denoting that the MAC in the disallowed MAC list is invalid.
INVALID_FRAGMENTATION_THRESHOLD - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing that the specified fragmentation threshold value is invalid.
INVALID_IMAGE_FILE - Static variable in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Constant indicating invalid image file.
INVALID_INPUT - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing invalid input.
INVALID_MU_ASSOCIATIONLIMIT - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant indicating invalid association limit.
INVALID_NETWORKID - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant indicating invalid networkid specified for SSID.
INVALID_OPERATION_TYPE - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant to represent invalid operation type.
INVALID_RADIO_A_TRANSMITPOWER - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing that the specified value for transmit power is invalid.
INVALID_RADIO_BG_TRANSMITPOWER - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing that the specified value for transmit power is invalid.
INVALID_RADIO_MODE - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing that the specified radio mode is invalid.
INVALID_RADIO_PREAMBLE - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing that the specified preamble value is invalid.
INVALID_RADIUS_HOST - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant indicating that the value mentioned for host is invalid.
INVALID_RADIUS_RETRIES - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant indicating that the value mentioned for retries is invalid.
INVALID_RADIUS_TIMEOUT - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant indicating that the value mentioned for timeout is invalid.
INVALID_RECEIVE_ANTENNA - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing that the specified value for receive antenna is invalid.
INVALID_RTSRETRIES - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing that the specified RTS retries value is invalid.
INVALID_RTSTHRESHOLD - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing that the specified RTS threshold value is invalid.
INVALID_SECRETKEY - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant specifying that the secret key mentioned is invalid.
INVALID_SSID - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant indicating invalid SSID.
INVALID_TRANSMIT_ANTENNA - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant representing that the specified value for transmit antenna is invalid.
INVALID_TRANSMIT_WEPKEY - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant to represent that the key meant for transmission is invalid.
INVALID_VLAN - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant indicating invalid VLAN.
INVALID_WEPKEY1 - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant to indicate that the first WEP key is not valid.
INVALID_WEPKEY1_LEN - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant to represent problem in the length of the first WEP key.
INVALID_WEPKEY2 - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant to indicate that the second WEP key is not valid.
INVALID_WEPKEY2_LEN - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant to represent problem in the length of the second WEP key.
INVALID_WEPKEY3 - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant to indicate that the third WEP key is not valid.
INVALID_WEPKEY3_LEN - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant to represent problem in the length of the third WEP key.
INVALID_WEPKEY4 - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant to indicate that the fourth WEP key is not valid.
INVALID_WEPKEY4_LEN - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant to represent problem in the length of the fourth WEP key.
IN_PROGRESS - Static variable in class com.adventnet.wifi.mediation.ConfigResult
Constant to represent configuration operations which are in progress, that is some of the requested operations which takes long time to finish will be done in a separate thread and the result will be notified in a listener when the operation completed.
InvalidInputsException - exception com.adventnet.wifi.mediation.exception.InvalidInputsException.
This exception is thrown when the inputs specified are not valid.
InvalidInputsException() - Constructor for class com.adventnet.wifi.mediation.exception.InvalidInputsException
Constructs a InvalidInputsException with null as its error message.
InvalidInputsException(Throwable) - Constructor for class com.adventnet.wifi.mediation.exception.InvalidInputsException
Constructs a InvalidInputsException with its cause.
InvalidInputsException(String) - Constructor for class com.adventnet.wifi.mediation.exception.InvalidInputsException
Constructs a InvalidInputsException with arg0 as its error message.
isACLEnabled() - Method in class com.adventnet.wifi.mediation.beans.ACLBean
Returns the status of access control in the Access point that is whether access control is enabled or not.
isAESCCMPEnabled() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Returns the status of AES-CCMP encryption.
isAutoChannelSelectionEnabled() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Says whether the AP is in AutoSelection Mode.
isBroadcastEnabled() - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Fetches the broadcast status of the SSID.
isConfigured() - Method in class com.adventnet.wifi.mediation.CmdResult
Says whether the Command is successfully configured or not.
isMACAuthEnabled() - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Says whether the MAC Authentication is enabled.
isMainSSID() - Method in class com.adventnet.wifi.mediation.beans.AironetSSIDBean
Says whether the SSID is main SSID or not.
isMainSSID() - Method in class com.adventnet.wifi.mediation.beans.MainSSIDBean
Says whether the SSID is main SSID or not.
isModelSupported(int, int) - Static method in class com.adventnet.wifi.mediation.MediationAPI
Says whether a particular model of WLAN Device is supported in WiFiMediation or not.
isNetworkEAPEnabled() - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Says whether the EAP Authentication is enabled.
isOpenAuthEnabled() - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Says whether the Open MAC Authentication is enabled.
isRadioEnabled() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Returns the status of that particular radio of the Access point.
isSecureShellEnabled() - Method in class com.adventnet.wifi.mediation.CLICredentials
A method to indicate if the CLI commands are to be sent over SSH
isSharedAuthEnabled() - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Says whether the Shared Auth is enabled.
isTKIPEnabled() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Returns the status of TKIP encryption.
isWEPEnabled() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Returns the status of WEP encryption.
isWPAPSKEnabled() - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Says whether the WPA PSK is enabled or not.

M

MAC_AUTH - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
MAC_AUTHENTICATION - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
MAC_RADIUS_ADD - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
MAXIMUM_POWER - Static variable in class com.adventnet.wifi.mediation.beans.RadioBean
Constant to represent maximum power.
MINIMUM_POWER - Static variable in class com.adventnet.wifi.mediation.beans.RadioBean
Constant to represent minimum power.
MOBILE_CLIENT_DETAILS - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the Mobile Client details of Access point.
MU_ASSOCIATION_LIMIT - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
MainSSIDBean - class com.adventnet.wifi.mediation.beans.MainSSIDBean.
Class that holds main/primary ssid related details.
MainSSIDBean() - Constructor for class com.adventnet.wifi.mediation.beans.MainSSIDBean
 
MediationAPI - class com.adventnet.wifi.mediation.MediationAPI.
This is the Gateway Class to the WiFiMediation which provides methods for managing Wireless Devices.
MediationAPI() - Constructor for class com.adventnet.wifi.mediation.MediationAPI
 
MediationConstants - class com.adventnet.wifi.mediation.MediationConstants.
Class that holds various constants related to WLAN Device Details.
MediationConstants() - Constructor for class com.adventnet.wifi.mediation.MediationConstants
 
MediationException - exception com.adventnet.wifi.mediation.exception.MediationException.
All the runtime exceptions are wrapped and thrown as MediationException.
MediationException(String) - Constructor for class com.adventnet.wifi.mediation.exception.MediationException
Constructs a MediationException with the given error message.
MediationException(Throwable) - Constructor for class com.adventnet.wifi.mediation.exception.MediationException
Constructs a MediationException with the given throwable.
MobileClientBean - class com.adventnet.wifi.mediation.beans.MobileClientBean.
Class that holds the associated MobileClient related details for a given AccessPoint.
MobileClientBean(Object) - Constructor for class com.adventnet.wifi.mediation.beans.MobileClientBean
Construct an instance of MobileClientBean
ModelNotSupportedException - exception com.adventnet.wifi.mediation.exception.ModelNotSupportedException.
This exception is thrown when the specified vendor and model of the device is not supported by the Mediation Server.
ModelNotSupportedException() - Constructor for class com.adventnet.wifi.mediation.exception.ModelNotSupportedException
Constructs a ModelNotSupportedException with null as its error message.
ModelNotSupportedException(Throwable) - Constructor for class com.adventnet.wifi.mediation.exception.ModelNotSupportedException
Constructs a ModelNotSupportedException with its cause.
ModelNotSupportedException(String) - Constructor for class com.adventnet.wifi.mediation.exception.ModelNotSupportedException
Constructs a ModelNotSupportedException with arg0 as its error message.

N

NEIGHBOUR_AP_DETAILS - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the neighbouring ap details of Access point.
NETWORKID_ALREADY_MAPPED_TO_SSID - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
 
NETWORK_EAP_NO_ADDITION - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent network EAP without any addition.
NETWORK_EAP_WITH_MAC_AUTHENTICATION - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent network EAP with MAC authentication.
NETWORK_ID - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
NOT_EXECUTED - Static variable in class com.adventnet.wifi.mediation.ConfigResult
Indicates that the command is not executed.

O

OPEN_AUTH - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
OPEN_AUTHENTICATION_NO_ADDITION - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent open authentication without any addition.
OPEN_AUTHENTICATION_WITH_EAP - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent open authentication with EAP.
OPEN_AUTHENTICATION_WITH_MAC_AUTHENTICATION - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent open authentication with MAC authentication.
OPEN_AUTHENTICATION_WITH_MAC_AUTHENTICATION_AND_EAP - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent open authentication with MAC authentication and EAP.
OPEN_AUTHENTICATION_WITH_MAC_AUTHENTICATION_OR_EAP - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent open authentication with MAC authentication or EAP.
OPTIMIZE_RANGE - Static variable in class com.adventnet.wifi.mediation.beans.DataRateSettings
Constant to indicate that the data rate settings of the Access point has to be optimized for best possible range.
OPTIMIZE_THROUGHPUT - Static variable in class com.adventnet.wifi.mediation.beans.DataRateSettings
Constant to indicate that the data rate settings of the Access point has to be optimized for best possible throughput.
optimizeDataRate(int) - Method in class com.adventnet.wifi.mediation.beans.DataRateSettings
Sets the factor based on which the data rate should be optimized.

P

PARTIAL_SUCCESS - Static variable in class com.adventnet.wifi.mediation.ConfigResult
Constant to represent partial success, that is some of attributes passed to the API are successfully configured while some other have not been configured.
PERMIT - Static variable in class com.adventnet.wifi.mediation.beans.ACLBean
Constant to represent allow access.
PREAMBLE_LONG - Static variable in class com.adventnet.wifi.mediation.beans.RadioBean
Represents long preamble.
PREAMBLE_SHORT - Static variable in class com.adventnet.wifi.mediation.beans.RadioBean
Represents short preamble.
PROXIM - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents Proxim
PROXIM_2000 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents the Proxim 2000 Model.
PROXIM_4000 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents the Proxim 4000 Model.

Q

QUARTER_POWER - Static variable in class com.adventnet.wifi.mediation.beans.RadioBean
Constant to represent quarter power.

R

RADIO_A - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Represents a 802.11 A radio.
RADIO_BG - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Represents a 802.11 B/G radio.
RADIO_DETAILS - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the Radio details of Access point.
RADIO_DUAL - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Represents both 802.11 A and 802.11 B/G radio.
RADIO_PREAMBLE - Static variable in interface com.adventnet.wifi.mediation.RadioBeanConstants
 
RADIUS_ADD - Static variable in interface com.adventnet.wifi.mediation.RadiusBeanConstants
 
RADIUS_ADD - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
RADIUS_DETAILS - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the Radius Server details of Access point.
RADIUS_GROUP_NAME - Static variable in interface com.adventnet.wifi.mediation.CiscoSSIDConstants
Used to represent the Radius group name.
RADIUS_HOST - Static variable in interface com.adventnet.wifi.mediation.RadiusBeanConstants
 
RADIUS_HOST - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
RADIUS_LIST_NAME - Static variable in interface com.adventnet.wifi.mediation.CiscoSSIDConstants
Used to represent Radius list name.
RADIUS_NOT_SET - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant indicating that radius details is not set.
RADIUS_PORT - Static variable in interface com.adventnet.wifi.mediation.RadiusBeanConstants
 
RADIUS_PORT - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
RADIUS_RETRIES - Static variable in interface com.adventnet.wifi.mediation.RadiusBeanConstants
 
RADIUS_RETRIES - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
RADIUS_TIMEOUT - Static variable in interface com.adventnet.wifi.mediation.RadiusBeanConstants
 
RADIUS_TIMEOUT - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
RECEIVE_ANTENNA - Static variable in interface com.adventnet.wifi.mediation.RadioBeanConstants
 
RTS_RETRIES - Static variable in interface com.adventnet.wifi.mediation.RadioBeanConstants
 
RTS_THRESHOLD - Static variable in interface com.adventnet.wifi.mediation.RadioBeanConstants
 
RX_ERRORS - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the received errors.
RX_TRAFFIC - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the received traffic.
RadioBean - class com.adventnet.wifi.mediation.beans.RadioBean.
Class holding the radio related parameters of the Access point.
RadioBean() - Constructor for class com.adventnet.wifi.mediation.beans.RadioBean
Constructor for the RadioBean
RadioBeanConstants - interface com.adventnet.wifi.mediation.RadioBeanConstants.
Class that holds constants to represent various attributes used for configuring Wireless Interfaces.These constants will be used by WiFi Mediation to denote any errors.
RadiusBean - class com.adventnet.wifi.mediation.beans.RadiusBean.
Class holding the radius server related parameters of the Access point.
RadiusBean() - Constructor for class com.adventnet.wifi.mediation.beans.RadiusBean
 
RadiusBeanConstants - interface com.adventnet.wifi.mediation.RadiusBeanConstants.
Class that holds constants to represent various attributes used for configuring RadiusServers.These constants will be used by WiFi Mediation to denote any errors.
RadiusBeanList - class com.adventnet.wifi.mediation.beans.RadiusBeanList.
Represents a list of RadiusBeans, primarily used to configure a set of radius server on the Access point.
RadiusBeanList() - Constructor for class com.adventnet.wifi.mediation.beans.RadiusBeanList
 
rebootAccessPoint(Device) - Static method in class com.adventnet.wifi.mediation.MediationAPI
Reboots the specified WLAN Device.
registerForFirmwareUpgradeStatus(FirmwareUpgradeStatusListener, int, int) - Method in class com.adventnet.wifi.mediation.beans.FirmwareBean
Method to register listeners for getting updates on firmware upgrade.

S

SELECT_AUTO_CHANNEL - Static variable in class com.adventnet.wifi.mediation.beans.RadioBean
Deprecated. This variable is deprecated. Kindly use RadioBean.setAutoChannelSelectionEnable(boolean)
SHARED_AUTH - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
SHARED_AUTHENTICATION_NO_ADDITION - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent shared authentication without any addition.
SHARED_AUTHENTICATION_WITH_EAP - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent shared authentication with EAP.
SHARED_AUTHENTICATION_WITH_MAC_AUTHENTICATION - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent shared authentication with MAC authentication.
SHARED_AUTHENTICATION_WITH_MAC_AUTHENTICATION_AND_EAP - Static variable in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Constant to represent shared authentication with MAC authentication and EAP.
SNMPCredentials - class com.adventnet.wifi.mediation.SNMPCredentials.
Class holding the SNMP related properties,which are used for fetching information from the device or to configure the device using SNMP.
SNMPCredentials(int, String) - Constructor for class com.adventnet.wifi.mediation.SNMPCredentials
Constructs a SNMPCredentials with the given port and community strings.
SNMPCredentials(int, String, String) - Constructor for class com.adventnet.wifi.mediation.SNMPCredentials
Constructs a SNMPCredentials with the given port and community strings.
SNMP_PORT - Static variable in class com.adventnet.wifi.mediation.SNMPCredentials
Constant to represent the SNMP PORT.
SNMP_RETRIES - Static variable in class com.adventnet.wifi.mediation.SNMPCredentials
Constant to represent the SNMP retries.
SNMP_TIMEOUT - Static variable in class com.adventnet.wifi.mediation.SNMPCredentials
Constant to represent the SNMP time out.
SNMP_VERSION - Static variable in class com.adventnet.wifi.mediation.SNMPCredentials
Constant to represent the SNMP protocol version.
SNMP_v1 - Static variable in class com.adventnet.wifi.mediation.SNMPCredentials
Constant representing SNMP protocol version 1.
SNMP_v2c - Static variable in class com.adventnet.wifi.mediation.SNMPCredentials
Constant representing SNMP protocol version v2c.
SSIDBean - class com.adventnet.wifi.mediation.beans.SSIDBean.
Class holding the SSID related details of the Access point.
SSIDBean() - Constructor for class com.adventnet.wifi.mediation.beans.SSIDBean
 
SSIDBeanConstants - interface com.adventnet.wifi.mediation.SSIDBeanConstants.
Class that holds constants to represent various attributes used for configuring SSIDs.These constants will be used by WiFi Mediation to denote any errors.
SSID_DETAILS - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the SSID details of Access point.
SSID_MAX_LIMIT_REACHED - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant indicates that no more SSIDs can be added.
SSID_NAME - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
SSID_NOT_ASSOCIATED - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant that indicates the given SSID is not associated with the radio interface
SUCCESS - Static variable in class com.adventnet.wifi.mediation.ConfigResult
Constant to represent success.
SnmpNotReachableException - exception com.adventnet.wifi.mediation.exception.SnmpNotReachableException.
An SNMPNotReachableException is thrown to indicate that the device is not reachable via SNMP.
SnmpNotReachableException() - Constructor for class com.adventnet.wifi.mediation.exception.SnmpNotReachableException
Constructs a SNMPNotReachableException without any message.
SnmpNotReachableException(String) - Constructor for class com.adventnet.wifi.mediation.exception.SnmpNotReachableException
Constructs a SNMPNotReachableException with the given message.
setAccountingPort(int) - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Sets the accounting port, the port used by the radius server to handle all the accounting related requests.
setAllowedMACList(List) - Method in class com.adventnet.wifi.mediation.beans.ACLBean
Sets the list of mobile client MAC address in the Access point that should be allowed access to the WLAN.
setAssociationLimit(int) - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Fetches the maximum number of simulatneous users who can connect using this SSID.
setAuthPort(int) - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Sets the authentication port, the port used by the radius server to handle all the authentication related requests.
setAuthenticationDetails(AuthenticationSettings) - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Sets the authentication details for this SSID.
setAutoChannelSelectionEnable(boolean) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets the APs to the auto selection mode of the channel.
setBasicDataRate(float[]) - Method in class com.adventnet.wifi.mediation.beans.DataRateSettings
Sets the basic data rate of the Access point.
setBeaconPeriod(int) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets radio's beacon period.
setBroadcast(boolean) - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Sets whether or not the SSID should be broadcasted.
setCLICredentials(CLICredentials) - Method in class com.adventnet.wifi.mediation.Device
Sets the CLI Credentials for this Device.
setChannel(int) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets the channel for the radio.
setCompatibleFirmwareVersion(String) - Method in class com.adventnet.wifi.mediation.Device
Used Internally.
setDTIMPeriod(int) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets the DTIM period for the radio.
setDataRate(DataRateSettings) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets the data rate settings for this radio.
setDataRetries(int) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets the value configured for retries for data frames.
setDefaultAction(int) - Method in class com.adventnet.wifi.mediation.beans.ACLBean
Sets the default action.
setDisallowedMACList(List) - Method in class com.adventnet.wifi.mediation.beans.ACLBean
Sets the list of mobile client MAC address in the Access point that should not be allowed access to the WLAN.
setEAPRadiusServers(List) - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Sets the list of Radius servers that are to be used for EAP.
setEnableACL(boolean) - Method in class com.adventnet.wifi.mediation.beans.ACLBean
Sets the Access control status, that is whether access control should be enabled or disabled in the Access point.
setEnableDataRate(float[]) - Method in class com.adventnet.wifi.mediation.beans.DataRateSettings
Enables the specified data rates in the Access point.
setEnablePassword(String) - Method in class com.adventnet.wifi.mediation.CLICredentials
Sets the enable password.
setEnablePrompt(String) - Method in class com.adventnet.wifi.mediation.CLICredentials
Sets the enable prompt.
setEnableRadio(boolean) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets the status of that particular radio of the Access point
setEncryptionDetails(EncryptionSettings) - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Sets the encryption details of this SSID.
setErrList(ArrayList) - Method in class com.adventnet.wifi.mediation.exception.InvalidInputsException
Internally used, sets the error list.
setFirmwareVersion(String) - Method in class com.adventnet.wifi.mediation.Device
Sets the firmware version of the device.
setFragmentationThreshold(int) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets the fragmentation threshold value for the radio.
setIPAddress(String) - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Sets the IpAddress of the Radius Server.
setImageFilePath(String) - Method in class com.adventnet.wifi.mediation.beans.FirmwareBean
Method to set the relative path of the firmware file, with respect to the TftpServer
setInterPacketDelay(int) - Method in class com.adventnet.wifi.mediation.SNMPCredentials
 
setLoginName(String) - Method in class com.adventnet.wifi.mediation.CLICredentials
A method to set the loginName that is to log on to the device
setLoginPrompt(String) - Method in class com.adventnet.wifi.mediation.CLICredentials
Sets the login prompt for the service.
setLoginTimeout(int) - Method in class com.adventnet.wifi.mediation.CLICredentials
Sets the login request's timeout in millisecond.
setMACRadiusServers(List) - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Sets the list of Radius servers that are to be used for MAC authentication.
setMainSSID(boolean) - Method in class com.adventnet.wifi.mediation.beans.AironetSSIDBean
Method that sets the SSID to main.
setMainSSID(boolean) - Method in class com.adventnet.wifi.mediation.beans.MainSSIDBean
Method that sets the SSID to main.
setModel(int) - Method in class com.adventnet.wifi.mediation.Device
Sets the model ID of this device.
setNetworkEAPType(int) - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Sets the type of EAP authentication
setNetworkID(int) - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Specifies the Layer 3 mobility network identification number for the SSID.
setOpenAuthenticationType(int) - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Sets the type of open authentication
setOperationType(int) - Method in class com.adventnet.wifi.mediation.beans.AbstractBean
Sets the operation type of the bean that is whether this bean is used for a add operation or a delete operation etc.,
setOperationType(int) - Method in class com.adventnet.wifi.mediation.beans.RadiusBeanList
Just overriding the method of the parent, this will not have any effect, use the setOperationType in the individual RadiusBean instead.
setPassword(String) - Method in class com.adventnet.wifi.mediation.CLICredentials
Sets the password to login to the device
setPasswordPrompt(String) - Method in class com.adventnet.wifi.mediation.CLICredentials
Sets the passwordPrompt for the service.
setPort(int) - Method in class com.adventnet.wifi.mediation.CLICredentials
A method to set the port number on which the CLI service in the device is enabled.
setPort(int) - Method in class com.adventnet.wifi.mediation.SNMPCredentials
API to specify the port in which the SNMP service is running.
setPort(int) - Method in class com.adventnet.wifi.mediation.TftpCredentials
Method to set the port of the TFTP Server.
setPreamble(int) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets the Preamble type for the radio, throws IllegalArgumentException.
setRTSRetries(int) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets the value for retries for RTS frames.
setRTSThreshold(int) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets the RTS (Request To Send) threshold value configured in the Access point.
setRadioIndex(int) - Method in class com.adventnet.wifi.mediation.beans.AbstractBean
Sets the Index of the Radio.
setRadioMac(String) - Method in class com.adventnet.wifi.mediation.beans.AbstractBean
Sets the MAC address of the radio represented by this bean.Not used by the WiFi Mediation as of now.
setRadioMode(int) - Method in class com.adventnet.wifi.mediation.beans.AbstractBean
Sets the mode (802.11a/b/g) of the radio represented by this bean.
setRadioMode(int) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
 
setRadiusBeanList(List) - Method in class com.adventnet.wifi.mediation.beans.RadiusBeanList
Sets the list of RadiusBeans.
setReadCommunity(String) - Method in class com.adventnet.wifi.mediation.SNMPCredentials
Sets the read community of the SNMP protocol to be used to communicate to the device.
setReceiveAntenna(int) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets the Receive Antenna for the radio.
setRequestTimeout(int) - Method in class com.adventnet.wifi.mediation.CLICredentials
Sets the request timeout in millisecond.
setRetries(int) - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Sets the retries value.
setSNMPCredentials(SNMPCredentials) - Method in class com.adventnet.wifi.mediation.Device
Sets the SNMP credentials for this device.
setSSID(String) - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Sets the SSID name.
setSecretKey(String) - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Sets the Secret Key of the Radius Server, this secret key basically helps establishing the communication with the Radius Server.
setServerName(String) - Method in class com.adventnet.wifi.mediation.TftpCredentials
Method to set the name/IP Address of the TFTP Server,where firmware images are available.
setSharedAuthenticationType(int) - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Sets the type of shared authentication
setShellPrompt(String) - Method in class com.adventnet.wifi.mediation.CLICredentials
Sets the Shell Prompt for the service.
setTftpCredentails(TftpCredentials) - Method in class com.adventnet.wifi.mediation.beans.FirmwareBean
Method to set the TFTP Credentials.
setTimeout(int) - Method in class com.adventnet.wifi.mediation.SNMPCredentials
Sets the request timeout in millisecond.
setTimeout(int) - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Sets the time out value.
setTransmitAntenna(int) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets the antenna used for transmitting.
setTransmitPower(int) - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Sets the Transmit Power for the radio.
setTransmitWEPKey(int) - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Sets the WEP key that is to be used for encryption.
setVLANBean(VLANBean) - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Sets the SSID to VLAN mapping.
setVLANID(int) - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
Sets the SSID to VLAN mapping
setVLANID(int) - Method in class com.adventnet.wifi.mediation.beans.VLANBean
Sets the ID for the VLAN
setVLANName(String) - Method in class com.adventnet.wifi.mediation.beans.VLANBean
Sets the name of the VLAN
setVendor(int) - Method in class com.adventnet.wifi.mediation.Device
Method to set the WLAN Device's Vendor.
setVersion(int) - Method in class com.adventnet.wifi.mediation.SNMPCredentials
Sets the version of the SNMP protocol to be used for communication with the device.
setWPAPSK(String) - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Method to set the WPA PreShared Key.
setWriteCommunity(String) - Method in class com.adventnet.wifi.mediation.SNMPCredentials
Sets the write community of the SNMP protocol, this write community is primarily used during configuration of the device to set values in the device.

T

TFTP_SERVER_NOT_RUNNING - Static variable in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Constant representing that the device is not reachable.
TKIP_NOT_ENABLED - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
 
TRANSMIT_ANTENNA - Static variable in interface com.adventnet.wifi.mediation.RadioBeanConstants
 
TRANSMIT_POWER - Static variable in interface com.adventnet.wifi.mediation.RadioBeanConstants
 
TRANSMIT_WEP_KEY - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
TX_ERRORS - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the transmit errors.
TX_TRAFFIC - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the transmitted traffic.
TftpCredentials - class com.adventnet.wifi.mediation.TftpCredentials.
Class holding the TFTP related properties, which will be used by the WiFi Mediation for upgrading firmwares.
TftpCredentials() - Constructor for class com.adventnet.wifi.mediation.TftpCredentials
Creates an instance of TftpCredentials with default values (Port taking the value of 69).
TftpCredentials(String) - Constructor for class com.adventnet.wifi.mediation.TftpCredentials
Creates an instance of TftpCredentials with the given serverName.
TftpCredentials(String, int) - Constructor for class com.adventnet.wifi.mediation.TftpCredentials
Creates an instance of TftpCredentials with the given serverName & Port.
templateConstants - Static variable in class com.adventnet.wifi.mediation.beans.AbstractBean
 
toString() - Method in class com.adventnet.wifi.mediation.CmdResult
Returns the string representation of this object.
toString() - Method in class com.adventnet.wifi.mediation.ConfigResult
String representation of this object.
toString() - Method in class com.adventnet.wifi.mediation.Device
 
toString() - Method in class com.adventnet.wifi.mediation.FirmwareUpgradeEvent
Gives you the String transformation of this Event Object.
toString() - Method in class com.adventnet.wifi.mediation.beans.ACLBean
Returns this object as a string.
toString() - Method in class com.adventnet.wifi.mediation.beans.AuthenticationSettings
Method that gives you the String transformation of this Object.
toString() - Method in class com.adventnet.wifi.mediation.beans.DataBean
Returns the String representation of this Object.
toString() - Method in class com.adventnet.wifi.mediation.beans.DataRateSettings
Returns the String representation of this bean.
toString() - Method in class com.adventnet.wifi.mediation.beans.EncryptionSettings
 
toString() - Method in class com.adventnet.wifi.mediation.beans.MobileClientBean
Gives you the String representation of this Object.
toString() - Method in class com.adventnet.wifi.mediation.beans.RadioBean
Returns the String representation of this bean.
toString() - Method in class com.adventnet.wifi.mediation.beans.RadiusBean
Returns the String representation of this bean.
toString() - Method in class com.adventnet.wifi.mediation.beans.SSIDBean
 
toString() - Method in class com.adventnet.wifi.mediation.beans.VLANBean
Gives us the String representation of this Object.

U

UNKNOWN_INT - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent an uninitialized value.
UNKNOWN_STR - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent an uninitialized string.
UPDATE - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent UPDATE operation
UnsupportedParametersException - exception com.adventnet.wifi.mediation.exception.UnsupportedParametersException.
An UnsupportedParametersException is thrown when the parameters to be configured are not supported by the device.
UnsupportedParametersException() - Constructor for class com.adventnet.wifi.mediation.exception.UnsupportedParametersException
Constructs a UnsupportedParametersException without any message.
UnsupportedParametersException(String) - Constructor for class com.adventnet.wifi.mediation.exception.UnsupportedParametersException
 
UnsupportedParametersException(Throwable) - Constructor for class com.adventnet.wifi.mediation.exception.UnsupportedParametersException
 
UnsupportedParametersException(String, Throwable) - Constructor for class com.adventnet.wifi.mediation.exception.UnsupportedParametersException
 
upgradeFirmware(Device, FirmwareBean) - Static method in class com.adventnet.wifi.mediation.MediationAPI
Method to upgrade firmwares on WLAN Devices.

V

VLANBean - class com.adventnet.wifi.mediation.beans.VLANBean.
Class to hold the VLAN details.
VLANBean(int) - Constructor for class com.adventnet.wifi.mediation.beans.VLANBean
Constructs a VLAN Bean with the given ID.
VLANBean(int, String) - Constructor for class com.adventnet.wifi.mediation.beans.VLANBean
Constructs a VLAN Bean with the given identifier and name.
VLANBeanConstants - interface com.adventnet.wifi.mediation.VLANBeanConstants.
Class that holds constants to represent various attributes used for configuring VLANs.These constants will be used by WiFi Mediation to denote any errors.
VLAN_ALREADY_MAPPED_TO_SSID - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
 
VLAN_DETAILS - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the VLAN details of Access point
VLAN_ID - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
VLAN_ID - Static variable in interface com.adventnet.wifi.mediation.VLANBeanConstants
 
VXWORKS_1200 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents Aironet VxWorks 1200.
VXWORKS_350 - Static variable in class com.adventnet.wifi.mediation.VendorConstants
Represents Aironet VxWorks 350.
VendorConstants - class com.adventnet.wifi.mediation.VendorConstants.
Class holding the constants to represent the manufacturer and the model of the devices.
VendorConstants() - Constructor for class com.adventnet.wifi.mediation.VendorConstants
 

W

WEPKEY_NOT_SET - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant to represent that WEP keys are not set.
WEP_ICV_ERRORS - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the WEP ICV errors.
WEP_KEY - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
WEP_KEY1 - Static variable in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Represents the first WEP key.
WEP_KEY2 - Static variable in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Represents the second WEP key.
WEP_KEY3 - Static variable in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Represents the third WEP key.
WEP_KEY4 - Static variable in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Represents the fourth WEP key.
WEP_KEY4_NOT_ALLOWED - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant that indicates WEP Key 4, which should not be set for EAP/LEAP Authentication.
WEP_KEYLEN_128 - Static variable in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Constant to represent the length of the WEP key, represents WEP key of length 128 bit.
WEP_KEYLEN_152 - Static variable in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Constant to represent the length of the WEP key, represents WEP key of length 152 bit.
WEP_KEYLEN_40 - Static variable in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Constant to represent the length of the WEP key, represents WEP key of length 40 bit.
WEP_KEYLEN_64 - Static variable in class com.adventnet.wifi.mediation.beans.EncryptionSettings
Constant to represent the length of the WEP key, represents WEP key of length 64 bit.
WEP_KEYS_NOT_ALLOWED - Static variable in interface com.adventnet.wifi.mediation.ErrorConstants
Constant that indicates WEP Keys, which should not be set for TKIP.
WEP_KEY_LEN - Static variable in interface com.adventnet.wifi.mediation.SSIDBeanConstants
 
WEP_UNDECRYPTABLE_ERRORS - Static variable in class com.adventnet.wifi.mediation.MediationConstants
Constant to represent the WEP UNDECRYPTABLE errors.

A B C D E F G H I M N O P Q R S T U V W
AdventNet WiFi Mediation API, v1.0

Copyright © 2005 AdventNet Inc. All Rights Reserved.