[pkg-wpa-devel] Bug#367655: ifup not setting wpa-ssid
mark at mnb.org.uk
mark at mnb.org.uk
Mon May 29 19:29:31 UTC 2006
I couldn't get it to set the SSID either.
The line
$WPA_CLI_BIN -p $WPA_COMMON_CTRL_IFACE -i $IFACE \
set_network $NW_ID ssid "\"$IF_WPA_SSID\"" >$TO_NULL
is supposed to set it, but doesn't work. If I remove the extra,
backslash escaped, quotes, so that it's just
$WPA_CLI_BIN -p $WPA_COMMON_CTRL_IFACE -i $IFACE \
set_network $NW_ID ssid "$IF_WPA_SSID" >$TO_NULL
then it works great for me.
More information about the Pkg-wpa-devel
mailing list