From 8ad2ade27d47ef6f275a8143dd7244c31eed5af1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 18 Aug 2016 00:16:22 -0500 Subject: [PATCH] TODO: Remove no-longer-relevant task --- TODO | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/TODO b/TODO index 1100fd4e..f3032340 100644 --- a/TODO +++ b/TODO @@ -207,23 +207,6 @@ Wireless daemon Priority: Medium Complexity: C8 -- Create a document to doc describing general architecture and relation - between different objects. - - Current understanding is that diffrent relation between elements - looks probably like this: - Manager->Wiphy->NetDevice->AvailableNetwork - - Wiphy is the actual physical device, NetDevice is the network interface - and AvailableNetwork is {SSID, security} combo. Each network can have - a list of BSSs. - Consider also multi-wifi device scenarios. If user has multiple USB - WiFi dongles and switches between those cards, all previously configured - networks should still be available. - - Priority: High - Complexity: C2 - - Allow Disconnect() method call to abort pending connections. If we are in the process of connecting to an AP, the connection attempt