Hi Guys. (posted this on Reddit - no response)
Several of my IoT Wifi clients constantly drop off my net:
Sun Oct 27 16:16:53 2024 daemon.notice hostapd: phy1-ap0: AP-STA-POSSIBLE-PSK-MISMATCH e8:70:72:3f:13:a4
Sun Oct 27 16:16:54 2024 daemon.notice hostapd: phy1-ap0: AP-STA-POSSIBLE-PSK-MISMATCH e8:70:72:3f:13:a4
Sun Oct 27 16:16:55 2024 daemon.notice hostapd: phy1-ap0: AP-STA-POSSIBLE-PSK-MISMATCH e8:70:72:3f:13:a4
Sun Oct 27 16:16:56 2024 daemon.notice hostapd: phy1-ap0: AP-STA-POSSIBLE-PSK-MISMATCH e8:70:72:3f:13:a4
Sun Oct 27 16:16:59 2024 daemon.info hostapd: phy1-ap0: STA e8:70:72:3f:13:a4 IEEE 802.11: authenticated
Sun Oct 27 16:16:59 2024 daemon.info hostapd: phy1-ap0: STA e8:70:72:3f:13:a4 IEEE 802.11: associated (aid 7)
Sun Oct 27 16:16:59 2024 daemon.notice hostapd: phy1-ap0: AP-STA-POSSIBLE-PSK-MISMATCH e8:70:72:3f:13:a4
Sun Oct 27 16:17:00 2024 daemon.notice hostapd: phy1-ap0: AP-STA-POSSIBLE-PSK-MISMATCH e8:70:72:3f:13:a4
Sun Oct 27 16:17:01 2024 daemon.notice hostapd: phy1-ap0: AP-STA-POSSIBLE-PSK-MISMATCH e8:70:72:3f:13:a4
Sun Oct 27 16:17:02 2024 daemon.notice hostapd: phy1-ap0: AP-STA-POSSIBLE-PSK-MISMATCH e8:70:72:3f:13:a4
This started after downgrading my Openwrt from snapshot to 23.05.4, necessary due to stability issues on my Zyxel G5 (and yes, I should have known better at the start as it was well documented that snapshot would not work).
After downgrading 3 devices (2 shellie’s, one Broadlink) just started having issues with authentication to the 2.4 Ghz IOT Wifi set to WPA / WPA2 PSK (CCMP).
they would try to authenticate, sometimes succeed but then get thrown out again:
Sat Oct 19 07:03:13 2024 daemon.info hostapd: phy1-ap0: STA e8:70:72:XX:XX:XX IEEE 802.11: authenticated
Sat Oct 19 07:03:13 2024 daemon.info hostapd: phy1-ap0: STA e8:70:72 :XX:XX:XX IEEE 802.11: associated (aid 2)
Sat Oct 19 07:03:13 2024 daemon.notice hostapd: phy1-ap0: AP-STA-POSSIBLE-PSK-MISMATCH e8:70:72 :XX:XX:XX
I know the password IS CORRECT.
I managed to get the Shellies to behave by regaining access to them using an old router and then assigning the failing AP as a „Wifi-client Backup“ (to not lose connection again) - funnily it has worked ever since - no idea why…
No luck with the Broadlink though, I can add it to the wifi, but after a day it‘s back to this.
Here are my wireless settings so far:
option type 'mac80211'
option path 'platform/soc/c000000.wifi+1'
option channel '1'
option band '2g'
option htmode 'HE20'
option cell_density '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'iot'
option mode 'ap'
option ssid 'MrRobot'
option encryption 'psk-mixed'
option key 'XXXXXXX'
I have tried about every combination of encryption and cypher as well as shorter passwords and no special characters - no luck.
This is driving me absolutely nuts.
Any recommendations would be welcome…