DOT11_SSID_LIST (Compact 2013)
3/26/2014
This structure is used by the OID_DOT11_DESIRED_SSID_LIST object identifier (OID) to request that the miniport driver set the value of the Extensible Station (ExtSTA) msDot11DesiredSSIDList management information base (MIB) object to the specified data.
Syntax
typedef struct DOT11_SSID_LIST
{
NDIS_OBJECT_HEADER Header;
ULONG uNumOfEntries;
ULONG uTotalNumOfEntries;
DOT11_SSID SSIDs[1];
} DOT11_SSID_LIST, *PDOT11_SSID_LIST;
Members
Header
The type, revision, and size of the DOT11_SSID_LIST structure. This member is formatted as an NDIS_OBJECT_HEADER structure.The miniport driver must set the members of Header to the following values:
Type
This member must be set to NDIS_OBJECT_TYPE_DEFAULT
Revision
This member must be set to DOT11_SSID_LIST_REVISION_1
Size
This member must be set to sizeof(DOT11_SSID_LIST)
- uNumOfEntries
Number of entries in the SSIDs array. A zero value for this member indicates an empty desired SSID list.
- uTotalNumOfEntries
Maximum number of entries that the SSIDs array can contain
- SSIDs
The list of desired SSIDs, with each entry formatted as a DOT11_SSID structure
Requirements
Header |
windot11.h |
See Also
Reference
Native 802.11 Data Types
OID_DOT11_DESIRED_SSID_LIST
Native 802.11 Wireless LAN Reference