TODO: Mark BSS and security coalesce task done

Update doc/features.txt with a short description of the feature.
This commit is contained in:
Jukka Rissanen 2015-01-28 14:14:57 +02:00 committed by Denis Kenzior
parent 26010b8459
commit 2ceeca5355
2 changed files with 6 additions and 9 deletions

9
TODO
View File

@ -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

View File

@ -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
================