3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-02 17:38:45 +02:00

TODO: Add D-Bus Disconnect() method task

This commit is contained in:
Denis Kenzior 2015-02-12 18:24:10 -06:00
parent c2a501961f
commit 40851ef246

10
TODO
View File

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