diff mbox series

[v2,6/6] doc: document AP properties PairwiseCiphers/GroupCipher

Message ID 20221104163800.451867-6-prestwoj@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series [v2,1/6] ap: update Scanning property when AP starts | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-ci-gitlint success GitLint

Commit Message

James Prestwood Nov. 4, 2022, 4:38 p.m. UTC
---
 doc/access-point-api.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)
diff mbox series

Patch

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.