Is a space in the SSID possible using wpa_supplicant.conf?
Code: Select all
...
network={
ssid="With A Space"
psk="<redacted>"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}
...
Here is the content of /etc/network/interfaces:
Code: Select all
auto wlan0
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
Trying to change things using wicd_curses brings down the RPi (which might be another post another day).