Searched refs:ieee80211_frame (Results 1 - 25 of 64) sorted by relevance

123

/openbsd-current/usr.sbin/hostapd/
H A Dprint-802_11.c66 int ieee80211_hdr(struct ieee80211_frame *);
69 int ieee80211_elements(struct ieee80211_frame *);
70 int ieee80211_frame(struct ieee80211_frame *);
71 int ieee80211_print(struct ieee80211_frame *);
79 ieee80211_hdr(struct ieee80211_frame *wh)
169 ieee80211_elements(struct ieee80211_frame *wh)
326 ieee80211_frame(struct ieee80211_frame *wh) function
422 ieee80211_print(struct ieee80211_frame *w
[all...]
H A Dapme.c82 u_int8_t buf[sizeof(struct ieee80211_frame) + sizeof(u_int16_t)];
83 struct ieee80211_frame *wh;
86 wh = (struct ieee80211_frame *)&buf[0];
236 (ssize_t)sizeof(struct ieee80211_frame))
266 struct ieee80211_frame wh;
298 iov[0].iov_len = sizeof(struct ieee80211_frame);
346 struct ieee80211_frame *wh;
351 wh = (struct ieee80211_frame *)(buf + offset);
354 if (len < sizeof(struct ieee80211_frame))
H A Dhandle.c112 struct ieee80211_frame *wh;
122 wh = (struct ieee80211_frame *)(buf + offset);
H A Diapp.c289 frame->hdr.i_length < sizeof(struct ieee80211_frame))
/openbsd-current/sys/net80211/
H A Dieee80211_rssadapt.h97 const struct ieee80211_rateset *, const struct ieee80211_frame *,
H A Dieee80211_proto.h68 extern u_int ieee80211_get_hdrlen(const struct ieee80211_frame *);
88 const struct ieee80211_frame *, u_int16_t);
157 const struct ieee80211_frame *, struct ieee80211_node *,
H A Dieee80211_crypto_bip.c92 struct ieee80211_frame *wh;
96 wh = mtod(m0, struct ieee80211_frame *);
156 struct ieee80211_frame *wh;
161 wh = mtod(m0, struct ieee80211_frame *);
H A Dieee80211_crypto_wep.c86 const struct ieee80211_frame *wh;
108 wh = mtod(m0, struct ieee80211_frame *);
204 struct ieee80211_frame *wh;
211 wh = mtod(m0, struct ieee80211_frame *);
243 wh = mtod(n0, struct ieee80211_frame *);
H A Dieee80211_crypto_ccmp.c81 ieee80211_ccmp_phase1(AES_CTX *ctx, const struct ieee80211_frame *wh,
170 const struct ieee80211_frame *wh;
195 wh = mtod(m0, struct ieee80211_frame *);
307 struct ieee80211_frame *wh;
311 wh = mtod(m, struct ieee80211_frame *);
347 struct ieee80211_frame *wh;
358 wh = mtod(m0, struct ieee80211_frame *);
402 wh = mtod(n0, struct ieee80211_frame *);
H A Dieee80211_input.c140 ieee80211_get_hdrlen(const struct ieee80211_frame *wh)
162 struct ieee80211_frame *wh;
170 wh = mtod(m, struct ieee80211_frame *);
240 wh = mtod(m, struct ieee80211_frame *);
274 struct ieee80211_frame *wh;
295 wh = mtod(m, struct ieee80211_frame *);
598 wh = mtod(m, struct ieee80211_frame *);
655 wh = mtod(m, struct ieee80211_frame *);
730 const struct ieee80211_frame *owh, *wh;
736 wh = mtod(m, struct ieee80211_frame *);
[all...]
H A Dieee80211_output.c115 struct ieee80211_frame *wh;
137 wh = mtod(m, struct ieee80211_frame *);
158 ieee80211_action_name(struct ieee80211_frame *wh)
181 struct ieee80211_frame *wh;
194 M_PREPEND(m, sizeof(struct ieee80211_frame), M_DONTWAIT);
199 wh = mtod(m, struct ieee80211_frame *);
526 struct ieee80211_frame *wh;
541 wh = mtod(m, struct ieee80211_frame *);
624 hdrlen = sizeof(struct ieee80211_frame);
633 hdrlen = sizeof(struct ieee80211_frame);
[all...]
H A Dieee80211.h43 struct ieee80211_frame { struct
245 ieee80211_has_seq(const struct ieee80211_frame *wh)
252 ieee80211_has_addr4(const struct ieee80211_frame *wh)
259 ieee80211_has_qos(const struct ieee80211_frame *wh)
267 ieee80211_has_htc(const struct ieee80211_frame *wh)
276 ieee80211_get_qos(const struct ieee80211_frame *wh)
H A Dieee80211_crypto_tkip.c122 const struct ieee80211_frame *wh;
130 wh = mtod(m0, struct ieee80211_frame *);
190 const struct ieee80211_frame *wh;
212 wh = mtod(m0, struct ieee80211_frame *);
320 struct ieee80211_frame *wh;
325 wh = mtod(m, struct ieee80211_frame *);
357 struct ieee80211_frame *wh;
367 wh = mtod(m0, struct ieee80211_frame *);
408 wh = mtod(n0, struct ieee80211_frame *);
H A Dieee80211_crypto.h117 const struct ieee80211_frame *, struct ieee80211_node *);
H A Dieee80211_crypto.c193 ieee80211_get_txkey(struct ieee80211com *ic, const struct ieee80211_frame *wh,
217 struct ieee80211_frame *wh;
222 wh = mtod(m, struct ieee80211_frame *);
H A Dieee80211_rssadapt.c82 const struct ieee80211_rateset *rs, const struct ieee80211_frame *wh,
/openbsd-current/sys/dev/ic/
H A Dacxreg.h340 struct ieee80211_frame data;
347 struct ieee80211_frame f;
355 (sizeof(uint16_t) + sizeof(struct ieee80211_frame) + (var_len))
361 struct ieee80211_frame f;
372 (sizeof(uint16_t) + sizeof(struct ieee80211_frame) + \
380 struct ieee80211_frame f;
392 (sizeof(uint16_t) + sizeof(struct ieee80211_frame) + \
H A Dan.c334 sizeof(struct ieee80211_frame) + 64);
347 struct ieee80211_frame *wh;
365 an_swap16((u_int16_t *)&frmhdr.an_whdr, sizeof(struct ieee80211_frame)/2);
378 off = ALIGN(sizeof(struct ieee80211_frame));
407 m->m_data += off - sizeof(struct ieee80211_frame);
427 gap = m->m_data + sizeof(struct ieee80211_frame) -
435 m->m_data + sizeof(struct ieee80211_frame) + gaplen, len, len);
436 an_swap16((u_int16_t *)(m->m_data + sizeof(struct ieee80211_frame) + gaplen), (len+1)/2);
437 m->m_pkthdr.len = m->m_len = sizeof(struct ieee80211_frame) + gaplen +
440 memcpy(m->m_data, &frmhdr.an_whdr, sizeof(struct ieee80211_frame));
[all...]
H A Dacx.c362 sizeof(struct ieee80211_frame) + 64);
915 struct ieee80211_frame *wh;
929 wh = mtod(m, struct ieee80211_frame *);
999 wh = mtod(m, struct ieee80211_frame *);
1350 struct ieee80211_frame *wh;
1355 wh = mtod(m, struct ieee80211_frame *);
1366 wh = mtod(m, struct ieee80211_frame *);
2298 struct ieee80211_frame *wh;
2318 struct ieee80211_frame *wh;
2354 struct ieee80211_frame *w
[all...]
H A Dacx100.c716 struct ieee80211_frame *f;
721 f = mtod(m, struct ieee80211_frame *);
726 mac_hdrlen = sizeof(struct ieee80211_frame);
H A Dmalo.c399 sizeof(struct ieee80211_frame) + 64);
1370 struct ieee80211_frame *wh;
1378 if (m0->m_len < sizeof(struct ieee80211_frame)) {
1379 m0 = m_pullup(m0, sizeof(struct ieee80211_frame));
1385 wh = mtod(m0, struct ieee80211_frame *);
1472 struct ieee80211_frame *wh;
1482 if (m0->m_len < sizeof(struct ieee80211_frame)) {
1483 m0 = m_pullup(m0, sizeof(struct ieee80211_frame));
1489 wh = mtod(m0, struct ieee80211_frame *);
1497 wh = mtod(m0, struct ieee80211_frame *);
[all...]
H A Dath.c404 sizeof(struct ieee80211_frame) + IEEE80211_RADIOTAP_HDRLEN);
795 struct ieee80211_frame *wh;
860 wh = mtod(m, struct ieee80211_frame *);
864 wh = mtod(m, struct ieee80211_frame *);
1260 , sizeof(struct ieee80211_frame) /* header length */
1780 struct ieee80211_frame *wh;
1781 struct ieee80211_frame whbuf;
1909 wh = mtod(m, struct ieee80211_frame *);
1919 wh = mtod(m, struct ieee80211_frame *);
1928 wh = mtod(m, struct ieee80211_frame *);
[all...]
H A Drt2560.c279 sizeof (struct ieee80211_frame) + 64);
1082 struct ieee80211_frame *wh;
1195 wh = mtod(m, struct ieee80211_frame *);
1589 sizeof (struct ieee80211_frame) +
1610 struct ieee80211_frame *wh;
1645 wh = mtod(m0, struct ieee80211_frame *);
1691 struct ieee80211_frame *wh;
1698 wh = mtod(m0, struct ieee80211_frame *);
1707 wh = mtod(m0, struct ieee80211_frame *);
1850 wh = mtod(m0, struct ieee80211_frame *);
[all...]
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-802_11.c97 int ieee80211_hdr(struct ieee80211_frame *);
98 int ieee80211_data(struct ieee80211_frame *, u_int);
109 int ieee80211_print_beacon(struct ieee80211_frame *, u_int);
110 int ieee80211_print_assocreq(struct ieee80211_frame *, u_int);
112 int ieee80211_frame(struct ieee80211_frame *, u_int);
113 int ieee80211_print(struct ieee80211_frame *, u_int);
122 ieee80211_hdr(struct ieee80211_frame *wh)
181 ieee80211_data(struct ieee80211_frame *wh, u_int len)
995 ieee80211_print_beacon(struct ieee80211_frame *w
1218 ieee80211_frame(struct ieee80211_frame *wh, u_int len) function
[all...]
/openbsd-current/sys/dev/usb/
H A Dif_uath.c378 sizeof (struct ieee80211_frame) + IEEE80211_RADIOTAP_HDRLEN);
1153 struct ieee80211_frame *wh;
1219 wh = mtod(m, struct ieee80211_frame *);
1230 IEEE80211_WEP_KIDLEN, wh, sizeof (struct ieee80211_frame));
1233 wh = mtod(m, struct ieee80211_frame *);
1346 const struct ieee80211_frame *wh;
1376 wh = mtod(m0, struct ieee80211_frame *);
1382 bcopy(wh, frm, sizeof (struct ieee80211_frame));
1383 frm += sizeof (struct ieee80211_frame);
1396 m_copydata(m0, sizeof(struct ieee80211_frame),
[all...]

Completed in 374 milliseconds

123