3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-20 04:19:25 +01: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 Priority: High
Complexity: C2 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 If we are in the process of connecting to an AP, the connection attempt
trigger a disassociation. If we are in the process of connecting to an AP, should be aborted and a de-authentication procedure should be triggered.
the connection attempt should be aborted and a disassociation procedure
should be triggered.
Priority: High Priority: High
Complexity: C2 Complexity: C1
- Centralize scanning logic and handling into scan.c. - Centralize scanning logic and handling into scan.c.