
Fonte: https://howchoo.com/g/ndy1zte2yjn/how-to-set-up-wifi-on-your-raspberry-pi-without-ethernetAdd your wpa_supplicant.conf fileCreate a file in this directory called wpa_supplicant.conf. The file should contain the following details:For Raspbian Jessie:MENTIONED HEREHow to Install Raspbian Jessie on the Raspberry Pinetwork={
ssid="YOUR_NETWORK_NAME"
psk="YOUR_PASSWORD"
key_mgmt=WPA-PSK
}
For Raspbian Stretch and Raspbian ...