Re-format the NQSTA state machine diagram so that it displays correctly with a fixed width font.
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 {