So my question is - is there a way to check what modes are supported by a particular parameter of the router.
For example - “InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.WPAAuthenticationMode”
I don’t know what authentication modes are supported by my router.
Another example -
“InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.WPAEncryptionModes”
So what values are supported by what parameters in my router that is my concern like is there a dynamic way to know this.
I have already gone through this link that you sent.
what i am asking is these parameters and the values they support vary from router to router, so is there a dynamic way to know what values are supported by router using genieacs TR-069
their sometime a read only entry next to it that indicate the options but that not always the case.
I like to make my config in the GUI or CLI, update the whole config tree in GenieACS and download it. This way, I have the option already set in the TR config and can make my script based on those values.