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 Jun 04 14:00:41 2008 +0100 (20 months ago)
changeset 32105c73c36a3350
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
     1.1 --- a/src/devices/wifi/nqsta-wifi-mac.cc	Tue Jun 03 21:19:36 2008 +0100
     1.2 +++ b/src/devices/wifi/nqsta-wifi-mac.cc	Wed Jun 04 14:00:41 2008 +0100
     1.3 @@ -38,18 +38,18 @@
     1.4  
     1.5  /*
     1.6   * The state machine for this NQSTA is:
     1.7 - --------------            -----------
     1.8 + --------------                                          -----------
     1.9   | Associated |   <--------------------      ------->    | Refused |
    1.10 - --------------      \    /      -----------
    1.11 -    \           \  /
    1.12 + --------------                        \    /            -----------
    1.13 +    \                                   \  /
    1.14       \    -----------------     -----------------------------
    1.15        \-> | Beacon Missed | --> | Wait Association Response |
    1.16 -    -----------------     -----------------------------
    1.17 -    \           ^
    1.18 -     \          |
    1.19 -      \    -----------------------
    1.20 -       \-> | Wait Probe Response |
    1.21 -           -----------------------
    1.22 +          -----------------     -----------------------------
    1.23 +	        \                       ^
    1.24 +		 \                      |
    1.25 +		  \    -----------------------
    1.26 +	           \-> | Wait Probe Response |
    1.27 +		       -----------------------
    1.28   */
    1.29  
    1.30  namespace ns3 {