LOCATION_REPORT_802_11
Other versions of this page are also available for the following:
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
- base
A LOCATION_REPORT_BASE structure.
- 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 |