-rw-r--r-- | noncore/net/networksetup/TODO | 5 | ||||
-rw-r--r-- | noncore/settings/networksettings/TODO | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/noncore/net/networksetup/TODO b/noncore/net/networksetup/TODO index 862d681..93cbab7 100644 --- a/noncore/net/networksetup/TODO +++ b/noncore/net/networksetup/TODO | |||
@@ -1,26 +1,31 @@ | |||
1 | test WEP | 1 | test WEP |
2 | WEP key in file wireless.conf is not encrypted !, therefore it is very easy to get the key out of the zaurus.. | 2 | WEP key in file wireless.conf is not encrypted !, therefore it is very easy to get the key out of the zaurus.. |
3 | WEP transimtion rat | ||
4 | 1 or 2 | ||
5 | 5.5 | ||
6 | 1 | ||
7 | Auto | ||
3 | 8 | ||
4 | udchcp needs to output the dhcp information so interfaces can read it | 9 | udchcp needs to output the dhcp information so interfaces can read it |
5 | 10 | ||
6 | interfacesetupimp really doesn't need a interface* pointer | 11 | interfacesetupimp really doesn't need a interface* pointer |
7 | 12 | ||
8 | Possible other modules to write: ppp, ipsec, bluetooth, ipchains | 13 | Possible other modules to write: ppp, ipsec, bluetooth, ipchains |
9 | 14 | ||
10 | PPP module needs to scan pppd.tdb to see what is currently active | 15 | PPP module needs to scan pppd.tdb to see what is currently active |
11 | 16 | ||
12 | WLAN - add possiblity to input text or hex without knowing "s:" | 17 | WLAN - add possiblity to input text or hex without knowing "s:" |
13 | 18 | ||
14 | Interface setupimp needs to use kernel calls. | 19 | Interface setupimp needs to use kernel calls. |
15 | 20 | ||
16 | Automaticly update the main list of interfaces: | 21 | Automaticly update the main list of interfaces: |
17 | > That would be me. :-D netlink, can you point me in the right | 22 | > That would be me. :-D netlink, can you point me in the right |
18 | > direction where I can get more info on it? (I figured there was some | 23 | > direction where I can get more info on it? (I figured there was some |
19 | > kenel call) | 24 | > kenel call) |
20 | 25 | ||
21 | You can look up the meaning of the packets you receive, or you can just go | 26 | You can look up the meaning of the packets you receive, or you can just go |
22 | poll for changes you might be interested in each time you receive _any_ | 27 | poll for changes you might be interested in each time you receive _any_ |
23 | packet. Anything's better than periodic polling. | 28 | packet. Anything's better than periodic polling. |
24 | 29 | ||
25 | Note that you can't do this as non-root on some kernels. There's a patch | 30 | Note that you can't do this as non-root on some kernels. There's a patch |
26 | which can go into the hh.org kernel if it's not already there. | 31 | which can go into the hh.org kernel if it's not already there. |
diff --git a/noncore/settings/networksettings/TODO b/noncore/settings/networksettings/TODO index 862d681..93cbab7 100644 --- a/noncore/settings/networksettings/TODO +++ b/noncore/settings/networksettings/TODO | |||
@@ -1,26 +1,31 @@ | |||
1 | test WEP | 1 | test WEP |
2 | WEP key in file wireless.conf is not encrypted !, therefore it is very easy to get the key out of the zaurus.. | 2 | WEP key in file wireless.conf is not encrypted !, therefore it is very easy to get the key out of the zaurus.. |
3 | WEP transimtion rat | ||
4 | 1 or 2 | ||
5 | 5.5 | ||
6 | 1 | ||
7 | Auto | ||
3 | 8 | ||
4 | udchcp needs to output the dhcp information so interfaces can read it | 9 | udchcp needs to output the dhcp information so interfaces can read it |
5 | 10 | ||
6 | interfacesetupimp really doesn't need a interface* pointer | 11 | interfacesetupimp really doesn't need a interface* pointer |
7 | 12 | ||
8 | Possible other modules to write: ppp, ipsec, bluetooth, ipchains | 13 | Possible other modules to write: ppp, ipsec, bluetooth, ipchains |
9 | 14 | ||
10 | PPP module needs to scan pppd.tdb to see what is currently active | 15 | PPP module needs to scan pppd.tdb to see what is currently active |
11 | 16 | ||
12 | WLAN - add possiblity to input text or hex without knowing "s:" | 17 | WLAN - add possiblity to input text or hex without knowing "s:" |
13 | 18 | ||
14 | Interface setupimp needs to use kernel calls. | 19 | Interface setupimp needs to use kernel calls. |
15 | 20 | ||
16 | Automaticly update the main list of interfaces: | 21 | Automaticly update the main list of interfaces: |
17 | > That would be me. :-D netlink, can you point me in the right | 22 | > That would be me. :-D netlink, can you point me in the right |
18 | > direction where I can get more info on it? (I figured there was some | 23 | > direction where I can get more info on it? (I figured there was some |
19 | > kenel call) | 24 | > kenel call) |
20 | 25 | ||
21 | You can look up the meaning of the packets you receive, or you can just go | 26 | You can look up the meaning of the packets you receive, or you can just go |
22 | poll for changes you might be interested in each time you receive _any_ | 27 | poll for changes you might be interested in each time you receive _any_ |
23 | packet. Anything's better than periodic polling. | 28 | packet. Anything's better than periodic polling. |
24 | 29 | ||
25 | Note that you can't do this as non-root on some kernels. There's a patch | 30 | Note that you can't do this as non-root on some kernels. There's a patch |
26 | which can go into the hh.org kernel if it's not already there. | 31 | which can go into the hh.org kernel if it's not already there. |