最終更新:2025-04-15 (火) 09:36:04 (10d)  

scan_ssid
Top / scan_ssid

https://w1.fi/cgit/hostap/plain/wpa_supplicant/wpa_supplicant.conf

# 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)

非公開のSSIDに繋ぐ

  • network={
        ssid="xxxxx"
        psk="yyyy"
        scan_ssid=1
    }