Skip to content

Instantly share code, notes, and snippets.

@mkheck
Last active March 19, 2023 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkheck/00eba66a8fc0cf4f2e26 to your computer and use it in GitHub Desktop.
Save mkheck/00eba66a8fc0cf4f2e26 to your computer and use it in GitHub Desktop.
Content of Raspberry Pi (Raspbian) /etc/wpa_supplicant/wpa_supplicant.conf file for connection to hidden SSIDs
network={
ssid="put_your_hidden_ssid_here"
scan_ssid=1
psk="put_your_password_for_network_here"
mode=0
proto=WPA2
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
auth_alg=OPEN
id_str="raspi"
priority=1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment