Add .gitignore and tools/.gitignore
[madwifi/.git] / tools / man / wlanconfig.8
index 128fdaba50f5390dfc747edf7d8092ef8c9ac5b8..8a59d1382cb008d1b98915c7a0a877158b69e1a6 100644 (file)
@@ -18,7 +18,7 @@ underlying base device which is created when the driver is loaded.
 .PP
 .SH "ARGUMENTS"
 .TP
-.B <vap> create [nounit] wlandev <base device> wlanmode <mode> [bssid|-bssid] [nosbeacon]
+.B <vap> create [nounit] wlandev <base device> wlanmode <mode> [uniquebssid]
 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.
 .TP
 .B <vap> destroy
@@ -49,14 +49,17 @@ Create the station in WDS mode.
 .PP
 .SH "OPTIONS"
 .TP
+.B uniquebssid
+Create the VAP using a new unique MAC address, different from the underlying device.
+.TP
 .B bssid
-Create the VAP using a different MAC address from the underlying device.
+Synonym for uniquebssid, for backward compatibility.
 .TP
 .B \-bssid
-Create the VAP using the MAC address of the underlying device.
-.TP 
+Ignored for backward compatibility.
+.TP
 .B nosbeacon
-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.
+Ignored for backward compatibility.
 .PP
 .SH "LIST ITEMS"
 .TP
@@ -124,7 +127,7 @@ Scan for local stations and access points.
 .RS 0
 \fBifconfig br0 up
 .RS 7
-\fRCreate a WDS bridge. See http://madwifi.org/ for more information.
+\fRCreate a WDS bridge. See http://madwifi-project.org/ for more information.
 .RS -7
 .PP
 .SH "AUTHOR"