NDIS_WLAN_BSSID
This structure contains an array of Basic Service Set (BSS) data used by NDIS_802_11_BSSID_LIST.
struct _NDIS_WLAN_BSSID {
ULONG Length;
NDIS_802_11_MAC_ADDRESS MacAddress;
Uchar Reserved[2];
NDIS_802_11_SSID Ssid;
ULONG Privacy;
NDIS_802_11_RSSI Rssi;
NDIS_802_11_NETWORK_TYPE NetworkTypeInUse;
NDIS_802_11_CONFIGURATION Configuration;
NDIS_802_11_NETWORK_INFRASTRUCTURE InfrastructureMode;
NDIS_802_11_RATES SupportedRates;
} NDIS_WLAN_BSSID, *PNDIS_WLAN_BSSID;
Members
- Length
Specifies the length of the NDIS_WLAN_BSSID structure in bytes. - MacAddress
Specifies a media access control (MAC) address. Each access point has a unique MAC address that is the same as the BSSID. - Reserved
Reserved. Do not use. This member maintains the DWORD alignment of the structure. - Ssid
Specifies an SSID as defined in the NDIS_802_11_SSID structure. - Privacy
Specifies a WEP encryption requirement. - Rssi
Specifies the Received Signal Strength Indication (RSSI) in dBm. - NetworkTypeInUse
Specifies the network type as defined in the NDIS_802_11_NETWORK_TYPE enumeration. - Configuration
Specifies the radio parameter configuration as defined in the NDIS_802_11_CONFIGURATION structure. - InfrastructureMode
Specifies the infrastructure mode as defined in the NDIS_802_11_NETWORK_INFRASTRUCTURE enumeration. - SupportedRates
Specifies a set of supported rates defined in an NDIS_802_11_RATES array.
Remarks
This array provides content to OID_802_11_BSSID_LIST.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
NDIS_802_11_BSSID_LIST | NDIS_802_11_SSID | NDIS_802_11_NETWORK_TYPE | NDIS_802_11_CONFIGURATION | OID_802_11_BSSID_LIST
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.