HELLO ALL
I need to set a wifi key to be free. In my home there's a rooter setted with WPA2 security. How can I set up my Raspbian?
TNX!
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="yourWifiSSIDhere"
scan_ssid=1
psk="yourWiFipasswordhere"
}