Does anyone know how to use "uaputl sys_config" to configure the uap device?
There are a lot of examples out there showing only "get" usage. However, if you run "uaputl sys_config --help" it says:
Usage : sys_config [CONFIG_FILE]
If CONFIG_FILE is provided, a 'set' is performed, else a 'get' is performed.
CONFIG_FILE is file contain all the Micro AP settings.
I have spent the best part of the evening trying to figure out what syntax that CONFIG_FILE is supposed to contain to do the "set" thing. I have tried a number of possibilities that seemed reasonable to me, but nothing worked.
Does anyone have any useful information regarding this issue?