Quote:
Originally Posted by RansomXvi
Hey having trouble understanding the scripts. Is it the forum code tags that's escaping all the quotes or must you escape all special characters in a script?
|
The forum is not changing anything here. The quotes have to be escaped because the whole settings are assigned to an
exec variable on the line that starts with
exec="
Quote:
Originally Posted by RansomXvi
I guess what I'm asking is what resource helps you to write a script like this? How can I know all the different settings that can be changed using set_network?
|
Probably the best resource is the commented wpa_supplicant.conf example available for example
here (or as part of wpa_supplicant installation on any linux system). Note that the script is using wpa_cli commands instead of the configuration file (which the kindle doesn't use) hence the slightly different syntax. But all (or most) of the network-specific configuration options should be able to be configured, with the same option names and available values as in the example config.