Bugzilla – Bug 116083
wpa_supplicant can't deal with dash-separated hex keys
Last modified: 2007-06-05 10:04:59 UTC
YaST online-help suggests using dashes to split hex keys for WEP and WPA into groups of four digits, but when starting a wireless interface that was configured that way, wpa_supplicant complains about the key having an invalid format, and exits, leaving the device in an unusable state. So either wpa-supplicant should be changed to accept dash-separated keys, or the network initialisation scripts should remove the dashes from hex keys, when generating the config file for wpa_supplicant.
Fixed package submitted.
Created attachment 49355 [details] Suggested patch It removes everything that is not a hex digit from the key when generating the wpa_supplicant config file.