Results 1 to 2 of 2
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-25-2006 #1Linux Newbie
- Join Date
- Aug 2005
- Location
- Sterling, VA
- Posts
- 100
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
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.Code:network={ ssid="myssid" scan_ssid=1 proto=WPA key_mgmt=WPA-PSK psk="Blahblahblah"blahblah"blahblah"blahblahblah" }
Thanks in advance,- EndianX -
- 01-25-2006 #2Linux Newbie
- Join Date
- Aug 2005
- Location
- Sterling, VA
- Posts
- 100
Actually I think maybe my key was just too long.
- EndianX -


Reply With Quote
