Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »





https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md

wpa_supplicant.conf
pi@raspberrypi2:~ $ more /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB

network={
        ssid="wifi_ssid"
        psk="password"
        key_mgmt=WPA-PSK
}







  • No labels