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

TODO: Update Disconnect() task

This commit is contained in:
Denis Kenzior 2015-04-17 11:19:24 -05:00
parent 92841b4976
commit be0cdde4e0

10
TODO
View File

@ -255,15 +255,13 @@ Wireless daemon
Priority: High
Complexity: C2
- Implement D-Bus API to Disconnect from an AP
- Allow Disconnect() method call to abort pending connections.
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.
If we are in the process of connecting to an AP, the connection attempt
should be aborted and a de-authentication procedure should be triggered.
Priority: High
Complexity: C2
Complexity: C1
- Centralize scanning logic and handling into scan.c.