Support for Metrics Profile

Added to OpensyncAPConfig
Added Profiles for Static.
Added handler in OvsdbClient to process.
Currently not applying the values, uses the defaults still, but
remaining functionality will come in subsequent updates.
This commit is contained in:
Mike Hansen
2020-09-25 17:13:51 -04:00
parent 3d9b01c147
commit bb3a49addb
12 changed files with 236 additions and 9 deletions

View File

@@ -201,6 +201,7 @@
"forceScanDuringVoice": "disabled",
"legacyBSSRate": "enabled",
"beaconInterval": 100,
"dtimPeriod": 2,
"deauthAttackDetection": null
},
"is5GHzU": {
@@ -241,6 +242,7 @@
"forceScanDuringVoice": "disabled",
"legacyBSSRate": "enabled",
"beaconInterval": 100,
"dtimPeriod": 2,
"deauthAttackDetection": null
},
"is5GHzL": {
@@ -281,6 +283,7 @@
"forceScanDuringVoice": "disabled",
"legacyBSSRate": "enabled",
"beaconInterval": 100,
"dtimPeriod": 2,
"deauthAttackDetection": null
}
}