Thanks Sparks,
i tried all the possible configurations with psk psk2 and psk-mixed unsuccesfully
Is there a way to have more verbose log?
Thanks a lot,
Stefano
same problem here on a AR9344 using the default MAC80211 802.11bgn on a TP-Link TL-WDR3600 v1
Any news on this?, I have two other routers same model, no problems so far.
I haven't connected one to OpenWrt - but I can tell you that configured as a STA, the 8266 doesn't like passwords greater than ~46 characters and will refuse to connect above that. One other thing, by default the 8266 country code is set to china - maybe set your router country code to match? Or better yet change the 8266's country code to match the router. Dedicated AP works best with these. Maybe try a short preamble?
Edit:
Tested:
2 x 8266 STA (ESP-01) --> AR750S, 19.07.7, AP = it works
my english is not good, so can use google translation to translate this . and hope this an help you.
这个问题我在linux上面用wpa_supplicant和wpa_cli来配置p2p时也出现了p2p0: AP-STA-POSSIBLE-PSK-MISMATCH这个问题,但是我发现我在将p2p的配置文件 p2p_supplicant.conf中的ap的psk修改为12345678后就没有这个问题了,这个是我找到的临时方案,希望能够给你提供一些解题思路,如果有更好的方法希望能回复我一下
I found out the hard way that this error is also caused by cryptodev when it is being used by hostapd/wpad via OpenSSL or other library with cryptodev support.
In case of OpenSSL, open /etc/ssl/modules.cnf.d/devcrypto.cnf and check that DIGESTS = NONE.
There is a warning in the comment, but I thought that an error here and there won't hurt; it would just retry the auth. The warning didn't say cryptodev gets permently corrupted.