-
PSK with double quotes
I am trying to get wpa_supplicant working. Having problem after problem, but the one I am dealing with at the moment is that my key has a double quotes in it. Yes I know I should just change it, but in order to do that I'd have to ask my roommate, and I know he'd through a fit.
So my wpa_supplicant.conf file has something in it that looks like this
Code:
network={
ssid="myssid"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
psk="Blahblahblah"blahblah"blahblah"blahblahblah"
}
Obviously the parser hits the second double quote and thinks it is done. Is there anyway for me to tell it to ignore those? I tried putting a \ in front of it but it didn't seem to work.
Thanks in advance,
-
Actually I think maybe my key was just too long.