AdventNet WiFi Mediation API, v1.0

com.adventnet.wifi.mediation
Class MediationConstants

java.lang.Object
  extended bycom.adventnet.wifi.mediation.MediationConstants

public final class MediationConstants
extends java.lang.Object

Class that holds various constants related to WLAN Device Details.


Field Summary
static int ACL_DETAILS
          Constant to represent the Access Control details of Access point.
static int ADD
          Constant to represent ADD operation.
static int AP_DETAILS
          Constant to represent the general details of Access point.
static java.util.Properties CHANNELFREQUENCYMAP
          Properties Object holding the mapping between the 802.11 channels and its frequencies.
static int[] CHANNELS_80211A
          Holds all 802.11 A channels.
static int[] CHANNELS_80211B
          Holds all 802.11 B channels.
static float[] DATARATE_80211A
          Holds all 802.11 A data rates.
static float[] DATARATE_80211BG
          Holds all 802.11 BG data rates.
static int DELETE
          Constant to represent DELETE operation
static int DELETE_ALL
          Constant to represent DELETE ALL operation.
static int FCS_ERRORS
          Constant to represent the FCS errors.
static int FRAME_RETRIES
          Constant to represent the frame retries.
static int MOBILE_CLIENT_DETAILS
          Constant to represent the Mobile Client details of Access point.
static int NEIGHBOUR_AP_DETAILS
          Constant to represent the neighbouring ap details of Access point.
static int RADIO_A
          Represents a 802.11 A radio.
static int RADIO_BG
          Represents a 802.11 B/G radio.
static int RADIO_DETAILS
          Constant to represent the Radio details of Access point.
static int RADIO_DUAL
          Represents both 802.11 A and 802.11 B/G radio.
static int RADIUS_DETAILS
          Constant to represent the Radius Server details of Access point.
static int RX_ERRORS
          Constant to represent the received errors.
static int RX_TRAFFIC
          Constant to represent the received traffic.
static int SSID_DETAILS
          Constant to represent the SSID details of Access point.
static int TX_ERRORS
          Constant to represent the transmit errors.
static int TX_TRAFFIC
          Constant to represent the transmitted traffic.
static int UNKNOWN_INT
          Constant to represent an uninitialized value.
static java.lang.String UNKNOWN_STR
          Constant to represent an uninitialized string.
static int UPDATE
          Constant to represent UPDATE operation
static int VLAN_DETAILS
          Constant to represent the VLAN details of Access point
static int WEP_ICV_ERRORS
          Constant to represent the WEP ICV errors.
static int WEP_UNDECRYPTABLE_ERRORS
          Constant to represent the WEP UNDECRYPTABLE errors.
 
Constructor Summary
MediationConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHANNELFREQUENCYMAP

public static final java.util.Properties CHANNELFREQUENCYMAP
Properties Object holding the mapping between the 802.11 channels and its frequencies.


RADIO_BG

public static final int RADIO_BG
Represents a 802.11 B/G radio.

See Also:
Constant Field Values

RADIO_A

public static final int RADIO_A
Represents a 802.11 A radio.

See Also:
Constant Field Values

RADIO_DUAL

public static final int RADIO_DUAL
Represents both 802.11 A and 802.11 B/G radio.

See Also:
Constant Field Values

CHANNELS_80211B

public static final int[] CHANNELS_80211B
Holds all 802.11 B channels.


CHANNELS_80211A

public static final int[] CHANNELS_80211A
Holds all 802.11 A channels.


DATARATE_80211A

public static final float[] DATARATE_80211A
Holds all 802.11 A data rates.


DATARATE_80211BG

public static final float[] DATARATE_80211BG
Holds all 802.11 BG data rates.


ADD

public static final int ADD
Constant to represent ADD operation.

See Also:
AbstractBean.setOperationType(int), Constant Field Values

UPDATE

public static final int UPDATE
Constant to represent UPDATE operation

See Also:
AbstractBean.setOperationType(int), Constant Field Values

DELETE

public static final int DELETE
Constant to represent DELETE operation

See Also:
AbstractBean.setOperationType(int), Constant Field Values

DELETE_ALL

public static final int DELETE_ALL
Constant to represent DELETE ALL operation.

See Also:
AbstractBean.setOperationType(int), Constant Field Values

RADIO_DETAILS

public static final int RADIO_DETAILS
Constant to represent the Radio details of Access point.

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

RADIUS_DETAILS

public static final int RADIUS_DETAILS
Constant to represent the Radius Server details of Access point.

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

SSID_DETAILS

public static final int SSID_DETAILS
Constant to represent the SSID details of Access point.

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

ACL_DETAILS

public static final int ACL_DETAILS
Constant to represent the Access Control details of Access point.

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

VLAN_DETAILS

public static final int VLAN_DETAILS
Constant to represent the VLAN details of Access point

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

MOBILE_CLIENT_DETAILS

public static final int MOBILE_CLIENT_DETAILS
Constant to represent the Mobile Client details of Access point.

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

AP_DETAILS

public static final int AP_DETAILS
Constant to represent the general details of Access point. Supported only for Ericsson Models

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

NEIGHBOUR_AP_DETAILS

public static final int NEIGHBOUR_AP_DETAILS
Constant to represent the neighbouring ap details of Access point. Supported only for Ericsson Models

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

RX_TRAFFIC

public static final int RX_TRAFFIC
Constant to represent the received traffic.

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

TX_TRAFFIC

public static final int TX_TRAFFIC
Constant to represent the transmitted traffic.

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

RX_ERRORS

public static final int RX_ERRORS
Constant to represent the received errors.

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

TX_ERRORS

public static final int TX_ERRORS
Constant to represent the transmit errors.

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

WEP_ICV_ERRORS

public static final int WEP_ICV_ERRORS
Constant to represent the WEP ICV errors.

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

WEP_UNDECRYPTABLE_ERRORS

public static final int WEP_UNDECRYPTABLE_ERRORS
Constant to represent the WEP UNDECRYPTABLE errors.

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

FCS_ERRORS

public static final int FCS_ERRORS
Constant to represent the FCS errors.

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

FRAME_RETRIES

public static final int FRAME_RETRIES
Constant to represent the frame retries.

See Also:
MediationAPI.getAccessPointDetails(Device,int), Constant Field Values

UNKNOWN_INT

public static final int UNKNOWN_INT
Constant to represent an uninitialized value.

See Also:
Constant Field Values

UNKNOWN_STR

public static final java.lang.String UNKNOWN_STR
Constant to represent an uninitialized string.

See Also:
Constant Field Values
Constructor Detail

MediationConstants

public MediationConstants()

AdventNet WiFi Mediation API, v1.0

Copyright © 2005 AdventNet Inc. All Rights Reserved.