<Configuring wpa_supplicant
Setup configure file to an access point that uses a password:
wpa_passphrase <SSID> <SECRET_PASSWORD > <path_file_wpa_supplicant.conf>
Connect to an access point
wpa_supplicant -c <path_file_wpa_supplicant.conf> -i <wireless-inf> &
Use dhcpcd to provide a IP on network
systemctl start dhcpcd@<ethenet-device>
Use dhcpcd to enable a Ethenet device:
systemctl enable dhcpcd@<ethenet-device>