This worked, thank you very much.MrEngman wrote: Change line key_mgmt=NONE to key_mgmt=WPA-PSK
Change the line with wpe_key0= to psk="network-password" using your network password
Thank you to all who helped as well. I really appreciate it.
This worked, thank you very much.MrEngman wrote: Change line key_mgmt=NONE to key_mgmt=WPA-PSK
Change the line with wpe_key0= to psk="network-password" using your network password
Code: Select all
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="snoopdog"
key_mgmt=NONE
wep_key0="paskeyhere"
}