mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
TODO: Mark BSS and security coalesce task done
Update doc/features.txt with a short description of the feature.
This commit is contained in:
parent
26010b8459
commit
2ceeca5355
9
TODO
9
TODO
@ -356,15 +356,6 @@ Wireless daemon
|
||||
Complexity: C1
|
||||
Owner: Denis Kenzior <denkenz@gmail.com>
|
||||
|
||||
- Coalesce BSS and security parameters into Network object
|
||||
|
||||
Coalesce all the BSS with the same SSID and security parameters into one
|
||||
Network object in wiphy.c
|
||||
|
||||
Priority: High
|
||||
Complexity: C2
|
||||
Owner: Jukka Rissanen <jukka.rissanen@linux.intel.com>
|
||||
|
||||
- Add utility to create netlink REKEY_DATA attributes
|
||||
|
||||
The REKEY_DATA needs to be uploaded to the driver so that if re-keying is
|
||||
|
@ -8,6 +8,12 @@ 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.
|
||||
|
||||
IWD contains a network object that will contain a list of BSS that have the
|
||||
same SSID and security setting. From user point of view, we will connect to
|
||||
a certain SSID instead of connecting directly to a BSS. IWD will then pick
|
||||
the best BSS automatically from the BSS list when connecting to a SSID.
|
||||
The "best" BSS in this context is the BSS that has the highest signal strength.
|
||||
|
||||
|
||||
Wireless monitor
|
||||
================
|
||||
|
Loading…
Reference in New Issue
Block a user