Re-format the NQSTA state machine diagram so that it displays correctly with a fixed width font.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed, 04 Jun 2008 14:00:41 +0100
changeset 3210 5c73c36a3350
parent 3207 5aa8fd647c24
child 3211 09b43ff43df0
Re-format the NQSTA state machine diagram so that it displays correctly with a fixed width font.
src/devices/wifi/nqsta-wifi-mac.cc
--- a/src/devices/wifi/nqsta-wifi-mac.cc	Tue Jun 03 21:19:36 2008 +0100
+++ b/src/devices/wifi/nqsta-wifi-mac.cc	Wed Jun 04 14:00:41 2008 +0100
@@ -38,18 +38,18 @@
 
 /*
  * The state machine for this NQSTA is:
- --------------            -----------
+ --------------                                          -----------
  | Associated |   <--------------------      ------->    | Refused |
- --------------      \    /      -----------
-    \           \  /
+ --------------                        \    /            -----------
+    \                                   \  /
      \    -----------------     -----------------------------
       \-> | Beacon Missed | --> | Wait Association Response |
-    -----------------     -----------------------------
-    \           ^
-     \          |
-      \    -----------------------
-       \-> | Wait Probe Response |
-           -----------------------
+          -----------------     -----------------------------
+	        \                       ^
+		 \                      |
+		  \    -----------------------
+	           \-> | Wait Probe Response |
+		       -----------------------
  */
 
 namespace ns3 {