NDIS_STATUS_DOT11_MPDU_MAX_LENGTH_CHANGED (Compact 2013)
3/26/2014
A miniport driver must make an NDIS_STATUS_DOT11_MPDU_MAX_LENGTH_CHANGED indication after the maximum media access control (MAC) protocol data unit (MPDU) frame size is changed for a PHY on the 802.11 station.
The data type for this indication is the DOT11_MPDU_MAX_LENGTH_INDICATION structure:
The miniport driver calls NdisMIndicateStatusEx to make an NDIS_STATUS_DOT11_MPDU_MAX_LENGTH_CHANGED indication, and must pass a pointer to an NDIS_STATUS_INDICATION structure through the StatusIndication parameter.
When it makes this indication, the miniport driver must set the members of the NDIS_STATUS_INDICATION structure to the following values:
- StatusCode
This member must be set to NDIS_STATUS_DOT11_MPDU_MAX_LENGTH_CHANGED
- StatusBuffer
This member must be set to the address of a DOT11_MPDU_MAX_LENGTH_INDICATION structure
- StatusBufferSize
This member must be set to sizeof(DOT11_MPDU_MAX_LENGTH_INDICATION)
Requirements
Header |
ndis.h |
See Also
Reference
General Native 802.11 Status Indications
DOT11_MPDU_MAX_LENGTH_INDICATION
NdisMIndicateStatusEx
NDIS_STATUS_INDICATION
NDIS_STATUS_DOT11_SCAN_CONFIRM