Add support for the "tx-power" wireless parameter (#239)

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
hansmi 2023-12-14 07:52:37 +01:00 committed by GitHub
parent c5e51f9a93
commit 332955aff5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -1882,6 +1882,7 @@ PATHS = {
'supported-rates-b': KeyInfo(),
'tdma-period-size': KeyInfo(default=2),
'tx-chains': KeyInfo(),
'tx-power': KeyInfo(default=''),
'tx-power-mode': KeyInfo(default='default'),
'update-stats-interval': KeyInfo(default='disabled'),
'vlan-id': KeyInfo(default=1),