diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-09-03 14:03:25 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-09-03 15:18:19 +0200 |
commit | 46efa1bc471eb50b7356d3385d270c9dcb6692c4 (patch) | |
tree | f17fb560f5d9f4ddc2386e0c4f8692f165a408ec /print-802_11.c | |
parent | 72b94e239a5cbebf59d8640f574d8fd5d1763398 (diff) | |
download | tcpdump-46efa1bc471eb50b7356d3385d270c9dcb6692c4.tar.gz |
Fix spaces
Diffstat (limited to 'print-802_11.c')
-rw-r--r-- | print-802_11.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print-802_11.c b/print-802_11.c index 8a4b3bdb..548893f5 100644 --- a/print-802_11.c +++ b/print-802_11.c @@ -245,10 +245,10 @@ struct tim_t { #define E_SSID 0 #define E_RATES 1 -#define E_FH 2 +#define E_FH 2 #define E_DS 3 -#define E_CF 4 -#define E_TIM 5 +#define E_CF 4 +#define E_TIM 5 #define E_IBSS 6 /* reserved 7 */ /* reserved 8 */ @@ -840,7 +840,7 @@ static const char *status_text[] = { "Reserved", /* 8 */ "Reserved", /* 9 */ "Cannot Support all requested capabilities in the Capability " - "Information field", /* 10 */ + "Information field", /* 10 */ "Reassociation denied due to inability to confirm that association " "exists", /* 11 */ "Association denied due to reason outside the scope of the " @@ -851,9 +851,9 @@ static const char *status_text[] = { "sequence number out of expected sequence", /* 14 */ "Authentication rejected because of challenge failure", /* 15 */ "Authentication rejected due to timeout waiting for next frame in " - "sequence", /* 16 */ + "sequence", /* 16 */ "Association denied because AP is unable to handle additional" - "associated stations", /* 17 */ + "associated stations", /* 17 */ "Association denied due to requesting station not supporting all of " "the data rates in BSSBasicRateSet parameter", /* 18 */ "Association denied due to requesting station not supporting " |