Home
last modified time | relevance | path

Searched refs:ieee80211_bpf_params (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/net80211/
H A Dieee80211_proto.h90 struct ieee80211_bpf_params;
92 struct ieee80211_bpf_params *);
94 const struct ieee80211_bpf_params *);
100 struct mbuf *, const struct ieee80211_bpf_params *);
H A Dieee80211_freebsd.h676 struct ieee80211_bpf_params { struct
703 struct ieee80211_bpf_params params; argument
706 const struct ieee80211_bpf_params *);
708 struct ieee80211_bpf_params *);
H A Dieee80211_freebsd.c578 const struct ieee80211_bpf_params *params) in ieee80211_add_xmit_params()
589 memcpy(&tx->params, params, sizeof(struct ieee80211_bpf_params)); in ieee80211_add_xmit_params()
596 struct ieee80211_bpf_params *params) in ieee80211_get_xmit_params()
606 memcpy(params, &tx->params, sizeof(struct ieee80211_bpf_params)); in ieee80211_get_xmit_params()
H A Dieee80211_output.c561 struct mbuf *m, const struct ieee80211_bpf_params *params) in ieee80211_raw_output()
597 const struct ieee80211_bpf_params *params) in ieee80211_validate_frame()
705 const struct ieee80211_bpf_params *params) in ieee80211_sanitize_rates()
748 const struct ieee80211_bpf_params *params = NULL; in ieee80211_output()
801 params = (const struct ieee80211_bpf_params *)dst->sa_data; in ieee80211_output()
995 struct ieee80211_bpf_params *params) in ieee80211_mgmt_output()
2563 struct ieee80211_bpf_params params; in ieee80211_send_probereq()
2701 struct ieee80211_bpf_params params; in ieee80211_send_mgmt()
H A Dieee80211_var.h298 const struct ieee80211_bpf_params *);
/freebsd/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c149 struct ieee80211_bpf_params *params) in inject_params()
151 static struct ieee80211_bpf_params defaults = { in inject_params()
154 .ibp_len = sizeof(struct ieee80211_bpf_params) - 6, in inject_params()
H A Dw00t.h39 struct ieee80211_bpf_params *params);
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_tx.h27 const struct ieee80211_bpf_params *);
H A Dif_rtwn_tx.c226 struct mbuf *m, const struct ieee80211_bpf_params *params) in rtwn_tx_raw()
336 const struct ieee80211_bpf_params *params) in rtwn_raw_xmit()
/freebsd/tools/tools/net80211/wlaninject/
H A Dwlaninject.c119 void inject(int fd, void *buf, int buflen, struct ieee80211_bpf_params *p) in inject()
536 struct ieee80211_bpf_params params; in main()
543 params.ibp_len = sizeof(struct ieee80211_bpf_params) - 6, in main()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c.h122 struct mbuf *, void *, const struct ieee80211_bpf_params *);
H A Dr92c_tx.c467 struct mbuf *m, void *buf, const struct ieee80211_bpf_params *params) in r92c_fill_tx_desc_raw()
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a.h136 struct mbuf *, void *, const struct ieee80211_bpf_params *);
H A Dr12a_tx.c446 struct mbuf *m, void *buf, const struct ieee80211_bpf_params *params) in r12a_fill_tx_desc_raw()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.h96 const struct ieee80211_bpf_params *params);
/freebsd/sys/dev/wtap/
H A Dif_wtap.c130 const struct ieee80211_bpf_params *params);
459 const struct ieee80211_bpf_params *params) in wtap_raw_xmit()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c188 const struct ieee80211_bpf_params *);
1153 const struct ieee80211_bpf_params *params) in ural_tx_raw()
2115 const struct ieee80211_bpf_params *params) in ural_raw_xmit()
H A Dif_rum.c184 const struct ieee80211_bpf_params *);
265 const struct ieee80211_bpf_params *);
1556 const struct ieee80211_bpf_params *params) in rum_tx_raw()
3067 const struct ieee80211_bpf_params *params) in rum_raw_xmit()
H A Dif_mtw.c213 struct ieee80211_node *, const struct ieee80211_bpf_params *);
215 const struct ieee80211_bpf_params *);
3327 const struct ieee80211_bpf_params *params) in mtw_tx_param()
3407 const struct ieee80211_bpf_params *params) in mtw_raw_xmit()
/freebsd/sys/net/
H A Dbpf.c568 const struct ieee80211_bpf_params *p; in bpf_movein()
639 hlen = sizeof(struct ieee80211_bpf_params); in bpf_movein()
699 p = mtod(m, const struct ieee80211_bpf_params *); in bpf_movein()
/freebsd/sys/dev/bwi/
H A Dif_bwi.c110 const struct ieee80211_bpf_params *);
137 const struct ieee80211_bpf_params *);
1394 const struct ieee80211_bpf_params *params) in bwi_raw_xmit()
3090 struct ieee80211_node *ni, const struct ieee80211_bpf_params *params) in bwi_encap_raw()
/freebsd/sys/dev/otus/
H A Dif_otus.c174 const struct ieee80211_bpf_params *);
533 const struct ieee80211_bpf_params *params) in otus_raw_xmit()
2221 struct otus_data *data, const struct ieee80211_bpf_params *params) in otus_tx()
/freebsd/sys/dev/ral/
H A Drt2560.c164 const struct ieee80211_bpf_params *);
1639 struct ieee80211_node *ni, const struct ieee80211_bpf_params *params) in rt2560_tx_raw()
2699 const struct ieee80211_bpf_params *params) in rt2560_raw_xmit()
H A Drt2860.c119 const struct ieee80211_bpf_params *);
122 const struct ieee80211_bpf_params *params);
1688 const struct ieee80211_bpf_params *params) in rt2860_raw_xmit()
1722 struct ieee80211_node *ni, const struct ieee80211_bpf_params *params) in rt2860_tx_raw()
/freebsd/sys/dev/malo/
H A Dif_malo.c133 const struct ieee80211_bpf_params *);
1753 const struct ieee80211_bpf_params *params) in malo_raw_xmit()

12