greearb / ath10k-ct

Stand-alone ath10k driver based on Candela Technologies Linux kernel.
110 stars 40 forks source link

NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 support? #173

Open swg0101 opened 3 years ago

swg0101 commented 3 years ago

When using WPA2-Enterprise client mode on OpenWrt, the connection freezes every hour with this appearing in the logs: Rekeying PTK for STA xx:xx:xx:xx:xx:xx but driver can't safely do that.

It looks like that the ath10k driver might not have incorporated the "can replace PTK0" feature such that the PTK replacement fails and results in a brief stall every hour (which eventually recovers by a disconnect/reconnect).

Is this something that can be implemented per https://patchwork.kernel.org/project/linux-wireless/patch/20180831130038.7908-3-alexander@wetzel-home.de/ ?