wifi-scripts: fix validation of require_mode

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2025-06-26 19:18:49 +02:00
parent 945d168dbe
commit fdcb0e0b24

View File

@ -567,7 +567,7 @@
"require_mode": {
"description": "Sets the minimum client capability level mode that connecting clients must support to be allowed to connect",
"type": "string",
"enum": [ "ht", "ac", "ax" ]
"enum": [ "n", "ac", "ax" ]
},
"rnr_beacon": {
"description": "",