AdventNet WiFi Mediation API, v1.0

com.adventnet.wifi.mediation
Interface ErrorConstants


public interface ErrorConstants

This class holds all the error constants used across the packages.


Field Summary
static int DEVICE_NOT_REACHABLE
          Constant representing that the device is not reachable.
static int DEVICE_NOT_SUPPORTS_ATTR
           
static int DEVICE_SNMP_COMMUNITY_WRONG
           
static int ENCRYPTION_NOT_SET
          Constant to represent that encryption details are not set.
static int INVALID_ACCOUNTING_PORT
          Constant indicating that the value specified for accounting port is invalid.
static int INVALID_ALLOWED_MAC
          Constant denoting that the MAC in the allowed MAC list is invalid.
static int INVALID_AUTH_PORT
          Constant indicating that the value specified for authentication port is invalid.
static int INVALID_BEACONPERIOD
          Constant representing that the specified beacon period is invalid.
static int INVALID_CHANNEL
          Constant representing that the specified value for channel is invalid.
static int INVALID_DATA_RATE
          Constant to represent invalid data rate.
static int INVALID_DATARETRIES
          Constant representing that the specified data retries value is invalid.
static int INVALID_DISALLOWED_MAC
          Constant denoting that the MAC in the disallowed MAC list is invalid.
static int INVALID_FRAGMENTATION_THRESHOLD
          Constant representing that the specified fragmentation threshold value is invalid.
static int INVALID_INPUT
          Constant representing invalid input.
static int INVALID_MU_ASSOCIATIONLIMIT
          Constant indicating invalid association limit.
static int INVALID_NETWORKID
          Constant indicating invalid networkid specified for SSID.
static int INVALID_OPERATION_TYPE
          Constant to represent invalid operation type.
static int INVALID_RADIO_A_TRANSMITPOWER
          Constant representing that the specified value for transmit power is invalid.
static int INVALID_RADIO_BG_TRANSMITPOWER
          Constant representing that the specified value for transmit power is invalid.
static int INVALID_RADIO_MODE
          Constant representing that the specified radio mode is invalid.
static int INVALID_RADIO_PREAMBLE
          Constant representing that the specified preamble value is invalid.
static int INVALID_RADIUS_HOST
          Constant indicating that the value mentioned for host is invalid.
static int INVALID_RADIUS_RETRIES
          Constant indicating that the value mentioned for retries is invalid.
static int INVALID_RADIUS_TIMEOUT
          Constant indicating that the value mentioned for timeout is invalid.
static int INVALID_RECEIVE_ANTENNA
          Constant representing that the specified value for receive antenna is invalid.
static int INVALID_RTSRETRIES
          Constant representing that the specified RTS retries value is invalid.
static int INVALID_RTSTHRESHOLD
          Constant representing that the specified RTS threshold value is invalid.
static int INVALID_SECRETKEY
          Constant specifying that the secret key mentioned is invalid.
static int INVALID_SSID
          Constant indicating invalid SSID.
static int INVALID_TRANSMIT_ANTENNA
          Constant representing that the specified value for transmit antenna is invalid.
static int INVALID_TRANSMIT_WEPKEY
          Constant to represent that the key meant for transmission is invalid.
static int INVALID_VLAN
          Constant indicating invalid VLAN.
static int INVALID_WEPKEY1
          Constant to indicate that the first WEP key is not valid.
static int INVALID_WEPKEY1_LEN
          Constant to represent problem in the length of the first WEP key.
static int INVALID_WEPKEY2
          Constant to indicate that the second WEP key is not valid.
static int INVALID_WEPKEY2_LEN
          Constant to represent problem in the length of the second WEP key.
static int INVALID_WEPKEY3
          Constant to indicate that the third WEP key is not valid.
static int INVALID_WEPKEY3_LEN
          Constant to represent problem in the length of the third WEP key.
static int INVALID_WEPKEY4
          Constant to indicate that the fourth WEP key is not valid.
static int INVALID_WEPKEY4_LEN
          Constant to represent problem in the length of the fourth WEP key.
static int NETWORKID_ALREADY_MAPPED_TO_SSID
           
static int RADIUS_NOT_SET
          Constant indicating that radius details is not set.
static int SSID_MAX_LIMIT_REACHED
          Constant indicates that no more SSIDs can be added.
static int SSID_NOT_ASSOCIATED
          Constant that indicates the given SSID is not associated with the radio interface
static int TKIP_NOT_ENABLED
           
static int VLAN_ALREADY_MAPPED_TO_SSID
           
