mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
doc: document PairwiseCiphers/GroupCiphers AP settings
This commit is contained in:
parent
7d4d868236
commit
2b64b493d0
@ -82,6 +82,21 @@ configuration.
|
|||||||
Processed passphrase for this network in the form of a hex-encoded
|
Processed passphrase for this network in the form of a hex-encoded
|
||||||
32-byte pre-shared key. Either this or *Passphrase* must be present.
|
32-byte pre-shared key. Either this or *Passphrase* must be present.
|
||||||
|
|
||||||
|
* - PairwiseCiphers
|
||||||
|
- Comma separated list of pairwise ciphers for the AP supports.
|
||||||
|
|
||||||
|
Values can include: TKIP, CCMP, GCMP, GCMP-256, CCMP-256
|
||||||
|
|
||||||
|
The underlying hardware and IWD's AP implementation must also support the
|
||||||
|
ciphers listed
|
||||||
|
|
||||||
|
* - GroupCipher
|
||||||
|
- Group cipher the AP uses
|
||||||
|
|
||||||
|
A single cipher value the AP can use as the group cipher. Values are the
|
||||||
|
same as pairwise ciphers and the same restrictions apply (hardware and
|
||||||
|
IWD implementation must support the cipher)
|
||||||
|
|
||||||
IPv4 Network Configuration
|
IPv4 Network Configuration
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user