mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-23 12:44:09 +01:00
TODO: Mark NL80211_CMD_START_SCHED_SCAN done
Update doc/features.txt with a short description of the feature.
This commit is contained in:
parent
c2a2f29606
commit
7900f8df54
13
TODO
13
TODO
@ -92,19 +92,6 @@ mac80211_hwsim
|
|||||||
cfg80211 / nl80211
|
cfg80211 / nl80211
|
||||||
==================
|
==================
|
||||||
|
|
||||||
- Bind NL80211_CMD_START_SCHED_SCAN to netlink socket
|
|
||||||
|
|
||||||
When issuing the NL80211_CMD_START_SCHED_SCAN it should be bound to the
|
|
||||||
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
|
|
||||||
Owner: Jukka Rissanen <jukka.rissanen@linux.intel.com>
|
|
||||||
|
|
||||||
- Disconnect from network / station when client crashes
|
- Disconnect from network / station when client crashes
|
||||||
|
|
||||||
When associating or connecting to a network, it should be possible to
|
When associating or connecting to a network, it should be possible to
|
||||||
|
@ -1,4 +1,14 @@
|
|||||||
|
|
||||||
|
IWD
|
||||||
|
===
|
||||||
|
|
||||||
|
IWD will start a scheduled scan to the interface if the hardware supports
|
||||||
|
that feature. If the iwd closes or dies so that the kernel netlink socket
|
||||||
|
is closed, then the scheduled scan is cancelled automatically if the kernel
|
||||||
|
supports this. This is done by giving NL80211_ATTR_SOCKET_OWNER netlink
|
||||||
|
attribute when initiating the scheduled scan.
|
||||||
|
|
||||||
|
|
||||||
Wireless monitor
|
Wireless monitor
|
||||||
================
|
================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user