Hi Johannes,
On 03/21/2018 02:46 AM, Johannes Berg wrote:
On Tue, 2018-03-13 at 16:59 -0500, Denis Kenzior wrote:
Currently autodisconnect_wk assumes that only interface types of
P2P_CLIENT and STATION use conn_owner_nlportid. Change this so all
interface types are supported.
Hmm. This sort of duplicates cfg80211_leave() for the most part, apart
from the special case with cfg80211_mlme_deauth(). I wonder why we need
that, and if we could use cfg80211_leave()?
cfg80211_leave also messes with scans and autodisconnect_wk didn't. So
I played it safe as I didn't want to introduce any silent semantic changes.
Also, cfg80211_leave uses stop_ap/leave_ibss with notify argument being
true, while I thought it made more sense to use false (as there's
arguably nobody left to pay attention to it) and to be consistent with
nl80211_stop_ap and nl80211_leave_ibss which also use false.
I don't see an issue with using cfg80211_leave though. Just tell me
which way you prefer.
Regards,
-Denis