mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
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:
parent
81b9eb515e
commit
bf4ad7a6e7
@ -43,6 +43,12 @@ Methods dict GetDiagnostics()
|
|||||||
|
|
||||||
TxMCS [optional] - Transmitting MCS index
|
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
|
Possible errors: net.connman.iwd.Busy
|
||||||
net.connman.iwd.Failed
|
net.connman.iwd.Failed
|
||||||
net.connman.iwd.NotConnected
|
net.connman.iwd.NotConnected
|
||||||
|
Loading…
Reference in New Issue
Block a user