DOC updates for wlanconfig nosbeacon
authormtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 9 Apr 2008 04:11:08 +0000 (04:11 +0000)
committermtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 9 Apr 2008 04:11:08 +0000 (04:11 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3479 0192ed92-7a03-0410-a25b-9323aeb14dbd

README

diff --git a/README b/README
index 6fc9a86ef75b7fe4b270df37b58222b4fa783943..b80ed4628fdb4c7084dc7606cb8e122be117d8b1 100644 (file)
--- a/README
+++ b/README
@@ -192,13 +192,17 @@ To create an access point, use:
 To create an access point and a station, use:
 
   wlanconfig ath0 create wlandev wifi0 wlanmode ap
-  wlanconfig ath1 create wlandev wifi0 wlanmode sta nosbeacon
+  wlanconfig ath1 create wlandev wifi0 wlanmode sta
 
-To create APs that share a single MAC address, use the -bssid flag when
-creating the VAPs:
+To create APs that share a single MAC address, just create the VAPs:
 
-  wlanconfig ath0 create wlandev wifi0 wlanmode ap -bssid
-  wlanconfig ath1 create wlandev wifi0 wlanmode ap -bssid
+  wlanconfig ath0 create wlandev wifi0 wlanmode ap
+  wlanconfig ath1 create wlandev wifi0 wlanmode ap
+
+To create an VAP with a unique MAC addresss, use the bssid parameter:
+
+  wlanconfig ath0 create wlandev wifi0 wlanmode ap
+  wlanconfig ath1 create wlandev wifi0 wlanmode ap bssid
 
 Finally, to destroy a VAP, issue the command: