mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
doc: document AP properties PairwiseCiphers/GroupCipher
This commit is contained in:
parent
ee850422ba
commit
91c6dea57b
@ -71,3 +71,15 @@ Properties boolean Started [readonly]
|
|||||||
uint32 Frequency [readonly, optional]
|
uint32 Frequency [readonly, optional]
|
||||||
|
|
||||||
The frequency that the Access Point is operating on.
|
The frequency that the Access Point is operating on.
|
||||||
|
|
||||||
|
array{string} PairwiseCiphers [readonly, optional]
|
||||||
|
|
||||||
|
List of pairwise ciphers the access point supports.
|
||||||
|
The same format as setting a list of ciphers for an AP
|
||||||
|
profile, i.e. TKIP, CCMP-128, GCMP-128, CCMP-256 etc.
|
||||||
|
|
||||||
|
string GroupCipher [readonly, optional]
|
||||||
|
|
||||||
|
The group cipher suite the access point is using.
|
||||||
|
Possible values are the same as what could be included
|
||||||
|
in the PairwiseCiphers list.
|
||||||
|
Loading…
Reference in New Issue
Block a user