NDIS_STATUS_DOT11_SCAN_CONFIRM (Compact 2013)
3/26/2014
A miniport driver must make an NDIS_STATUS_DOT11_SCAN_CONFIRM indication after the 802.11 station finishes an explicit scan operation that is initiated through a set request of OID_DOT11_SCAN_REQUEST.
The miniport driver calls NdisMIndicateStatusEx to make an NDIS_STATUS_DOT11_SCAN_CONFIRM indication, and must pass a pointer to an NDIS_STATUS_INDICATION structure through the StatusIndication parameter. When it makes this indication, the driver must set the following members of the NDIS_STATUS_INDICATION structure:
- StatusCode must be set to NDIS_STATUS_DOT11_SCAN_CONFIRM
- StatusBuffer must be set to the address of a ULONG variable. This stores the appropriate NDIS_STATUS_xxxx code for the result of the scan operation
- StatusBufferSize must be set to sizeof(ULONG)
Requirements
Header |
ndis.h |
See Also
Reference
General Native 802.11 Status Indications
OID_DOT11_SCAN_REQUEST
NdisMIndicateStatusEx
NDIS_STATUS_INDICATION
NDIS_STATUS_DOT11_MPDU_MAX_LENGTH_CHANGED