static int WEP_KEY4_NOT_ALLOWED
          Constant that indicates WEP Key 4, which should not be set for EAP/LEAP Authentication.
static int WEP_KEYS_NOT_ALLOWED
          Constant that indicates WEP Keys, which should not be set for TKIP.
static int WEPKEY_NOT_SET
          Constant to represent that WEP keys are not set.
 

Field Detail

INVALID_INPUT

public static final int INVALID_INPUT
Constant representing invalid input.

See Also:
Constant Field Values

INVALID_ALLOWED_MAC

public static final int INVALID_ALLOWED_MAC
Constant denoting that the MAC in the allowed MAC list is invalid.

See Also:
Constant Field Values

INVALID_DISALLOWED_MAC

public static final int INVALID_DISALLOWED_MAC
Constant denoting that the MAC in the disallowed MAC list is invalid.

See Also:
Constant Field Values

INVALID_RADIO_MODE

public static final int INVALID_RADIO_MODE
Constant representing that the specified radio mode is invalid.

See Also:
Constant Field Values

INVALID_RTSTHRESHOLD

public static final int INVALID_RTSTHRESHOLD
Constant representing that the specified RTS threshold value is invalid.

See Also:
Constant Field Values

INVALID_RTSRETRIES

public static final int INVALID_RTSRETRIES
Constant representing that the specified RTS retries value is invalid.

See Also:
Constant Field Values

INVALID_BEACONPERIOD

public static final int INVALID_BEACONPERIOD
Constant representing that the specified beacon period is invalid.

See Also:
Constant Field Values

INVALID_DATARETRIES

public static final int INVALID_DATARETRIES
Constant representing that the specified data retries value is invalid.

See Also:
Constant Field Values

INVALID_FRAGMENTATION_THRESHOLD

public static final int INVALID_FRAGMENTATION_THRESHOLD
Constant representing that the specified fragmentation threshold value is invalid.

See Also:
Constant Field Values

INVALID_RADIO_PREAMBLE

public static final int INVALID_RADIO_PREAMBLE
Constant representing that the specified preamble value is invalid.

See Also:
Constant Field Values

INVALID_RECEIVE_ANTENNA

public static final int INVALID_RECEIVE_ANTENNA
Constant representing that the specified value for receive antenna is invalid.

See Also:
Constant Field Values

INVALID_TRANSMIT_ANTENNA

public static final int INVALID_TRANSMIT_ANTENNA
Constant representing that the specified value for transmit antenna is invalid.

See Also:
Constant Field Values

INVALID_RADIO_A_TRANSMITPOWER

public static final int INVALID_RADIO_A_TRANSMITPOWER
Constant representing that the specified value for transmit power is invalid.

See Also:
Constant Field Values

INVALID_RADIO_BG_TRANSMITPOWER

public static final int INVALID_RADIO_BG_TRANSMITPOWER
Constant representing that the specified value for transmit power is invalid.

See Also:
Constant Field Values

INVALID_CHANNEL

public static final int INVALID_CHANNEL
Constant representing that the specified value for channel is invalid.

See Also:
Constant Field Values

INVALID_SECRETKEY

public static final int INVALID_SECRETKEY
Constant specifying that the secret key mentioned is invalid.

See Also:
Constant Field Values

INVALID_AUTH_PORT

public static final int INVALID_AUTH_PORT
Constant indicating that the value specified for authentication port is invalid.

See Also:
Constant Field Values

INVALID_ACCOUNTING_PORT

public static final int INVALID_ACCOUNTING_PORT
Constant indicating that the value specified for accounting port is invalid.

See Also:
Constant Field Values

INVALID_RADIUS_RETRIES

public static final int INVALID_RADIUS_RETRIES
Constant indicating that the value mentioned for retries is invalid.

See Also:
Constant Field Values

INVALID_RADIUS_TIMEOUT

public static final int INVALID_RADIUS_TIMEOUT
Constant indicating that the value mentioned for timeout is invalid.

See Also:
Constant Field Values

INVALID_RADIUS_HOST

public static final int INVALID_RADIUS_HOST
Constant indicating that the value mentioned for host is invalid.

See Also:
Constant Field Values

INVALID_SSID

public static final int INVALID_SSID
Constant indicating invalid SSID.

See Also:
Constant Field Values

INVALID_MU_ASSOCIATIONLIMIT

public static final int INVALID_MU_ASSOCIATIONLIMIT
Constant indicating invalid association limit.

See Also:
Constant Field Values

RADIUS_NOT_SET

