Skip to content

Instantly share code, notes, and snippets.

@muokicaleb
Forked from AlexLynd/wpa_supplicant.conf
Created December 22, 2021 09:10
Show Gist options
  • Save muokicaleb/186ca231afd1dae09e7ec2526bea851e to your computer and use it in GitHub Desktop.
Save muokicaleb/186ca231afd1dae09e7ec2526bea851e to your computer and use it in GitHub Desktop.
Raspberry Pi headless WiFi configuration file
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="network"
psk="password"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment