diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-08-16 12:04:17 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-08-16 12:04:17 +0000 |
commit | 6e6a425aa67426d4ca272ef29cb4fc016c343683 (patch) | |
tree | f9720805fe41719bfbd0080ed77177249d32ec19 /perl-install/standalone | |
parent | e0741b0c14443ad3c7ecf395c994383fbc117571 (diff) | |
download | drakx-backup-do-not-use-6e6a425aa67426d4ca272ef29cb4fc016c343683.tar drakx-backup-do-not-use-6e6a425aa67426d4ca272ef29cb4fc016c343683.tar.gz drakx-backup-do-not-use-6e6a425aa67426d4ca272ef29cb4fc016c343683.tar.bz2 drakx-backup-do-not-use-6e6a425aa67426d4ca272ef29cb4fc016c343683.tar.xz drakx-backup-do-not-use-6e6a425aa67426d4ca272ef29cb4fc016c343683.zip |
add comments from waproamd version
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakroam | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/standalone/drakroam b/perl-install/standalone/drakroam index 62fb08a4c..c3f53b815 100755 --- a/perl-install/standalone/drakroam +++ b/perl-install/standalone/drakroam @@ -12,11 +12,16 @@ # - roaming status fails (no idea why) # maybe same reason bash-completion killall can't see wlandetect? -# todo +# todo (wlandetect version) # - make known and available lists have more rows by default (why so small?) # - refresh status every x seconds # - find a good way to drop the access point and resume roaming # - make 'key' column wider by default +# todo (waproamd version) +# - listen to dbus for pings from waproamd; update all on receiving a dbus ping +# - setup static network configurations +# - handle keys (can key file be named after ESSID?) +# - should files be named as MAC or as essid:ESSID ? use lib qw(/usr/lib/libDrakX); |