Changeset 3476 for madwifi/trunk/tools/man/wlanconfig.8
- Timestamp:
- 04/09/08 05:24:05 (4 years ago)
- Files:
-
- madwifi/trunk/tools/man/wlanconfig.8 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
madwifi/trunk/tools/man/wlanconfig.8
r2513 r3476 19 19 .SH "ARGUMENTS" 20 20 .TP 21 .B <vap> create [nounit] wlandev <base device> wlanmode <mode> [ bssid|-bssid] [nosbeacon]21 .B <vap> create [nounit] wlandev <base device> wlanmode <mode> [uniquebssid] 22 22 Create the interface <vap> using the specified <base device> and <mode>. <vap> can either be a full interface name (e.g. 'ath0'), or just the suffix (e.g. 'ath'), in which case, the kernel will automatically append the next vacant integer. [nounit] will turn off the automatic integer increments. 23 23 .TP … … 50 50 .SH "OPTIONS" 51 51 .TP 52 .B uniquebssid 53 Create the VAP using a new unique MAC address, different from the underlying device. 54 .TP 52 55 .B bssid 53 Create the VAP using a different MAC address from the underlying device.56 Synonym for uniquebssid, for backward compatibility. 54 57 .TP 55 58 .B \-bssid 56 Create the VAP using the MAC address of the underlying device.57 .TP 59 Ignored for backward compatibility. 60 .TP 58 61 .B nosbeacon 59 When both station VAPS and AP VAPs coexist, the station should be created with the nosbeacon flag set in order to disable the use of hardware beacon times for the station.62 Ignored for backward compatibility. 60 63 .PP 61 64 .SH "LIST ITEMS"
