Changeset 7570 in genesis


Ignore:
Timestamp:
Mar 14, 2010, 2:32:46 PM (15 years ago)
Author:
richardvm
Message:

Trac: nodefactory#90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/iris-8.0/wleiden.pl

    r7535 r7570  
    250250          $output .= "wlans_$if=\"$IFNAME\"\n";
    251251          $output .= "create_args_$IFNAME=\"";
    252           if( $MODE{$if} =~/master/i ) {
    253             $output .= " wlanmode ap";
    254             $output .= " channel $CHANNEL{$interface}";
    255           } else {
    256             $output .= " wlanmode sta"
    257           }
    258252          if ( $SUBTYPE{$if} =~ /802.11a/i ) {
    259253            $output .= " mode 11a";
     
    264258            $output .= " mode 11b";
    265259          }
    266           $output .= " ssid $ESSID{$interface} regdomain ETSI country NL \"\n";
     260          $output .= " ssid $ESSID{$interface} regdomain ETSI country NL";
     261          if( $MODE{$if} =~/master/i ) {
     262            $output .= " wlanmode ap";
     263            $output .= " channel $CHANNEL{$interface}";
     264          } else {
     265            $output .= " wlanmode sta"
     266          }
     267          $output .= "\"\n";
    267268        }
    268269
Note: See TracChangeset for help on using the changeset viewer.