Hello,
I have a board with IMX6Q Soc and running Linux with 3.10.62 kernel version.
I integrated the R8.6 version from the TI wifi driver using backporting guide.
I can connect to WI-FI AP's that are un-secured and all is okay.
When I try to connect to a secured AP, I get the following error:
nl80211: set_key failed; err=-2 No such file or directory)
wlan0: WPA: Failed to set PTK to the driver (alg=3 keylen=16 bssid=80:00:0b:3a:ab:83)
I'm using TI's wpa_supplicant binary with the following command:
~# wpa_supplicant -i wlan0 -c wpa_supplicant.conf -dd
The wpa_supplicant.conf file looks like this:
network={
ssid="test_AP"
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
psk="testpassword"
}
I saw that other similar threads were solved by upgrading from an older version to the R8.6, but I already have the newest version.
I would like some help to fix this problem.
Thank you!