/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/ |
H A D | if_rtwn_tx.h | 27 const struct ieee80211_bpf_params *);
|
H A D | if_rtwn_tx.c | 191 struct mbuf *m, const struct ieee80211_bpf_params *params) in rtwn_tx_raw() 297 const struct ieee80211_bpf_params *params) in rtwn_raw_xmit()
|
H A D | if_rtwnvar.h | 324 void *, const struct ieee80211_bpf_params *);
|
/haiku/src/libs/compat/freebsd_wlan/net80211/ |
H A D | ieee80211_proto.h | 90 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 D | ieee80211_haiku.h | 492 struct ieee80211_bpf_params { struct 517 int ieee80211_add_xmit_params(struct mbuf *m, const struct ieee80211_bpf_params *params); argument 518 int ieee80211_get_xmit_params(struct mbuf *m, struct ieee80211_bpf_params *params); 521 struct ieee80211_bpf_params params;
|
H A D | ieee80211_haiku.cpp | 506 const struct ieee80211_bpf_params *params) in ieee80211_add_xmit_params() 517 memcpy(&tx->params, params, sizeof(struct ieee80211_bpf_params)); in ieee80211_add_xmit_params() 525 struct ieee80211_bpf_params *params) in ieee80211_get_xmit_params() 535 memcpy(params, &tx->params, sizeof(struct ieee80211_bpf_params)); in ieee80211_get_xmit_params()
|
H A D | ieee80211_output.c | 561 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() 805 params = (const struct ieee80211_bpf_params *)dst->sa_data; in ieee80211_output() 1017 struct ieee80211_bpf_params *params) in ieee80211_mgmt_output() 2563 struct ieee80211_bpf_params params; in ieee80211_send_probereq() 2697 struct ieee80211_bpf_params params; in ieee80211_send_mgmt()
|
H A D | ieee80211_var.h | 298 const struct ieee80211_bpf_params *);
|
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/ |
H A D | r92c.h | 119 struct mbuf *, void *, const struct ieee80211_bpf_params *);
|
H A D | r92c_tx.c | 348 struct mbuf *m, void *buf, const struct ieee80211_bpf_params *params) in r92c_fill_tx_desc_raw()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/ |
H A D | r12a.h | 135 struct mbuf *, void *, const struct ieee80211_bpf_params *);
|
H A D | r12a_tx.c | 349 struct mbuf *m, void *buf, const struct ieee80211_bpf_params *params) in r12a_fill_tx_desc_raw()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_tx.h | 96 const struct ieee80211_bpf_params *params);
|
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/ |
H A D | if_ural.c | 189 const struct ieee80211_bpf_params *); 1157 const struct ieee80211_bpf_params *params) in ural_tx_raw() 2119 const struct ieee80211_bpf_params *params) in ural_raw_xmit()
|
H A D | if_rum.c | 185 const struct ieee80211_bpf_params *); 266 const struct ieee80211_bpf_params *); 1560 const struct ieee80211_bpf_params *params) in rum_tx_raw() 3072 const struct ieee80211_bpf_params *params) in rum_raw_xmit()
|
H A D | if_run.c | 442 const struct ieee80211_bpf_params *); 444 const struct ieee80211_bpf_params *); 3712 const struct ieee80211_bpf_params *params) in run_tx_param() 3788 const struct ieee80211_bpf_params *params) in run_raw_xmit()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/ |
H A D | if_bwi.c | 110 const struct ieee80211_bpf_params *); 137 const struct ieee80211_bpf_params *); 1394 const struct ieee80211_bpf_params *params) in bwi_raw_xmit() 3101 struct ieee80211_node *ni, const struct ieee80211_bpf_params *params) in bwi_encap_raw()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/ |
H A D | rt2560.c | 164 const struct ieee80211_bpf_params *); 1644 struct ieee80211_node *ni, const struct ieee80211_bpf_params *params) in rt2560_tx_raw() 2704 const struct ieee80211_bpf_params *params) in rt2560_raw_xmit()
|
H A D | rt2860.c | 119 const struct ieee80211_bpf_params *); 122 const struct ieee80211_bpf_params *params); 1694 const struct ieee80211_bpf_params *params) in rt2860_raw_xmit() 1728 struct ieee80211_node *ni, const struct ieee80211_bpf_params *params) in rt2860_tx_raw()
|
H A D | rt2661.c | 126 const struct ieee80211_bpf_params *); 1608 const struct ieee80211_bpf_params *params) in rt2661_raw_xmit()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/ |
H A D | if_malo.c | 141 const struct ieee80211_bpf_params *); 1763 const struct ieee80211_bpf_params *params) in malo_raw_xmit()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/ |
H A D | if_ipw.c | 134 const struct ieee80211_bpf_params *); 1696 const struct ieee80211_bpf_params *params) in ipw_raw_xmit()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/ |
H A D | if_wpi.c | 204 const struct ieee80211_bpf_params *); 206 const struct ieee80211_bpf_params *); 2955 struct ieee80211_node *ni, const struct ieee80211_bpf_params *params) in wpi_tx_data_raw() 3071 const struct ieee80211_bpf_params *params) in wpi_raw_xmit()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/ |
H A D | if_iwn.c | 232 const struct ieee80211_bpf_params *params); 237 const struct ieee80211_bpf_params *); 4760 struct ieee80211_node *ni, const struct ieee80211_bpf_params *params) in iwn_tx_data_raw() 4994 struct ieee80211_bpf_params p; in iwn_xmit_task() 5038 const struct ieee80211_bpf_params *params) in iwn_raw_xmit()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/ |
H A D | if_iwi.c | 178 const struct ieee80211_bpf_params *); 1934 const struct ieee80211_bpf_params *params) in iwi_raw_xmit()
|