2004-10-12 Dan Williams <dcbw@redhat.com>
[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 welcome.  It also serves as a "what still needs to be done" list.
5
6 - Access Point link checking thresholds
7
8 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%.
9
10
11 - Gracefully recover from dbus and hal dropouts
12
13 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.
14
15
16 - Deal with blank ESSIDs
17
18 Access points can be set not to broadcast their ESSIDs, which the client must know.  These appear as blank ESSIDs to cards doing wireless scanning, even though the rest of the AP's information is known (channel, rate, etc).  There has to be a way to deal with this as many companies do not broadcast ESSIDs for security measures.  Workarounds for this practice could include brute-forcing the Allowed Networks list if no suitable wireless network is found to begin with.  Obviously, there would be no way to detect if a WEP key was wrong, because unless the ESSID and WEP key are both correct, we cannot associate with the access point to see if we have a link.  Code exists to do this for wireless cards that do not support wireless scanning, and this code could be adapted.
19
20
21 - Store Allowed Network WEP keys in gnome-keyring
22
23 These keys should probably be encrypted, rather than being stored in GConf.
24
25
26 - Support 40/64 bit passphrases
27
28 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.
29