Merged in NETEXP-3580 (pull request #30)

[NETEXP-3580] Opensync: support channel bandwidth in AP status API

Approved-by: mike.hansen
This commit is contained in:
Thomas Leung
2021-11-15 15:49:57 +00:00
committed by Thomas-Leung2021
parent 753a4fdb89
commit d3cffd570f
2 changed files with 23 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ public class OpensyncAPRadioState extends OpensyncAPBase {
public Map<String, String> hwConfig;
public int channel;
public int txPower;
public String htMode;
public String htMode; // used in channel bandwidth
public int thermalDowngradeTemp;
public String hwMode;
public boolean enabled;