Skip to content

Latest commit

 

History

History
108 lines (87 loc) · 3.62 KB

ne-adhoc-dot11_adhoc_cipher_algorithm.md

File metadata and controls

108 lines (87 loc) · 3.62 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:adhoc.tagDOT11_ADHOC_CIPHER_ALGORITHM
DOT11_ADHOC_CIPHER_ALGORITHM (adhoc.h)
Specifies a cipher algorithm used to encrypt and decrypt information on an ad hoc network.
DOT11_ADHOC_CIPHER_ALGORITHM
DOT11_ADHOC_CIPHER_ALGORITHM enumeration [NativeWIFI]
DOT11_ADHOC_CIPHER_ALGO_CCMP
DOT11_ADHOC_CIPHER_ALGO_INVALID
DOT11_ADHOC_CIPHER_ALGO_NONE
DOT11_ADHOC_CIPHER_ALGO_WEP
adhoc/DOT11_ADHOC_CIPHER_ALGORITHM
adhoc/DOT11_ADHOC_CIPHER_ALGO_CCMP
adhoc/DOT11_ADHOC_CIPHER_ALGO_INVALID
adhoc/DOT11_ADHOC_CIPHER_ALGO_NONE
adhoc/DOT11_ADHOC_CIPHER_ALGO_WEP
nwifi.dot11_adhoc_cipher_algorithm
nwifi\dot11_adhoc_cipher_algorithm.htm
nwifi
2ea8173d-f528-4065-90ce-71a455a6b35f
12/05/2018
DOT11_ADHOC_CIPHER_ALGORITHM, DOT11_ADHOC_CIPHER_ALGORITHM enumeration [NativeWIFI], DOT11_ADHOC_CIPHER_ALGO_CCMP, DOT11_ADHOC_CIPHER_ALGO_INVALID, DOT11_ADHOC_CIPHER_ALGO_NONE, DOT11_ADHOC_CIPHER_ALGO_WEP, adhoc/DOT11_ADHOC_CIPHER_ALGORITHM, adhoc/DOT11_ADHOC_CIPHER_ALGO_CCMP, adhoc/DOT11_ADHOC_CIPHER_ALGO_INVALID, adhoc/DOT11_ADHOC_CIPHER_ALGO_NONE, adhoc/DOT11_ADHOC_CIPHER_ALGO_WEP, nwifi.dot11_adhoc_cipher_algorithm
adhoc.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Adhoc.idl
Windows
DOT11_ADHOC_CIPHER_ALGORITHM
19H1
tagDOT11_ADHOC_CIPHER_ALGORITHM
adhoc/tagDOT11_ADHOC_CIPHER_ALGORITHM
DOT11_ADHOC_CIPHER_ALGORITHM
adhoc/DOT11_ADHOC_CIPHER_ALGORITHM
c++
APIRef
kbSyntax
HeaderDef
adhoc.h
DOT11_ADHOC_CIPHER_ALGORITHM

DOT11_ADHOC_CIPHER_ALGORITHM enumeration

-description

Specifies a cipher algorithm used to encrypt and decrypt information on an ad hoc network.

-enum-fields

-field DOT11_ADHOC_CIPHER_ALGO_INVALID

The cipher algorithm specified is invalid.

-field DOT11_ADHOC_CIPHER_ALGO_NONE

Specifies that no cipher algorithm is enabled or supported.

-field DOT11_ADHOC_CIPHER_ALGO_CCMP

Specifies a Counter Mode with Cipher Block Chaining Message Authentication Code Protocol (CCMP) algorithm. The CCMP algorithm is specified in the IEEE 802.11i-2004 standard and RFC 3610. CCMP is used with the Advanced Encryption Standard (AES) encryption algorithm, as defined in FIPS PUB 197.

-field DOT11_ADHOC_CIPHER_ALGO_WEP

Specifies a Wired Equivalent Privacy (WEP) algorithm of any length.

-remarks

Authentication and cipher algorithms are used in pairs. The following table shows valid algorithm pairs for use on an ad hoc network.

Pair Name DOT11_ADHOC_AUTH_ALGORITHM value DOT11_ADHOC_CIPHER_ALGORITHM value
Open-None DOT11_ADHOC_AUTH_ALGO_80211_OPEN DOT11_ADHOC_CIPHER_ALGO_NONE
Open-WEP DOT11_ADHOC_AUTH_ALGO_80211_OPEN DOT11_ADHOC_CIPHER_ALGO_WEP
WPA2PSK DOT11_ADHOC_AUTH_ALGO_RSNA_PSK DOT11_ADHOC_CIPHER_ALGO_CCMP

-see-also

DOT11_ADHOC_AUTH_ALGORITHM

IDot11AdHocSecuritySettings::GetDot11CipherAlgorithm