// wlanihv.h
typedef enum _DOT11EXT_IHV_INDICATION_TYPE {
IndicationTypeNicSpecificNotification = 0,
IndicationTypePmkidCandidateList = 1,
IndicationTypeTkipMicFailure = 2,
IndicationTypePhyStateChange = 3,
IndicationTypeLinkQuality = 4
} DOT11EXT_IHV_INDICATION_TYPE, *PDOT11EXT_IHV_INDICATION_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
Important The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.
The DOT11EXT_IHV_INDICATION_TYPE enumeration specifies the indication types that can be sent by an IHV framework to an IHV module.
IndicationTypeNicSpecificNotificationIndicates a NIC-specific notification.
IndicationTypePmkidCandidateListIndicates a PMKID candidate list.
IndicationTypeTkipMicFailureIndicates a TKIP MIC failure.
IndicationTypePhyStateChangeIndicates a PHY state change.
IndicationTypeLinkQualityIndicates link quality.
typedef enum _DOT11EXT_IHV_INDICATION_TYPE {
IndicationTypeNicSpecificNotification = 0,
IndicationTypePmkidCandidateList = 1,
IndicationTypeTkipMicFailure = 2,
IndicationTypePhyStateChange = 3,
IndicationTypeLinkQuality = 4
} DOT11EXT_IHV_INDICATION_TYPE, *PDOT11EXT_IHV_INDICATION_TYPE;