Lines Matching refs:uint32_t
42 uint32_t ns_rx_data; /* rx data frames */
43 uint32_t ns_rx_mgmt; /* rx management frames */
44 uint32_t ns_rx_ctrl; /* rx control frames */
45 uint32_t ns_rx_ucast; /* rx unicast frames */
46 uint32_t ns_rx_mcast; /* rx multi/broadcast frames */
49 uint32_t ns_rx_proberesp; /* rx probe response frames */
51 uint32_t ns_rx_dup; /* rx discard 'cuz dup */
52 uint32_t ns_rx_noprivacy; /* rx w/ wep but privacy off */
53 uint32_t ns_rx_wepfail; /* rx wep processing failed */
54 uint32_t ns_rx_demicfail; /* rx demic failed */
55 uint32_t ns_rx_decap; /* rx decapsulation failed */
56 uint32_t ns_rx_defrag; /* rx defragmentation failed */
57 uint32_t ns_rx_disassoc; /* rx disassociation */
58 uint32_t ns_rx_deauth; /* rx deauthentication */
59 uint32_t ns_rx_action; /* rx action */
60 uint32_t ns_rx_decryptcrc; /* rx decrypt failed on crc */
61 uint32_t ns_rx_unauth; /* rx on unauthorized port */
62 uint32_t ns_rx_unencrypted; /* rx unecrypted w/ privacy */
63 uint32_t ns_rx_drop; /* rx discard other reason */
65 uint32_t ns_tx_data; /* tx data frames */
66 uint32_t ns_tx_mgmt; /* tx management frames */
67 uint32_t ns_tx_ctrl; /* tx control frames */
68 uint32_t ns_tx_ucast; /* tx unicast frames */
69 uint32_t ns_tx_mcast; /* tx multi/broadcast frames */
71 uint32_t ns_tx_probereq; /* tx probe request frames */
73 uint32_t ns_tx_novlantag; /* tx discard 'cuz no tag */
74 uint32_t ns_tx_vlanmismatch; /* tx discard 'cuz bad tag */
76 uint32_t ns_ps_discard; /* ps discard 'cuz of age */
79 uint32_t ns_tx_assoc; /* [re]associations */
80 uint32_t ns_tx_assoc_fail; /* [re]association failures */
81 uint32_t ns_tx_auth; /* [re]authentications */
82 uint32_t ns_tx_auth_fail; /* [re]authentication failures*/
83 uint32_t ns_tx_deauth; /* deauthentications */
84 uint32_t ns_tx_deauth_code; /* last deauth reason */
85 uint32_t ns_tx_disassoc; /* disassociations */
86 uint32_t ns_tx_disassoc_code; /* last disassociation reason */
89 uint32_t ns_rx_amsdu_more; /* RX decap A-MSDU, more coming from A-MSDU */
90 uint32_t ns_rx_amsdu_more_end; /* RX decap A-MSDU (or any other frame), no more coming */
91 uint32_t ns_spare[6];
98 uint32_t is_rx_badversion; /* rx frame with bad version */
99 uint32_t is_rx_tooshort; /* rx frame too short */
100 uint32_t is_rx_wrongbss; /* rx from wrong bssid */
101 uint32_t is_rx_dup; /* rx discard 'cuz dup */
102 uint32_t is_rx_wrongdir; /* rx w/ wrong direction */
103 uint32_t is_rx_mcastecho; /* rx discard 'cuz mcast echo */
104 uint32_t is_rx_notassoc; /* rx discard 'cuz sta !assoc */
105 uint32_t is_rx_noprivacy; /* rx w/ wep but privacy off */
106 uint32_t is_rx_unencrypted; /* rx w/o wep and privacy on */
107 uint32_t is_rx_wepfail; /* rx wep processing failed */
108 uint32_t is_rx_decap; /* rx decapsulation failed */
109 uint32_t is_rx_mgtdiscard; /* rx discard mgt frames */
110 uint32_t is_rx_ctl; /* rx ctrl frames */
111 uint32_t is_rx_beacon; /* rx beacon frames */
112 uint32_t is_rx_rstoobig; /* rx rate set truncated */
113 uint32_t is_rx_elem_missing; /* rx required element missing*/
114 uint32_t is_rx_elem_toobig; /* rx element too big */
115 uint32_t is_rx_elem_toosmall; /* rx element too small */
116 uint32_t is_rx_elem_unknown; /* rx element unknown */
117 uint32_t is_rx_badchan; /* rx frame w/ invalid chan */
118 uint32_t is_rx_chanmismatch; /* rx frame chan mismatch */
119 uint32_t is_rx_nodealloc; /* rx frame dropped */
120 uint32_t is_rx_ssidmismatch; /* rx frame ssid mismatch */
121 uint32_t is_rx_auth_unsupported; /* rx w/ unsupported auth alg */
122 uint32_t is_rx_auth_fail; /* rx sta auth failure */
123 uint32_t is_rx_auth_countermeasures;/* rx auth discard 'cuz CM */
124 uint32_t is_rx_assoc_bss; /* rx assoc from wrong bssid */
125 uint32_t is_rx_assoc_notauth; /* rx assoc w/o auth */
126 uint32_t is_rx_assoc_capmismatch;/* rx assoc w/ cap mismatch */
127 uint32_t is_rx_assoc_norate; /* rx assoc w/ no rate match */
128 uint32_t is_rx_assoc_badwpaie; /* rx assoc w/ bad WPA IE */
129 uint32_t is_rx_deauth; /* rx deauthentication */
130 uint32_t is_rx_disassoc; /* rx disassociation */
131 uint32_t is_rx_badsubtype; /* rx frame w/ unknown subtype*/
132 uint32_t is_rx_nobuf; /* rx failed for lack of buf */
133 uint32_t is_rx_decryptcrc; /* rx decrypt failed on crc */
134 uint32_t is_rx_ahdemo_mgt; /* rx discard ahdemo mgt frame*/
135 uint32_t is_rx_bad_auth; /* rx bad auth request */
136 uint32_t is_rx_unauth; /* rx on unauthorized port */
137 uint32_t is_rx_badkeyid; /* rx w/ incorrect keyid */
138 uint32_t is_rx_ccmpreplay; /* rx seq# violation (CCMP) */
139 uint32_t is_rx_ccmpformat; /* rx format bad (CCMP) */
140 uint32_t is_rx_ccmpmic; /* rx MIC check failed (CCMP) */
141 uint32_t is_rx_tkipreplay; /* rx seq# violation (TKIP) */
142 uint32_t is_rx_tkipformat; /* rx format bad (TKIP) */
143 uint32_t is_rx_tkipmic; /* rx MIC check failed (TKIP) */
144 uint32_t is_rx_tkipicv; /* rx ICV check failed (TKIP) */
145 uint32_t is_rx_badcipher; /* rx failed 'cuz key type */
146 uint32_t is_rx_nocipherctx; /* rx failed 'cuz key !setup */
147 uint32_t is_rx_acl; /* rx discard 'cuz acl policy */
148 uint32_t is_tx_nobuf; /* tx failed for lack of buf */
149 uint32_t is_tx_nonode; /* tx failed for no node */
150 uint32_t is_tx_unknownmgt; /* tx of unknown mgt frame */
151 uint32_t is_tx_badcipher; /* tx failed 'cuz key type */
152 uint32_t is_tx_nodefkey; /* tx failed 'cuz no defkey */
153 uint32_t is_tx_noheadroom; /* tx failed 'cuz no space */
154 uint32_t is_tx_fragframes; /* tx frames fragmented */
155 uint32_t is_tx_frags; /* tx fragments created */
156 uint32_t is_scan_active; /* active scans started */
157 uint32_t is_scan_passive; /* passive scans started */
158 uint32_t is_node_timeout; /* nodes timed out inactivity */
159 uint32_t is_crypto_nomem; /* no memory for crypto ctx */
160 uint32_t is_crypto_tkip; /* tkip crypto done in s/w */
161 uint32_t is_crypto_tkipenmic; /* tkip en-MIC done in s/w */
162 uint32_t is_crypto_tkipdemic; /* tkip de-MIC done in s/w */
163 uint32_t is_crypto_tkipcm; /* tkip counter measures */
164 uint32_t is_crypto_ccmp; /* ccmp crypto done in s/w */
165 uint32_t is_crypto_wep; /* wep crypto done in s/w */
166 uint32_t is_crypto_setkey_cipher;/* cipher rejected key */
167 uint32_t is_crypto_setkey_nokey; /* no key index for setkey */
168 uint32_t is_crypto_delkey; /* driver key delete failed */
169 uint32_t is_crypto_badcipher; /* unknown cipher */
170 uint32_t is_crypto_nocipher; /* cipher not available */
171 uint32_t is_crypto_attachfail; /* cipher attach failed */
172 uint32_t is_crypto_swfallback; /* cipher fallback to s/w */
173 uint32_t is_crypto_keyfail; /* driver key alloc failed */
174 uint32_t is_crypto_enmicfail; /* en-MIC failed */
175 uint32_t is_ibss_capmismatch; /* merge failed-cap mismatch */
176 uint32_t is_ibss_norate; /* merge failed-rate mismatch */
177 uint32_t is_ps_unassoc; /* ps-poll for unassoc. sta */
178 uint32_t is_ps_badaid; /* ps-poll w/ incorrect aid */
179 uint32_t is_ps_qempty; /* ps-poll w/ nothing to send */
180 uint32_t is_ff_badhdr; /* fast frame rx'd w/ bad hdr */
181 uint32_t is_ff_tooshort; /* fast frame rx decap error */
182 uint32_t is_ff_split; /* fast frame rx split error */
183 uint32_t is_ff_decap; /* fast frames decap'd */
184 uint32_t is_ff_encap; /* fast frames encap'd for tx */
185 uint32_t is_rx_badbintval; /* rx frame w/ bogus bintval */
186 uint32_t is_rx_demicfail; /* rx demic failed */
187 uint32_t is_rx_defrag; /* rx defragmentation failed */
188 uint32_t is_rx_mgmt; /* rx management frames */
189 uint32_t is_rx_action; /* rx action mgt frames */
190 uint32_t is_amsdu_tooshort; /* A-MSDU rx decap error */
191 uint32_t is_amsdu_split; /* A-MSDU rx split error */
192 uint32_t is_amsdu_decap; /* A-MSDU decap'd */
193 uint32_t is_amsdu_encap; /* A-MSDU encap'd for tx */
194 uint32_t is_ampdu_bar_bad; /* A-MPDU BAR out of window */
195 uint32_t is_ampdu_bar_oow; /* A-MPDU BAR before ADDBA */
196 uint32_t is_ampdu_bar_move; /* A-MPDU BAR moved window */
197 uint32_t is_ampdu_bar_rx; /* A-MPDU BAR frames handled */
198 uint32_t is_ampdu_rx_flush; /* A-MPDU frames flushed */
199 uint32_t is_ampdu_rx_oor; /* A-MPDU frames out-of-order */
200 uint32_t is_ampdu_rx_copy; /* A-MPDU frames copied down */
201 uint32_t is_ampdu_rx_drop; /* A-MPDU frames dropped */
202 uint32_t is_tx_badstate; /* tx discard state != RUN */
203 uint32_t is_tx_notassoc; /* tx failed, sta not assoc */
204 uint32_t is_tx_classify; /* tx classification failed */
205 uint32_t is_dwds_mcast; /* discard mcast over dwds */
206 uint32_t is_dwds_qdrop; /* dwds pending frame q full */
207 uint32_t is_ht_assoc_nohtcap; /* non-HT sta rejected */
208 uint32_t is_ht_assoc_downgrade; /* HT sta forced to legacy */
209 uint32_t is_ht_assoc_norate; /* HT assoc w/ rate mismatch */
210 uint32_t is_ampdu_rx_age; /* A-MPDU sent up 'cuz of age */
211 uint32_t is_ampdu_rx_move; /* A-MPDU MSDU moved window */
212 uint32_t is_addba_reject; /* ADDBA reject 'cuz disabled */
213 uint32_t is_addba_norequest; /* ADDBA response w/o ADDBA */
214 uint32_t is_addba_badtoken; /* ADDBA response w/ wrong
216 uint32_t is_addba_badpolicy; /* ADDBA resp w/ wrong policy */
217 uint32_t is_ampdu_stop; /* A-MPDU stream stopped */
218 uint32_t is_ampdu_stop_failed; /* A-MPDU stream not running */
219 uint32_t is_ampdu_rx_reorder; /* A-MPDU held for rx reorder */
220 uint32_t is_scan_bg; /* background scans started */
224 uint32_t is_beacon_miss; /* beacon miss notification */
225 uint32_t is_rx_badstate; /* rx discard state != RUN */
226 uint32_t is_ff_flush; /* ff's flush'd from stageq */
227 uint32_t is_tx_ctl; /* tx ctrl frames */
228 uint32_t is_ampdu_rexmt; /* A-MPDU frames rexmt ok */
229 uint32_t is_ampdu_rexmt_fail; /* A-MPDU frames rexmt fail */
231 uint32_t is_mesh_wrongmesh; /* dropped 'cuz not mesh sta*/
232 uint32_t is_mesh_nolink; /* dropped 'cuz link not estab*/
233 uint32_t is_mesh_fwd_ttl; /* mesh not fwd'd 'cuz ttl 0 */
234 uint32_t is_mesh_fwd_nobuf; /* mesh not fwd'd 'cuz no mbuf*/
235 uint32_t is_mesh_fwd_tooshort; /* mesh not fwd'd 'cuz no hdr */
236 uint32_t is_mesh_fwd_disabled; /* mesh not fwd'd 'cuz disabled */
237 uint32_t is_mesh_fwd_nopath; /* mesh not fwd'd 'cuz path unknown */
239 uint32_t is_hwmp_wrongseq; /* wrong hwmp seq no. */
240 uint32_t is_hwmp_rootreqs; /* root PREQs sent */
241 uint32_t is_hwmp_rootrann; /* root RANNs sent */
243 uint32_t is_mesh_badae; /* dropped 'cuz invalid AE */
244 uint32_t is_mesh_rtaddfailed; /* route add failed */
245 uint32_t is_mesh_notproxy; /* dropped 'cuz not proxying */
246 uint32_t is_rx_badalign; /* dropped 'cuz misaligned */
247 uint32_t is_hwmp_proxy; /* PREP for proxy route */
248 uint32_t is_beacon_bad; /* Number of bad beacons */
249 uint32_t is_ampdu_bar_tx; /* A-MPDU BAR frames TXed */
250 uint32_t is_ampdu_bar_tx_retry; /* A-MPDU BAR frames TX rtry */
251 uint32_t is_ampdu_bar_tx_fail; /* A-MPDU BAR frames TX fail */
253 uint32_t is_ff_encapfail; /* failed FF encap */
254 uint32_t is_amsdu_encapfail; /* failed A-MSDU encap */
256 uint32_t is_crypto_gcmp; /* gcmp crypto done in s/w */
257 uint32_t is_rx_gcmpreplay; /* rx seq# violation (GCMP) */
258 uint32_t is_rx_gcmpformat; /* rx format bad (GCMP) */
259 uint32_t is_rx_gcmpmic; /* rx MIC check failed (GCMP) */
260 uint32_t is_crypto_gcmp_nomem; /* gcmp crypto failed; no mem */
261 uint32_t is_crypto_gcmp_nospc; /* gcmp crypto failed; no mbuf space */
262 uint32_t is_crypto_swcipherfail; /* no support for SW cipher */
264 uint32_t is_spare[5];
365 uint32_t imr_metric;
366 uint32_t imr_lifetime;
367 uint32_t imr_lastmseq;
437 uint32_t isi_flags; /* channel flags */
438 uint32_t isi_state; /* state flags */
458 uint32_t isi_jointime; /* time of assoc/join */
567 uint32_t dc_drivercaps; /* general driver caps */
568 uint32_t dc_cryptocaps; /* software + hardware crypto support */
569 uint32_t dc_htcaps; /* HT/802.11n support */
570 uint32_t dc_vhtcaps; /* VHT/802.11ac capabilities */