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. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]