WCN_VALUE_TYPE_RF_BANDS enumeration (wcntypes.h)

The WCN_VALUE_TYPE_RF_BANDS enumeration defines the possible radio frequency bands on which an enrollee can send Discovery requests.

Syntax

typedef enum tagWCN_VALUE_TYPE_RF_BANDS {
  WCN_VALUE_RB_24GHZ = 0x1,
  WCN_VALUE_RB_50GHZ = 0x2
} WCN_VALUE_TYPE_RF_BANDS;

Constants

 
WCN_VALUE_RB_24GHZ
Value: 0x1
The request is being sent on the 2.4 GHz frequency band.
WCN_VALUE_RB_50GHZ
Value: 0x2
The request is being sent on the 5.0 Ghz frequency band.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wcntypes.h

See also

WCN_ATTRIBUTE_TYPE