mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager
synced 2024-11-05 19:03:31 +00:00
3e3a38bb0f
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1113 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
25 lines
1,000 B
Text
25 lines
1,000 B
Text
TODO items for NetworkManager
|
|
-----------------------------
|
|
|
|
Any of these items are of course fair game for anyone, patches are greatly welcome. It also serves as a "what still needs to be done" list.
|
|
|
|
|
|
- WPA support
|
|
|
|
WPA support is greatly, significantly, mightily needed.
|
|
|
|
|
|
- Access Point link checking thresholds
|
|
|
|
Wireless link checking could be enhanced to check the signal strength of an access point and switch if the current access point a wireless card is associated with has dropped below say, 20%.
|
|
|
|
|
|
- Gracefully recover from dbus and hal dropouts
|
|
|
|
There is currently no logic to gracefully recover from a crashed/killed dbus or hal. There are dbus functions for notification when services come up and go away which could be used here. Remeber that when dbus dies, hal also dies at the moment.
|
|
|
|
|
|
- Support 40/64 bit passphrases
|
|
|
|
Allow user to enter passphrases and convert them to 40/64 bit WEP keys on the fly. Unfortunately, the algorithm for 40/64 bit passphrases is kind of messy.
|
|
|