From a024084508623191241b579e7b2d7b10f762aa4c Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Sat, 6 Dec 2003 15:36:48 +0000 Subject: [PATCH] allow the enc keyword with ROCK Net git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1924 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/wireless-tools/rocknet_wireless.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/base/wireless-tools/rocknet_wireless.sh b/package/base/wireless-tools/rocknet_wireless.sh index 6689d928e..ee56a5af9 100644 --- a/package/base/wireless-tools/rocknet_wireless.sh +++ b/package/base/wireless-tools/rocknet_wireless.sh @@ -51,6 +51,10 @@ public_key() { addcode up 4 5 "iwconfig $if key $*" } +public_enc() { + addcode up 4 5 "iwconfig $if enc $*" +} + public_power() { addcode up 4 5 "iwconfig $if power $*" }