# Define the existing wifi network you want to connect to if available. # Choose the block with the applicable protocol. # If you need multiple networks, just add more "network={..}" blocks. # This file is actually /etc/wpa_supplicant.conf, so please refer to the # related manpages for exact syntax and allowed parameters if needed. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US # Example using wpa protocol with pre shared key (most common) network={ ssid="ssid-name" psk="password" key_mgmt=WPA-PSK } # see the example file: https://homspace.nl/samplerbox/downloads/cfg_examples/wifinetworks.txt # for more options