WDElementID

C Specification

#include <revolution/wd/WDConst.h>
typedef  enum WDElementID  WDElementID;
enum WDElementID
{
    WD_ELEM_SSID                        = 0,
    WD_ELEM_SUPPORTED_RATES             = 1,
    WD_ELEM_FH_PARAM_SET                = 2,
    WD_ELEM_DS_PARAM_SET                = 3,
    WD_ELEM_CF_PARAM_SET                = 4,
    WD_ELEM_TIM                         = 5,
    WD_ELEM_IBSS_PARAM_SET              = 6,
    WD_ELEM_COUNTRY                     = 7,
    WD_ELEM_HOPPING_PATTERN_PARAMS      = 8,
    WD_ELEM_HOPPING_PATTERN_TABLE       = 9,
    WD_ELEM_REQUEST                     = 10,
    WD_ELEM_CHALLENGE_TEXT              = 16,
    WD_ELEM_POWER_CONSTRAINT            = 32,
    WD_ELEM_POWER_CAPABILITY            = 33,
    WD_ELEM_TPC_REQUEST                 = 34,
    WD_ELEM_TPC_REPORT                  = 35,
    WD_ELEM_SUPPORTED_CHANNELS          = 36,
    WD_ELEM_CHANNEL_SWITCH_ANNOUNCEMENT = 37,
    WD_ELEM_MEASUREMENT_REQUEST         = 38,
    WD_ELEM_MEASUREMENT_REPORT          = 39,
    WD_ELEM_QUIET                       = 40,
    WD_ELEM_IBSS_DFS                    = 41,
    WD_ELEM_ERP_INFO                    = 42,
    WD_ELEM_ROBUST_SECURITY_NETWORK     = 48,
    WD_ELEM_EXTENDED_SUPPORTED_RATES    = 50
};

Description

Enumerated type for the ID definitions of elements contained in the BSS information.
Description of each ID and the format of the elements' content are omitted here.

See Also

WDFindInformationElement

Revision History

2006/11/09 Initial version.
2006/12/12 Added description.


CONFIDENTIAL