I am trying to set from cli the mode in a capsman configurations from “ap” to to use it as virtualAP
I tried the following but nothing works
/caps-man configuration set myConfig mode=“”
/caps-man configuration set myConfig mode=none
/caps-man configuration set myConfig mode=no
/caps-man configuration set myConfig mode=“none”
/caps-man configuration set myConfig mode=“no”
/caps-man configuration set myConfig mode=0
/caps-man configuration set myConfig mode=-1
When I add one it works but when I try to update (set) from ap to none then it doesn’t…
any idea?