From ddd376978b5f1ee083b4db0ee1470c8aed1e91e2 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Mon, 19 Jan 2015 13:52:42 +0200 Subject: [PATCH] TODO: Add task to coalesce BSS and Network objects Taking this task in the same patch. --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO b/TODO index fccf9e95..fbe26413 100644 --- a/TODO +++ b/TODO @@ -355,6 +355,15 @@ 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 + Client ======