doc: Document PairwiseCipher property

Add an additional optional PairwiseCipher property on
net.connman.iwd.StationDiagnostic interface that will hold the current
pairwise cipher in use for the connection.
This commit is contained in:
Denis Kenzior 2022-10-20 14:16:01 -05:00
parent 81b9eb515e
commit bf4ad7a6e7
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ Methods dict GetDiagnostics()
TxMCS [optional] - Transmitting MCS index
PairwiseCipher [optional] - The pairwise cipher chosen
for this connection. Possible values are:
- CCMP-128
- TKIP
- GCMP-128
Possible errors: net.connman.iwd.Busy
net.connman.iwd.Failed
net.connman.iwd.NotConnected