NDIS_STATUS_DOT11_PHY_STATE_CHANGED (Compact 2013)

3/26/2014

A miniport driver must make the NDIS_STATUS_DOT11_PHY_STATE_CHANGED indication when the hardware or software power state of a PHY changes on the 802.11 station.

The data type for this indication is the DOT11_PHY_STATE_PARAMETERS structure.

The miniport driver calls NdisMIndicateStatusEx to make an NDIS_STATUS_DOT11_PHY_STATE_CHANGED 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_PHY_STATE_CHANGED
  • StatusBuffer must be set to the address of a DOT11_PHY_STATE_PARAMETERS structure
  • StatusBufferSize must be set to sizeof(DOT11_PHY_STATE_PARAMETERS)

See Also

Reference

Native 802.11 Extensible Station Status Indications
DOT11_PHY_STATE_PARAMETERS
NdisMIndicateStatusEx
NDIS_STATUS_INDICATION
Native 802.11 Wireless LAN Status Indications