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

123

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_action.h35 struct ieee80211_frame;
45 const struct ieee80211_frame *, const uint8_t *, const uint8_t *);
50 const struct ieee80211_frame *,
H A Dieee80211_crypto_none.c95 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *);
113 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *);
H A Dieee80211_adhoc.c292 struct ieee80211_frame *wh;
309 wh = mtod(m, struct ieee80211_frame *);
335 wh = mtod(m, struct ieee80211_frame *);
355 if (m->m_pkthdr.len < sizeof(struct ieee80211_frame)) {
491 wh = mtod(m, struct ieee80211_frame *);
614 if (m->m_pkthdr.len < sizeof(struct ieee80211_frame)) {
685 struct ieee80211_frame *wh;
689 wh = mtod(m0, struct ieee80211_frame *);
873 struct ieee80211_frame *wh;
882 wh = mtod(m0, struct ieee80211_frame *);
[all...]
H A Dieee80211_output.c389 struct ieee80211_frame *wh;
431 wh = mtod(m, struct ieee80211_frame *);
444 if (m->m_pkthdr.len < sizeof(struct ieee80211_frame))
520 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *);
616 struct ieee80211_frame *wh;
632 M_PREPEND(m, sizeof(struct ieee80211_frame), M_DONTWAIT);
638 wh = mtod(m, struct ieee80211_frame *);
687 struct ieee80211_frame *wh;
702 hdrlen = sizeof(struct ieee80211_frame);
[all...]
H A Dieee80211_input.c161 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *);
162 struct ieee80211_frame *lwh;
205 lwh = mtod(mfrag, struct ieee80211_frame *);
234 lwh = mtod(mfrag, struct ieee80211_frame *);
471 struct ieee80211_frame *wh;
474 wh = mtod(m, struct ieee80211_frame *);
705 struct ieee80211_frame *wh;
714 wh = mtod(m, struct ieee80211_frame *);
782 const struct ieee80211_frame *w
[all...]
H A Dieee80211_crypto.h242 const struct ieee80211_frame *, const struct ieee80211_key *,
245 const struct ieee80211_frame *, u_int keyix);
H A Dieee80211_proto.h157 const struct ieee80211_frame *wh = data;
158 int size = sizeof(struct ieee80211_frame);
176 const struct ieee80211_frame *wh = data;
291 ieee80211_gettid(const struct ieee80211_frame *wh)
H A Dieee80211_crypto.c532 struct ieee80211_frame *wh;
542 wh = mtod(m, struct ieee80211_frame *);
572 (sizeof(struct ieee80211_frame) + \
576 struct ieee80211_frame *wh;
595 wh = mtod(m, struct ieee80211_frame *);
H A Dieee80211_hostap.c479 struct ieee80211_frame *wh;
496 wh = mtod(m, struct ieee80211_frame *);
522 wh = mtod(m, struct ieee80211_frame *);
542 if (m->m_pkthdr.len < sizeof(struct ieee80211_frame)) {
708 wh = mtod(m, struct ieee80211_frame *);
829 if (m->m_pkthdr.len < sizeof(struct ieee80211_frame)) {
880 wh = mtod(m, struct ieee80211_frame *);
917 hostap_auth_open(struct ieee80211_node *ni, struct ieee80211_frame *wh,
995 hostap_auth_shared(struct ieee80211_node *ni, struct ieee80211_frame *wh,
1234 struct ieee80211_rsnparms *rsn, const struct ieee80211_frame *w
[all...]
H A Dieee80211_crypto_ccmp.c208 struct ieee80211_frame *wh;
216 wh = mtod(m, struct ieee80211_frame *);
297 ccmp_init_blocks(rijndael_ctx *ctx, struct ieee80211_frame *wh,
405 struct ieee80211_frame *wh;
414 wh = mtod(m, struct ieee80211_frame *);
551 struct ieee80211_frame *wh;
562 wh = mtod(m, struct ieee80211_frame *);
H A Dieee80211_wds.c413 struct ieee80211_frame *wh;
429 wh = mtod(m, struct ieee80211_frame *);
454 wh = mtod(m, struct ieee80211_frame *);
577 wh = mtod(m, struct ieee80211_frame *);
697 if (m->m_pkthdr.len < sizeof(struct ieee80211_frame)) {
749 struct ieee80211_frame *wh;
752 wh = mtod(m0, struct ieee80211_frame *);
H A Dieee80211_crypto_tkip.c168 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *);
219 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *);
254 struct ieee80211_frame *wh;
261 wh = mtod(m, struct ieee80211_frame *);
328 struct ieee80211_frame *wh;
331 wh = mtod(m, struct ieee80211_frame *);
765 michael_mic_hdr(const struct ieee80211_frame *wh0, uint8_t hdr[16])
808 michael_mic_hdr(mtod(m, struct ieee80211_frame *), hd
[all...]
H A Dieee80211_sta.c454 isdstods_mcastecho(struct ieee80211vap *vap, const struct ieee80211_frame *wh)
475 isfromds_mcastecho(struct ieee80211vap *vap, const struct ieee80211_frame *wh)
519 struct ieee80211_frame *wh;
536 wh = mtod(m, struct ieee80211_frame *);
562 wh = mtod(m, struct ieee80211_frame *);
719 wh = mtod(m, struct ieee80211_frame *);
839 if (m->m_pkthdr.len < sizeof(struct ieee80211_frame)) {
883 wh = mtod(m, struct ieee80211_frame *);
913 sta_auth_open(struct ieee80211_node *ni, struct ieee80211_frame *wh,
942 sta_auth_shared(struct ieee80211_node *ni, struct ieee80211_frame *w
[all...]
H A Dieee80211_mesh.c854 const struct ieee80211_frame *wh =
855 mtod(m, const struct ieee80211_frame *);
858 struct ieee80211_frame *whcopy;
892 whcopy = mtod(mcopy, struct ieee80211_frame *);
977 (const struct ieee80211_frame *)wh, NULL,
992 (const struct ieee80211_frame *)wh, NULL,
1020 mesh_isucastforme(struct ieee80211vap *vap, const struct ieee80211_frame *wh,
1047 struct ieee80211_frame *wh;
1074 wh = mtod(m, struct ieee80211_frame *);
1255 if (m->m_pkthdr.len < sizeof(struct ieee80211_frame)) {
[all...]
H A Dieee80211_superg.h81 const struct ieee80211_frame *);
/freebsd-9.3-release/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h46 unsigned short seqno(struct ieee80211_frame *wh);
50 int wep_decrypt(struct ieee80211_frame *wh, int len, char *key, int klen);
51 void wep_encrypt(struct ieee80211_frame *wh, int len, char *key, int klen);
52 int frame_type(struct ieee80211_frame *wh, int type, int stype);
55 char *known_pt(struct ieee80211_frame *wh, int *len);
H A Dw00t.c81 unsigned short seqno(struct ieee80211_frame *wh)
305 int wep_decrypt(struct ieee80211_frame *wh, int len, char *key, int klen)
333 void wep_encrypt(struct ieee80211_frame *wh, int len, char *key, int klen)
356 int frame_type(struct ieee80211_frame *wh, int type, int stype)
393 static int is_arp(struct ieee80211_frame *wh, int len)
402 char *known_pt(struct ieee80211_frame *wh, int *len)
/freebsd-9.3-release/tools/tools/net80211/w00t/assoc/
H A Dassoc.c85 void fill_basic(struct ieee80211_frame *wh, struct params *p)
118 struct ieee80211_frame *wh;
124 wh = (struct ieee80211_frame*) buf;
152 struct ieee80211_frame *wh;
158 wh = (struct ieee80211_frame*) buf;
196 struct ieee80211_frame w;
199 struct ieee80211_frame *wh;
205 wh = (struct ieee80211_frame*) &u.w;
236 int for_me(struct ieee80211_frame *wh, char *mac)
241 int from_ap(struct ieee80211_frame *w
[all...]
/freebsd-9.3-release/tools/tools/net80211/w00t/ap/
H A Dap.c92 void fill_basic(struct ieee80211_frame *wh, struct params *p)
119 int fill_beacon(struct params *p, struct ieee80211_frame *wh)
156 struct ieee80211_frame *wh;
160 wh = (struct ieee80211_frame*) buf;
190 struct ieee80211_frame *wh;
193 wh = (struct ieee80211_frame*) buf;
209 void read_preq(struct params *p, struct ieee80211_frame *wh, int len)
238 struct ieee80211_frame *wh;
242 wh = (struct ieee80211_frame*) buf;
262 void read_auth(struct params *p, struct ieee80211_frame *w
[all...]
/freebsd-9.3-release/tools/tools/net80211/w00t/expand/
H A Dexpand.c52 struct ieee80211_frame *wh;
86 int wanted(struct params *p, struct ieee80211_frame *wh, int len)
114 void enque(struct params *p, char **buf, struct ieee80211_frame *wh, int len)
181 struct ieee80211_frame *wh;
196 wh = (struct ieee80211_frame*) p->packet;
319 void got_mcast(struct params *p, struct ieee80211_frame *wh, int len)
328 struct ieee80211_frame *wh;
/freebsd-9.3-release/tools/tools/net80211/w00t/prga/
H A Dprga.c150 int is_arp(struct ieee80211_frame *wh, int len)
163 struct ieee80211_frame *wh;
239 struct ieee80211_frame *wh;
250 wh = (struct ieee80211_frame*) p->packet;
259 struct ieee80211_frame *wh;
269 wh = (struct ieee80211_frame*) p->packet;
341 struct ieee80211_frame *wh;
408 struct ieee80211_frame *wh;
510 struct ieee80211_frame *wh;
527 wh = (struct ieee80211_frame*)
[all...]
/freebsd-9.3-release/tools/tools/net80211/w00t/redir/
H A Dredir.c53 struct ieee80211_frame *wh;
127 int wanted(struct params *p, struct ieee80211_frame *wh, int len)
155 void enque(struct params *p, char **buf, struct ieee80211_frame *wh, int len)
237 struct ieee80211_frame *wh;
248 wh = (struct ieee80211_frame*) p->packet;
257 struct ieee80211_frame *wh;
267 wh = (struct ieee80211_frame *) p->packet;
334 struct ieee80211_frame *wh;
344 wh = (struct ieee80211_frame*) p->packet;
388 struct ieee80211_frame *w
[all...]
/freebsd-9.3-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c82 struct ieee80211_frame wh;
585 void fill_basic(struct ieee80211_frame* wh) {
603 struct ieee80211_frame* wh = (struct ieee80211_frame*) buf;
659 struct ieee80211_frame* wh = (struct ieee80211_frame*) buf;
673 int get_victim_ssid(struct ieee80211_frame* wh, int len) {
995 void stuff_for_us(struct ieee80211_frame* wh, int len) {
1154 void decrypt_arpreq(struct ieee80211_frame* wh, int rd) {
1206 void log_wep(struct ieee80211_frame* w
[all...]
/freebsd-9.3-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c297 int header_len(struct ieee80211_frame *wh)
439 int possible_match(struct ieee80211_frame *sent, int slen,
440 struct ieee80211_frame *got, int glen)
467 int do_verify(struct ieee80211_frame *sent, int slen, void *got, int glen)
471 struct ieee80211_frame *wh;
488 wh = (struct ieee80211_frame*) ((char*)rth + rth->it_len);
533 struct ieee80211_frame w;
539 struct ieee80211_frame *wh = &u.w;
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_tx.c355 struct ieee80211_frame *wh;
358 wh = mtod(last->bf_m, struct ieee80211_frame *);
507 struct ieee80211_frame *wh;
519 wh = mtod(m0, struct ieee80211_frame *);
537 wh = mtod(m0, struct ieee80211_frame *);
550 wh = mtod(m0, struct ieee80211_frame *);
884 struct ieee80211_frame *wh;
895 wh = mtod(m0, struct ieee80211_frame *);
911 wh = mtod(m0, struct ieee80211_frame *);
917 wh = mtod(m0, struct ieee80211_frame *);
[all...]

Completed in 207 milliseconds

123