From 2ceeca5355e8f9ff5c3dbc89ce700934fabd5d68 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Wed, 28 Jan 2015 14:14:57 +0200 Subject: [PATCH] TODO: Mark BSS and security coalesce task done Update doc/features.txt with a short description of the feature. --- TODO | 9 --------- doc/features.txt | 6 ++++++ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index 9ebb4487..fd086e29 100644 --- a/TODO +++ b/TODO @@ -356,15 +356,6 @@ Wireless daemon Complexity: C1 Owner: Denis Kenzior -- 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 - - Add utility to create netlink REKEY_DATA attributes The REKEY_DATA needs to be uploaded to the driver so that if re-keying is diff --git a/doc/features.txt b/doc/features.txt index 6d77926d..10338833 100644 --- a/doc/features.txt +++ b/doc/features.txt @@ -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 ================