I was able to get the wifi configured.But I have severe latency on the network connection 1-7 second ping times, and great lag over an SSH connection. I had to add wpa_supplicant to the system startup, as the connection was not resuming on reboot. I used the commands:
systemctl enable wpa_supplicant
systemctl start wpa_supplicant
Any thoughts I how I can diagnose the latency issue? I have several other devices on the same network without an issue. (My primary AP is an Apple Airport TimeCapsule).
Thanks in advance for any help!