From 91c6dea57b7af9e9961dedc163daa32ad4725c15 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Fri, 4 Nov 2022 09:38:00 -0700 Subject: [PATCH] doc: document AP properties PairwiseCiphers/GroupCipher --- doc/access-point-api.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/access-point-api.txt b/doc/access-point-api.txt index 63e61d49..839feb26 100644 --- a/doc/access-point-api.txt +++ b/doc/access-point-api.txt @@ -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.