On 11/12/2019 22:32, Johannes Berg wrote: > and I'm not sure, shouldn't be _that_ hard to do some kind of auth/deauth > thing? wpa_supplicant already does this for IBSS RSN. And it does not reset the station for each received auth frame, the logic is more advanced than that. (not to mention that it should switch to SAE at some point, but there is this long standing issue of wpa_supplicant not being able to get the rsn ie of the peer's probe response) But for the unencrypted case, i guess simply re-reverting 52874a5e (Revert "mac80211: in IBSS use the Auth frame to trigger STA reinsertion") and making it conditional on !privacy should be enough ? > That way, not only do you get visibility in userspace whether it's > supported, but also avoid the need to change those non-mac80211 drivers > (by having only mac80211 set the extended feature) Ok.