TODO: update
[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 - Access Point link checking thresholds
9
10 Wireless link checking could be enhanced to check the signal strength of an
11 access point and switch if the current access point a wireless card is
12 associated with has dropped below say, 20%.
13
14
15 - Support 40/64 bit passphrases
16
17 Allow user to enter passphrases and convert them to 40/64 bit WEP keys on the
18 fly.  Unfortunately, the algorithm for 40/64 bit passphrases is kind of messy.
19
20
21 - Proper PPP support
22
23 Provide integrated and proper PPP support, replacing the current per-distro
24 code.  Seamlessly communicate with pppd, manage the dial up profiles ourselves,
25 and so on.