diff --git a/schemas/uci/mapcontroller.json b/schemas/uci/mapcontroller.json index f71e529bed90c7e1a974f381dc2412bd924988fd..951263bd6a7e732263e2e6276048698b4dfcb8d4 100644 --- a/schemas/uci/mapcontroller.json +++ b/schemas/uci/mapcontroller.json @@ -190,7 +190,7 @@ "type": "boolean", "required": "no", "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", @@ -383,16 +383,16 @@ }, { "name": "include_sta_stats", - "type": "integer", + "type": "boolean", "required": "no", - "default": "0", + "default": false, "description": "Whether to include STA traffic stats TLV with the AP metrics response." }, { "name": "include_sta_metric", - "type": "integer", + "type": "boolean", "required": "no", - "default": "0", + "default": false, "description": "Whether to include associated STA link metrics TLV in the AP metrics response." }, {