Changeset 922 in genesis for tools


Ignore:
Timestamp:
Sep 14, 2003, 10:45:24 PM (21 years ago)
Author:
dirkx
Message:

Confuse the cat - no channel defined unless it is a master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/wleiden.pl

    r920 r922  
    175175      if ($AP{$if})             {iwconfig("$if ap $AP{$if}");}
    176176     
    177 if ($MODE{$if}=~/master/)
    178 { if ($CHANNEL{$if})  {$freebsd.="$wicontrol -i $if -f $CHANNEL{$if}            # Channel\n";}}
    179 else
    180 {$freebsd.="$wicontrol -i $if -f 0              # Channel\n";}
     177if ($MODE{$if}=~/master/) {
     178        if ($CHANNEL{$if})  {
     179                $freebsd.="$wicontrol -i $if -f $CHANNEL{$if}           # Channel\n";
     180        } else {
     181                $freebsd .= "# WARNING  - master but no channel defined.\n";
     182        };
     183} else {
     184        $freebsd.="# No channel - client follows\n# $wicontrol -i $if -f 0              # Channel\n";
     185}
    181186                               
    182187      if ($SENS{$if})           {iwconfig("$if sens $SENS{$if}");}
Note: See TracChangeset for help on using the changeset viewer.