View Single Post
Old 09-02-2011, 04:24 AM   #44
Caster
Junior Member
Caster began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Feb 2011
Device: Kindle 3 Wi-Fi
Quote:
Originally Posted by RansomXvi View Post
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 View Post
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.
Caster is offline   Reply With Quote