From 40851ef246b3114b66d378fe3603f55c13f1b7bb Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 12 Feb 2015 18:24:10 -0600 Subject: [PATCH] TODO: Add D-Bus Disconnect() method task --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index 88810035..32d47a93 100644 --- a/TODO +++ b/TODO @@ -295,6 +295,16 @@ Wireless daemon Priority: High Complexity: C2 +- Implement D-Bus API to Disconnect from an AP + + If we are currently connected to an AP, the Disconnect() method call should + trigger a disassociation. If we are in the process of connecting to an AP, + the connection attempt should be aborted and a disassociation procedure + should be triggered. + + Priority: High + Complexity: C2 + - Centralize scanning logic and handling into scan.c. There can be passive, active, listening (P2P) scanning to handle.