|
110 | 110 | #define IEEE80211_QOS_ESOP_S 4 |
111 | 111 | #define IEEE80211_QOS_TID 0x0fU |
112 | 112 |
|
113 | | -#define IEEE80211_MGT_SUBTYPE_NAMES { \ |
114 | | - "assoc-req", "assoc-resp", \ |
115 | | - "reassoc-req", "reassoc-resp", \ |
116 | | - "probe-req", "probe-resp", \ |
117 | | - "reserved#6", "reserved#7", \ |
118 | | - "beacon", "atim", \ |
119 | | - "disassoc", "auth", \ |
120 | | - "deauth", "reserved#13", \ |
121 | | - "reserved#14", "reserved#15" \ |
122 | | -} |
123 | | - |
124 | | -#define IEEE80211_CTL_SUBTYPE_NAMES { \ |
125 | | - "reserved#0", "reserved#1", \ |
126 | | - "reserved#2", "reserved#3", \ |
127 | | - "reserved#3", "reserved#5", \ |
128 | | - "reserved#6", "reserved#7", \ |
129 | | - "bar", "ba", \ |
130 | | - "ps-poll", "rts", \ |
131 | | - "cts", "ack", \ |
132 | | - "cf-end", "cf-end-ack" \ |
133 | | -} |
134 | | - |
135 | | -#define IEEE80211_DATA_SUBTYPE_NAMES { \ |
136 | | - "data", "data-cf-ack", \ |
137 | | - "data-cf-poll", "data-cf-ack-poll", \ |
138 | | - "null", "cf-ack", \ |
139 | | - "cf-poll", "cf-ack-poll", \ |
140 | | - "qos-data", "qos-data-cf-ack", \ |
141 | | - "qos-data-cf-poll", "qos-data-cf-ack-poll", \ |
142 | | - "qos", "reserved#13", \ |
143 | | - "qos-cf-poll", "qos-cf-ack-poll" \ |
144 | | -} |
145 | | - |
146 | | -#define IEEE80211_TYPE_NAMES { "mgt", "ctl", "data", "reserved#4" } |
147 | | - |
148 | 113 | #endif /* _NET80211_IEEE80211_H_ */ |
0 commit comments