OID_802_11_RSSI
This object identifier requests that the miniport driver return the received signal strength indication (RSSI) in response to a query or as a status indication event.
The RSSI is measured in dBm and is defined as follows.
typedef LONG NDIS_802_11_RSSI;
If status indications are enabled with OID_802_11_RSSI_TRIGGER, the miniport driver must call NdisMIndicateStatus to provide notification values according to the RSSI that was specified in the OID_802_11_RSSI_TRIGGER set.
Normal values for the RSSI value are between -10 and -200.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.
See Also
OID_802_11_RSSI_TRIGGER | 802.1x Authentication | Network Drivers
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.