scan_ssid=1

Raspbianで,見えないWifiにつなぐ時,

scan_ssid=1

をwpa_supplicant.confに書く必要がある.

自分で検索するためのキーワード: stealth (くらいあればいいかな^^; )

まるまるサンプル書いときます(あくまで自分用です).

country=JP
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
 ssid="SSIDを書く"
 scan_ssid=1
 psk="パスワードを書く"
 mode=0
 proto=WPA2
 key_mgmt=WPA-PSK
 pairwise=CCMP
 auth_alg=OPEN
 priority=1
}

priorityは大きい方が優先される.0とか負値の扱いは知りません^^;