次の方法で共有


Enabling Cipher Algorithms

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.

 

When the miniport driver is operating in Extensible Station (ExtSTA) mode, the following object identifiers (OIDs) set or query the cipher algorithms that are enabled on the 802.11 station.

Name Description

[OID_DOT11_ENABLED_UNICAST_CIPHER_ALGORITHM](https://msdn.microsoft.com/library/windows/hardware/ff569358)

Sets or queries the cipher algorithms enabled for unicast packets sent or received by the 802.11 station.

[OID_DOT11_ENABLED_MULTICAST_CIPHER_ALGORITHM](https://msdn.microsoft.com/library/windows/hardware/ff569357)

Sets or queries the cipher algorithms supported for multicast or broadcast packets that are sent or received by the 802.11 station.

[OID_DOT11_UNICAST_USE_GROUP_ENABLED](https://msdn.microsoft.com/library/windows/hardware/ff569433)

Sets or queries the support for the "Use Group Key" cipher suite. For more information about the "Use Group Key" cipher suite, refer to Clause 7.3.2.9.1 of the IEEE 802.11i-2004 standard.

 

Note Set requests of these OIDs can only be made while the miniport driver is in the initialization (INIT) state of the ExtSTA operation mode. For more information about this state, see Extensible Station Operating States.

When OID_DOT11_CONNECT_REQUEST is set, the 802.11 station only attempts to connect to a BSS network whose 802.11 Beacon or Probe Response frames specify support for any of the enabled authentication algorithms, unicast and multicast or broadcast cipher algorithms. For more information about the connection operation, see Connection Operations.