doc: document AP properties PairwiseCiphers/GroupCipher

This commit is contained in:
James Prestwood 2022-11-04 09:38:00 -07:00 committed by Denis Kenzior
parent ee850422ba
commit 91c6dea57b
1 changed files with 12 additions and 0 deletions

View File

@ -71,3 +71,15 @@ Properties boolean Started [readonly]
uint32 Frequency [readonly, optional]
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.