-rw-r--r-- | noncore/settings/networksettings/TODO | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/TODO b/noncore/settings/networksettings/TODO index 6457836..9bde0dd 100644 --- a/noncore/settings/networksettings/TODO +++ b/noncore/settings/networksettings/TODO | |||
@@ -1,35 +1,49 @@ | |||
1 | Types: | 1 | Types: |
2 | -Ethernet Connection (Done) | 2 | -Ethernet Connection (Done) |
3 | -ISDN Connection | 3 | -ISDN Connection |
4 | -Modem COnnection (Started) | 4 | -Modem COnnection (Started) |
5 | -xDSL connection | 5 | -xDSL connection |
6 | -Token Ring Connection | 6 | -Token Ring Connection |
7 | -CIPE (VPN) connection (ipsec?) | 7 | -CIPE (VPN) connection (ipsec?) |
8 | -Wireless Connection (Done) | 8 | -Wireless Connection (Done) |
9 | -Bluetooth | 9 | -Bluetooth |
10 | -IPChains? | 10 | -IPChains? |
11 | 11 | ||
12 | When entering the wep keys, I think we should be able to see what we are typing, but not to show the keys when the field is not in focus. Otherwise, it's real hard to know if you typed the right wep key, and you have to look in the actual wireless.opts file to really know if you did it right. | ||
13 | |||
14 | When Zaurus is in cradle, USB interface is connected and reported as UP by the Network Setting application, clicking on Information button does not popup a window. It used to work before, but now it's broken in the latest feed... | ||
15 | |||
16 | -30-second pause closing NetSetting's Configure screen | ||
17 | |||
18 | -Default Network Type for 802.11b should be Infrastructure | ||
19 | |||
20 | -After configuring NetworkSettings for the first time, the WEP key fails to | ||
21 | be iwconfig'd to the eth0 interface (Symbol 802.11b card on my Z). | ||
22 | |||
23 | -Z hangs on PCMCIA-eject of Symbol 802.11b card (card seems to be in an odd | ||
24 | state after first boot following reflash; see Additional Info) | ||
25 | |||
12 | test WEP | 26 | test WEP |
13 | Add WEP transimtion rate | 27 | Add WEP transimtion rate |
14 | 1 or 2 | 28 | 1 or 2 |
15 | 5.5 | 29 | 5.5 |
16 | 1 | 30 | 1 |
17 | Auto | 31 | Auto |
18 | 32 | ||
19 | udchcp needs to output the dhcp information so interfaces can read it | 33 | udchcp needs to output the dhcp information so interfaces can read it |
20 | 34 | ||
21 | interfacesetupimp really doesn't need a interface* pointer | 35 | interfacesetupimp really doesn't need a interface* pointer |
22 | 36 | ||
23 | PPP module needs to scan pppd.tdb to see what is currently active | 37 | PPP module needs to scan pppd.tdb to see what is currently active |
24 | 38 | ||
25 | WLAN | 39 | WLAN |
26 | - add possiblity to input text or hex without knowing "s:" | 40 | - add possiblity to input text or hex without knowing "s:" |
27 | - Handle "any" and any the same way in config | 41 | - Handle "any" and any the same way in config |
28 | 42 | ||
29 | Interface setupimp needs to use kernel calls. | 43 | Interface setupimp needs to use kernel calls. |
30 | 44 | ||
31 | Add a route/DNS editor under the ViewAdvancedInfo button | 45 | Add a route/DNS editor under the ViewAdvancedInfo button |
32 | 46 | ||
33 | Use a true TCP/IP widget | 47 | Use a true TCP/IP widget |
34 | 48 | ||
35 | Make it so that pcmcia doesn't need to be stopped/started for wlan | 49 | Make it so that pcmcia doesn't need to be stopped/started for wlan |