public static final int RADIUS_NOT_SET
Constant indicating that radius details is not set.

See Also:
Constant Field Values

INVALID_VLAN

public static final int INVALID_VLAN
Constant indicating invalid VLAN.

See Also:
Constant Field Values

INVALID_WEPKEY1_LEN

public static final int INVALID_WEPKEY1_LEN
Constant to represent problem in the length of the first WEP key.

See Also:
Constant Field Values

INVALID_WEPKEY2_LEN

public static final int INVALID_WEPKEY2_LEN
Constant to represent problem in the length of the second WEP key.

See Also:
Constant Field Values

INVALID_WEPKEY3_LEN

public static final int INVALID_WEPKEY3_LEN
Constant to represent problem in the length of the third WEP key.

See Also:
Constant Field Values

INVALID_WEPKEY4_LEN

public static final int INVALID_WEPKEY4_LEN
Constant to represent problem in the length of the fourth WEP key.

See Also:
Constant Field Values

INVALID_WEPKEY1

public static final int INVALID_WEPKEY1
Constant to indicate that the first WEP key is not valid.

See Also:
Constant Field Values

INVALID_WEPKEY2

public static final int INVALID_WEPKEY2
Constant to indicate that the second WEP key is not valid.

See Also:
Constant Field Values

INVALID_WEPKEY3

public static final int INVALID_WEPKEY3
Constant to indicate that the third WEP key is not valid.

See Also:
Constant Field Values

INVALID_WEPKEY4

public static final int INVALID_WEPKEY4
Constant to indicate that the fourth WEP key is not valid.

See Also:
Constant Field Values

INVALID_TRANSMIT_WEPKEY

public static final int INVALID_TRANSMIT_WEPKEY
Constant to represent that the key meant for transmission is invalid.

See Also:
Constant Field Values

WEPKEY_NOT_SET

public static final int WEPKEY_NOT_SET
Constant to represent that WEP keys are not set.

See Also:
Constant Field Values

ENCRYPTION_NOT_SET

public static final int ENCRYPTION_NOT_SET
Constant to represent that encryption details are not set.

See Also:
Constant Field Values

INVALID_OPERATION_TYPE

public static final int INVALID_OPERATION_TYPE
Constant to represent invalid operation type.

See Also:
Constant Field Values

INVALID_NETWORKID

public static final int INVALID_NETWORKID
Constant indicating invalid networkid specified for SSID. This will be thrown if networkid is not in this range 1-4096.

See Also:
Constant Field Values

INVALID_DATA_RATE

public static final int INVALID_DATA_RATE
Constant to represent invalid data rate.

See Also:
Constant Field Values

DEVICE_NOT_REACHABLE

public static final int DEVICE_NOT_REACHABLE
Constant representing that the device is not reachable.

See Also:
Constant Field Values

SSID_MAX_LIMIT_REACHED

public static final int SSID_MAX_LIMIT_REACHED
Constant indicates that no more SSIDs can be added.

See Also:
Constant Field Values

DEVICE_NOT_SUPPORTS_ATTR

public static final int DEVICE_NOT_SUPPORTS_ATTR
See Also:
Constant Field Values

DEVICE_SNMP_COMMUNITY_WRONG

public static final int DEVICE_SNMP_COMMUNITY_WRONG
See Also:
Constant Field Values

WEP_KEY4_NOT_ALLOWED

public static final int WEP_KEY4_NOT_ALLOWED
Constant that indicates WEP Key 4, which should not be set for EAP/LEAP Authentication.

See Also:
Constant Field Values

WEP_KEYS_NOT_ALLOWED

public static final int WEP_KEYS_NOT_ALLOWED
Constant that indicates WEP Keys, which should not be set for TKIP.

See Also:
Constant Field Values

SSID_NOT_ASSOCIATED

public static final int SSID_NOT_ASSOCIATED
Constant that indicates the given SSID is not associated with the radio interface

See Also:
Constant Field Values

VLAN_ALREADY_MAPPED_TO_SSID

public static final int VLAN_ALREADY_MAPPED_TO_SSID
See Also:
Constant Field Values

NETWORKID_ALREADY_MAPPED_TO_SSID

public static final int NETWORKID_ALREADY_MAPPED_TO_SSID
See Also:
Constant Field Values

TKIP_NOT_ENABLED

public static final int TKIP_NOT_ENABLED
See Also:
Constant Field Values

AdventNet WiFi Mediation API, v1.0

Copyright © 2005 AdventNet Inc. All Rights Reserved.