I am unable to connect to any access point with my brand new 3A+.
I have tried with 2 different distributions with the same result. Rasbian and Ubuntu Server.
wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
returns error:
wlan0: CTRL-EVENT-ASSOC-REJECT ....... status_code=16
I have tried with several different access points. The password is correct in wpa_supplicant.conf and the channel on my main router is 5.
I even tried with a USB WiFi dongle that I KNOW works and I get the same issue.
wpa_passphrase mySSID myPASSWORD >> /etc/wpa_supplicant/wpa_supplicant.conf
Running wpa_supplicant with "-dd" does not give me any valuable information.
Does anyone have any clue on further things I should try?