From f49b5ed7428fe933479fbdce91a58beee24d8418 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 19 Oct 2017 20:07:06 -0500 Subject: [PATCH] TODO: Mark SOCKET_OWNER task as done --- TODO | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/TODO b/TODO index c27f7b69..662b5185 100644 --- a/TODO +++ b/TODO @@ -89,27 +89,6 @@ mac80211_hwsim Complexity: C2 -cfg80211 / nl80211 -================== - -- Disconnect from network / station when client crashes - - When associating or connecting to a network, it should be possible to - bind this transaction to a specific netlink client. So that in case - this client terminates without, any connection will be also terminated. - - This should affect NL80211_CMD_ASSOCIATE and NL80211_CMD_CONNECT. It - seems that this is not needed for NL80211_CMD_AUTHENTICATE since that - command will eventually time out, but it might be a good idea to even - support it there. - - Maybe a new attribute similar to NL80211_ATTR_IFACE_SOCKET_OWNER should - be used for this behavior. - - Priority: High - Complexity: C4 - - Wireless monitor ================