Native 802.11 Extensible Station Status Indications (Compact 2013)
3/26/2014
This section describes the status indications that a miniport driver can make when it operates in Extensible Station (ExtSTA) mode.
In This Section
- NDIS_STATUS_DOT11_ASSOCIATION_COMPLETION
Describes the indication that a miniport driver must make after an association operation is complete
- NDIS_STATUS_DOT11_ASSOCIATION_START
Describes the indication that a miniport driver must make before it starts an association operation
- NDIS_STATUS_DOT11_CONNECTION_COMPLETION
Describes the indication that a miniport driver must make after a connection operation is complete
- NDIS_STATUS_DOT11_CONNECTION_START
Describes the indication that a miniport driver must make after it starts a connection operation
- NDIS_STATUS_DOT11_DISASSOCIATION
Describes the indication that a miniport driver must make if the 802.11 station performs a disassociation operation
- NDIS_STATUS_DOT11_LINK_QUALITY
Describes the indication that a miniport driver must make when the link quality of an association changes
- NDIS_STATUS_DOT11_PHY_STATE_CHANGED
Describes the indication that a miniport driver must make when the power state of a PHY changes on the 802.11 station
- NDIS_STATUS_DOT11_PMKID_CANDIDATE_LIST
Describes the indication that a miniport driver must make to request pairwise master key identifiers (PMKIDs) for basic service set (BSS) identifiers to which the 802.11 station can roam
- NDIS_STATUS_DOT11_ROAMING_COMPLETION
Describes the indication that a miniport driver must make after the 802.11 station finishes a roaming operation
- NDIS_STATUS_DOT11_ROAMING_START
Describes the indication that a miniport driver must make before the 802.11 station starts a roaming operation
- NDIS_STATUS_DOT11_TKIPMIC_FAILURE
Describes the indication that a miniport driver must make when a received packet that is successfully decrypted by the TKIP cipher algorithm fails the message integrity code (MIC) verification
The miniport driver can make these status indications from the operational (OP) state of the ExtSTA operation mode only.
See Also
Reference
Native 802.11 Wireless LAN Status Indications
General Native 802.11 Status Indications