NDIS_WLAN_BSSID (Windows Embedded CE 6.0)

1/6/2010

This structure contains an array of Basic Service Set (BSS) data used by NDIS_802_11_BSSID_LIST.

Syntax

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.
  • Privacy
    Specifies a WEP encryption requirement.
  • Rssi
    Specifies the Received Signal Strength Indication (RSSI) in dBm.
  • 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

Header ndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NDIS Structures
NDIS_802_11_BSSID_LIST
NDIS_802_11_SSID
NDIS_802_11_NETWORK_TYPE
NDIS_802_11_CONFIGURATION
OID_802_11_BSSID_LIST