From 14886e1bf20897e2efbc677d6bd1846db0201cbb Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Thu, 6 Oct 2005 17:00:31 +0000 Subject: added WIFI_WAIT parameter (no rebuild yet) --- netcfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'netcfg') diff --git a/netcfg b/netcfg index 4de5052..bfc2532 100755 --- a/netcfg +++ b/netcfg @@ -88,7 +88,7 @@ start_profile() stat_busy "Starting network profile: $1" # Re-read the profile (stop_profile might have overwritten our settings) - unset DESCRIPTION INTERFACE IFOPTS IWOPTS WIFI_INTERFACE + unset DESCRIPTION INTERFACE IFOPTS IWOPTS WIFI_INTERFACE WIFI_WAIT unset GATEWAY HOSTNAME DOMAIN DNS1 DNS2 . $PROFILE_DIR/$1 @@ -97,6 +97,7 @@ start_profile() if [ "$IWOPTS" ]; then iwconfig $WIFI_INTERFACE $IWOPTS [ $? -ne 0 ] && stat_fail && return + [ "$WIFI_WAIT" ] && sleep $WIFI_WAIT fi if [ "$IFOPTS" = "dhcp" -o "$IFOPTS" = "DHCP" ]; then -- cgit v1.2.3