TODO: format
[NetworkManager.git] / TODO
1 TODO items for NetworkManager
2 -----------------------------
3
4 Any of these items are of course fair game for anyone, patches are greatly
5 welcome.  It also serves as a "what still needs to be done" list.
6
7
8 - WPA Enterprise support
9
10 Support WPA Enterprise. 
11
12
13 - Access Point link checking thresholds
14
15 Wireless link checking could be enhanced to check the signal strength of an
16 access point and switch if the current access point a wireless card is
17 associated with has dropped below say, 20%.
18
19
20 - Gracefully recover from dbus dropouts
21
22 There is currently no logic to gracefully recover from a crashed/killed dbus.
23 There are dbus functions for notification when services come up and go away
24 that we could use here.  Note that when dbus dies, hal also dies at the moment.
25
26
27 - Support 40/64 bit passphrases
28
29 Allow user to enter passphrases and convert them to 40/64 bit WEP keys on the
30 fly.  Unfortunately, the algorithm for 40/64 bit passphrases is kind of messy.
31