Comment 6 for bug 388116

Revision history for this message
Mr. Norel (sh1v4-0h) wrote :

Hello
It's just a workaround but I haven't found it here so I post it.
With the following template added you can avoid clicking on 'Find a hidden network' wich does not always work.
-------8<---------------------------------
name = Hidden WPA 1/2 (Preshared Key)
author =
version = 1
require hiddenessid *ESSID apsk *Preshared_Key
-----
ctrl_interface=/var/run/wpa_supplicant
network={
       ssid="$_HIDDENESSID"
       scan_ssid=1
       proto=WPA RSN
       key_mgmt=WPA-PSK
       pairwise=CCMP TKIP
       group=CCMP TKIP
       psk="$_APSK"
}
-------8<---------------------------------