Share via


LOCATION_REPORT_802_11

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This report structure specifies nearby 802.11 access points to the device. Applications can register for and request reports of this time by specifying the reportType to be LOCATION_PROVIDER_802_11_GUID.

Syntax

typedef struct _LOCATION_REPORT_802_11 {
    LOCATION_REPORT_BASE base;
    DWORD                numAccessPoints; 
    BYTE     BSSID[LOCATION_MAX_ACCESS_POINTS][BSSID_MAX_LEN];
    FLOAT    RSSI[LOCATION_MAX_ACCESS_POINTS];
} LOCATION_REPORT_802_11, *PLOCATION_REPORT_802_11;

Members

  • numAccessPoints
    Specifies the number of access points that have been resolved.
  • BSSID
    Array of BSSID’s for nearby access points.
  • RSSI
    Array of signal strengths, corresponding to the entries in the BSSID array.

Requirements

Header lfapi.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Location Framework Structures
LOCATION_REPORT_BASE