mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-11 10:12:42 +01:00
TODO: Add task entry for new socket owner nl80211 feature
This commit is contained in:
parent
dfc059d757
commit
c2a29e0499
20
TODO
20
TODO
@ -188,9 +188,29 @@ cfg80211 / nl80211
|
||||
executing netlink client socket. If the application closes that netlink
|
||||
socket the scheduled scan operation should be canceled.
|
||||
|
||||
Maybe a new attribute similar to NL80211_ATTR_IFACE_SOCKET_OWNER should
|
||||
be used for this behavior.
|
||||
|
||||
Priority: Medium
|
||||
Complexity: C2
|
||||
|
||||
- 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
|
||||
|
||||
- Add missing support for NL80211_CMD_GET_INTERFACE filtering
|
||||
|
||||
The NL80211_CMD_GET_INTERFACE command description indicates that you
|
||||
|
Loading…
Reference in New Issue
Block a user