Share via


NDIS_WLAN_BSSID (Windows CE 5.0)

Send Feedback

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

struct _NDIS_WLAN_BSSID{  ULONGLength;  NDIS_802_11_MAC_ADDRESSMacAddress;  UcharReserved[2];NDIS_802_11_SSIDSsid;ULONG Privacy;  NDIS_802_11_RSSIRssi;  NDIS_802_11_NETWORK_TYPENetworkTypeInUse;  NDIS_802_11_CONFIGURATIONConfiguration;NDIS_802_11_NETWORK_INFRASTRUCTUREInfrastructureMode;NDIS_802_11_RATESSupportedRates;} 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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.