summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/networksetup/TODO5
-rw-r--r--noncore/settings/networksettings/TODO5
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 @@
1test WEP 1test WEP
2WEP key in file wireless.conf is not encrypted !, therefore it is very easy to get the key out of the zaurus.. 2WEP key in file wireless.conf is not encrypted !, therefore it is very easy to get the key out of the zaurus..
3WEP transimtion rat
41 or 2
55.5
61
7Auto
3 8
4udchcp needs to output the dhcp information so interfaces can read it 9udchcp needs to output the dhcp information so interfaces can read it
5 10
6interfacesetupimp really doesn't need a interface* pointer 11interfacesetupimp really doesn't need a interface* pointer
7 12
8Possible other modules to write: ppp, ipsec, bluetooth, ipchains 13Possible other modules to write: ppp, ipsec, bluetooth, ipchains
9 14
10PPP module needs to scan pppd.tdb to see what is currently active 15PPP module needs to scan pppd.tdb to see what is currently active
11 16
12WLAN - add possiblity to input text or hex without knowing "s:" 17WLAN - add possiblity to input text or hex without knowing "s:"
13 18
14Interface setupimp needs to use kernel calls. 19Interface setupimp needs to use kernel calls.
15 20
16Automaticly update the main list of interfaces: 21Automaticly 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
21You can look up the meaning of the packets you receive, or you can just go 26You can look up the meaning of the packets you receive, or you can just go
22poll for changes you might be interested in each time you receive _any_ 27poll for changes you might be interested in each time you receive _any_
23packet. Anything's better than periodic polling. 28packet. Anything's better than periodic polling.
24 29
25Note that you can't do this as non-root on some kernels. There's a patch 30Note that you can't do this as non-root on some kernels. There's a patch
26which can go into the hh.org kernel if it's not already there. 31which 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 @@
1test WEP 1test WEP
2WEP key in file wireless.conf is not encrypted !, therefore it is very easy to get the key out of the zaurus.. 2WEP key in file wireless.conf is not encrypted !, therefore it is very easy to get the key out of the zaurus..
3WEP transimtion rat
41 or 2
55.5
61
7Auto
3 8
4udchcp needs to output the dhcp information so interfaces can read it 9udchcp needs to output the dhcp information so interfaces can read it
5 10
6interfacesetupimp really doesn't need a interface* pointer 11interfacesetupimp really doesn't need a interface* pointer
7 12
8Possible other modules to write: ppp, ipsec, bluetooth, ipchains 13Possible other modules to write: ppp, ipsec, bluetooth, ipchains
9 14
10PPP module needs to scan pppd.tdb to see what is currently active 15PPP module needs to scan pppd.tdb to see what is currently active
11 16
12WLAN - add possiblity to input text or hex without knowing "s:" 17WLAN - add possiblity to input text or hex without knowing "s:"
13 18
14Interface setupimp needs to use kernel calls. 19Interface setupimp needs to use kernel calls.
15 20
16Automaticly update the main list of interfaces: 21Automaticly 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
21You can look up the meaning of the packets you receive, or you can just go 26You can look up the meaning of the packets you receive, or you can just go
22poll for changes you might be interested in each time you receive _any_ 27poll for changes you might be interested in each time you receive _any_
23packet. Anything's better than periodic polling. 28packet. Anything's better than periodic polling.
24 29
25Note that you can't do this as non-root on some kernels. There's a patch 30Note that you can't do this as non-root on some kernels. There's a patch
26which can go into the hh.org kernel if it's not already there. 31which can go into the hh.org kernel if it's not already there.