Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.




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


Code Block
titlewpa_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
}



wpa_cli -i wlan0 reconfigure
script to change the passwordhttps://weworkweplay.com/play/rebooting-the-raspberry-pi-when-it-loses-wireless-connection-wifi/
crontab ( repeat ) https://www.raspberrypi.org/documentation/linux/usage/cron.md