- Timestamp:
- Feb 20, 2010, 1:13:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/iris-8.0/wleiden.pl
r7508 r7509 250 250 $output .= "wlans_$if=\"$IFNAME\"\n"; 251 251 $output .= "create_args_$IFNAME=\""; 252 252 if( $MODE{$if} =~/master/i ) { 253 $output .= " wlanmode ap"; 254 $output .= " channel $CHANNEL{$interface}"; 255 } else { 256 $output .= " wlanmode sta" 257 } 253 258 if ( $SUBTYPE{$if} =~ /802.11a/i ) { 254 259 $output .= "mode 11a"; … … 259 264 $output .= "mode 11b"; 260 265 } 261 262 if( $MODE{$if} =~/master/i ) {263 $output .= " wlanmode ap";264 $output .= " channel $CHANNEL{$interface}";265 } else {266 $output .= " wlanmode sta"267 }268 269 266 $output .= " ssid $ESSID{$interface} regdomain ETSI country NL \"\n"; 270 267 }
Note:
See TracChangeset
for help on using the changeset viewer.