Share via


OID_DOT11_RECV_SENSITIVITY_LIST (Windows Embedded CE 6.0)

1/6/2010

This object identifier, when queried, returns all DOT11_RECV_SENSITIVITY entries for a specified PHY type. On a query call, the miniport driver must check the byteswritten field of NdisRequest and verify that the input buffer is large enough to hold the number of entries. If the buffer is not large enough, the miniport must set the uTotalNumOfEntries field to the total number of entries and indicate NDIS_STATUS_BUFFER_OVERFLOW status. This allows SoftSTA/SoftAP to allocate a buffer large enough to hold uTotalNumOfEntries before it makes the next call. Otherwise, the NIC should complete the call and set uNumOfEntries and uTotalNumOfEntries to the number of entries that it returns. If the specified PHY type is not supported by the NIC driver then the call must fail with status NDIS_STATUS_CAPABILITY_UNAVAILABLE.

Requirements

Header windot11.h
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

802.11 Wireless LAN Object Identifiers

Other Resources

802.1x Authentication
Network Drivers