Hi guy, I think the error you're encountering, "input does not match any value of country," suggests that the value you're providing for the country parameter in your script is not recognized. To resolve this, you can try using the country code instead of the country name.
For example, instead of specifying country="south africa", you can use the country code for South Africa, which is ZA. Modify your script as follows:
By using the country code, you should be able to avoid the error message and successfully execute your script.
For example, instead of specifying country="south africa", you can use the country code for South Africa, which is ZA. Modify your script as follows:
Code:
/caps-man configuration add name=hotspot datapath=hotspot mode=ap ssid=blah distance=indoors country=ZA installation=indoor
Statistics: Posted by mikefox — Wed Dec 13, 2023 9:46 am