From 8e895c00e6f77d897033e0e473d6e823e684590c Mon Sep 17 00:00:00 2001 From: benmeyer Date: Tue, 17 Dec 2002 21:43:58 +0000 Subject: Caption Fix --- (limited to 'noncore/net') diff --git a/noncore/net/networksetup/TODO b/noncore/net/networksetup/TODO index 93cbab7..6457836 100644 --- a/noncore/net/networksetup/TODO +++ b/noncore/net/networksetup/TODO @@ -1,6 +1,16 @@ +Types: +-Ethernet Connection (Done) +-ISDN Connection +-Modem COnnection (Started) +-xDSL connection +-Token Ring Connection +-CIPE (VPN) connection (ipsec?) +-Wireless Connection (Done) +-Bluetooth +-IPChains? + test WEP -WEP key in file wireless.conf is not encrypted !, therefore it is very easy to get the key out of the zaurus.. -WEP transimtion rat +Add WEP transimtion rate 1 or 2 5.5 1 @@ -10,14 +20,20 @@ udchcp needs to output the dhcp information so interfaces can read it interfacesetupimp really doesn't need a interface* pointer -Possible other modules to write: ppp, ipsec, bluetooth, ipchains - PPP module needs to scan pppd.tdb to see what is currently active -WLAN - add possiblity to input text or hex without knowing "s:" +WLAN +- add possiblity to input text or hex without knowing "s:" +- Handle "any" and any the same way in config Interface setupimp needs to use kernel calls. +Add a route/DNS editor under the ViewAdvancedInfo button + +Use a true TCP/IP widget + +Make it so that pcmcia doesn't need to be stopped/started for wlan + Automaticly update the main list of interfaces: > That would be me. :-D netlink, can you point me in the right > direction where I can get more info on it? (I figured there was some diff --git a/noncore/net/networksetup/mainwindow.ui b/noncore/net/networksetup/mainwindow.ui index 3d30994..dcabc52 100644 --- a/noncore/net/networksetup/mainwindow.ui +++ b/noncore/net/networksetup/mainwindow.ui @@ -17,7 +17,7 @@ caption - Network Setup + Network Settings diff --git a/noncore/net/networksetup/opie-networksetup.control b/noncore/net/networksetup/opie-networksetup.control index 3d6a32c..585e50e 100644 --- a/noncore/net/networksetup/opie-networksetup.control +++ b/noncore/net/networksetup/opie-networksetup.control @@ -5,4 +5,4 @@ Maintainer: Ben Meyer Architecture: arm Version: $QPE_VERSION-$SUB_VERSION Depends: opie-base ($QPE_VERSION) -Description: Opie network setup tool +Description: Network settings diff --git a/noncore/net/networksetup/wlan/wlanimp.cpp b/noncore/net/networksetup/wlan/wlanimp.cpp index 648932f..1782c22 100644 --- a/noncore/net/networksetup/wlan/wlanimp.cpp +++ b/noncore/net/networksetup/wlan/wlanimp.cpp @@ -231,6 +231,9 @@ void WLANImp::accept(){ initpath = "/etc/rc.d/init.d"; else if( QDir("/etc/init.d").exists() ) initpath = "/etc/init.d"; + + // It would be kinda cool if we didn't have to do this and could just to ifup/down + if( initpath ) system(QString("%1/pcmcia stop").arg(initpath)); if( initpath ) -- cgit v0.9.0.2