So, does anyone know how I can:
- Set a passphrase for a SPECIFIC wireless network using wpa_supplicant, without having to manually edit the configuration file
- Associate with a SPECIFIC wireless network, instead of the strongest one in my vicinity
- Tell Salix to automatically run dhcpcd on wlan0 once I'm associated with a network?
P.S. Why on Earth is wifi via the command line so complicated? Why can't I just do something like
Code: Select all
iwconfig wlan0 essid [essid] key [password]
dhcpcd wlan0