DOT11_POWER_MODE_REASON-Enumeration (windot11.h)
Wichtig Die native WLAN-Schnittstelle 802.11 ist in Windows 10 und höher veraltet. Verwenden Sie stattdessen die WLAN Device Driver Interface (WDI). Weitere Informationen zu WDI finden Sie unter Wlan Universal Windows driver model.
Syntax
typedef enum _DOT11_POWER_MODE_REASON {
dot11_power_mode_reason_no_change = 0,
dot11_power_mode_reason_noncompliant_AP = 1,
dot11_power_mode_reason_legacy_WFD_device = 2,
dot11_power_mode_reason_compliant_AP = 3,
dot11_power_mode_reason_compliant_WFD_device = 4,
dot11_power_mode_reason_others = 5
} DOT11_POWER_MODE_REASON;
Konstanten
dot11_power_mode_reason_no_change Das Gerät befindet sich zunächst in diesem Zustand und hat sich seitdem nicht geändert. |
dot11_power_mode_reason_noncompliant_AP AP ist nicht kompatibel. Wie in CAM zu sein. |
dot11_power_mode_reason_legacy_WFD_device WFD-Gerät ist legacy. |
dot11_power_mode_reason_compliant_AP AP ist kompatibel. |
dot11_power_mode_reason_compliant_WFD_device Alle verbundenen WFD-Geräte können PSM ausführen. |
dot11_power_mode_reason_others Anderer Grund. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Unterstützt ab Windows 8. |
Kopfzeile | windot11.h |