Post date: 2018/08/08 13:44:44
Raspbian で Stealth SSID への接続がうまくいかない.
$ cat /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant
GROUP=netdev
update_config=1
country=JP
network={
ssid="SSID"
psk=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
scan_ssid=1
}
$ zcat /usr/share/doc/wpa_supplicant/examples/wpa_supplicant.conf.gz
...
# scan_ssid:
# 0 = do not scan this SSID with specific Probe Request frames (default)
# 1 = scan with SSID-specific Probe Request frames (this can be used to
# find APs that do not accept broadcast SSID or use multiple SSIDs;
# this will add latency to scanning, so enable this only when needed)
...
ref: