wifi-scripts: fix validation of require_mode
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
945d168dbe
commit
fdcb0e0b24
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@
|
||||||
"require_mode": {
|
"require_mode": {
|
||||||
"description": "Sets the minimum client capability level mode that connecting clients must support to be allowed to connect",
|
"description": "Sets the minimum client capability level mode that connecting clients must support to be allowed to connect",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [ "ht", "ac", "ax" ]
|
"enum": [ "n", "ac", "ax" ]
|
||||||
},
|
},
|
||||||
"rnr_beacon": {
|
"rnr_beacon": {
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
Loading…
Reference in a new issue