Skip to content
Snippets Groups Projects
Commit aac09d3c authored by Jakob Olsson's avatar Jakob Olsson
Browse files

docs: schema fixes

parent 79cad102
No related branches found
No related tags found
1 merge request!187docs: update uci schema
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
"type": "boolean", "type": "boolean",
"required": "no", "required": "no",
"default": true, "default": true,
"description": "If false, do not start beaconing on this AP (effectively disabled)" "description": "In the default use case, if option is set to false this section is not passed within an M2 to the agents. If vendor extensions are supported, the section is passed to the agents, but the agents supporting vendor extensions will start with this interface disabled."
}, },
{ {
"name": "vendor_ie", "name": "vendor_ie",
...@@ -383,16 +383,16 @@ ...@@ -383,16 +383,16 @@
}, },
{ {
"name": "include_sta_stats", "name": "include_sta_stats",
"type": "integer", "type": "boolean",
"required": "no", "required": "no",
"default": "0", "default": false,
"description": "Whether to include STA traffic stats TLV with the AP metrics response." "description": "Whether to include STA traffic stats TLV with the AP metrics response."
}, },
{ {
"name": "include_sta_metric", "name": "include_sta_metric",
"type": "integer", "type": "boolean",
"required": "no", "required": "no",
"default": "0", "default": false,
"description": "Whether to include associated STA link metrics TLV in the AP metrics response." "description": "Whether to include associated STA link metrics TLV in the AP metrics response."
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment