Open imwhocodes opened 2 years ago
Fixed by https://github.com/openwrt/mt76/commit/8ecf551c6d21be55cb0c8567542d1bb7c12f6410. This error should no longer appear on hardware that support this. If your device doesn't support, you could stop devices from disconnecting to rekey by seeing eap_reauth_period to 0 in OpenWRT BSS config.
Thanks
In my case I'm STA on a 802.1X
so I don't I have control over eap_reauth_period
(and on AP is set at 15 minutes)
Last week I updated to openwrt-snapshot with these commits (with a lot of unrelated pain from switching to openssl3), connection is a lot more stable now
@nbd168 For context this is the a timeline and what I noticed:
Felix I tagged you because I know you follow the mediatek drivers and I saw you committed the CVE fixes, hope this feedback was interesting or usefull, Thanks again for your work, Luca
Hi
I'm using STA mode (connected to an AP on which I don't have control) Connection is WPA2-Enterprise encrypted, every 15 minute I get this message on log
Rekeying PTK for STA XX:XX:XX:XX:XX:XX but driver can't safely do that.
and half the time the STA (so my router) disconnect going again through all connection processSearching online and combing through the code it seem like to me that the driver do not have configured either
IEEE80211_KEY_FLAG_NO_AUTO_TX
andNL80211_EXT_FEATURE_CAN_REPLACE_PTK0
flagsIs this a misconfiguration? or the driver is really unable to support this features?
For reference I'm running
OpenWrt SNAPSHOT r20686-f0ea3df439 / LuCI Master git-22.245.77360-10bcb22
on aASUS RT-AC85P
Thank, Luca