Home
last modified time | relevance | path

Searched refs:ieee80211_frame (Results 1 – 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c187 struct ieee80211_frame *wh; in mac_wifi_header()
202 wh = (struct ieee80211_frame *)mp->b_rptr; in mac_wifi_header()
203 mp->b_wptr += sizeof (struct ieee80211_frame) + wdp->wd_qospad; in mac_wifi_header()
280 struct ieee80211_frame *wh; in mac_wifi_header_info()
285 if (MBLKL(mp) < sizeof (struct ieee80211_frame)) in mac_wifi_header_info()
288 wh = (struct ieee80211_frame *)mp->b_rptr; in mac_wifi_header_info()
289 llcp = mp->b_rptr + sizeof (struct ieee80211_frame); in mac_wifi_header_info()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c64 struct ieee80211_frame *wh; in ieee80211_input()
86 wh = (struct ieee80211_frame *)mp->b_rptr; in ieee80211_input()
111 wh = (struct ieee80211_frame *)mp->b_rptr; in ieee80211_input()
299 wh = (struct ieee80211_frame *)mp->b_rptr; in ieee80211_input()
355 if (len < sizeof (struct ieee80211_frame)) in ieee80211_input()
429 struct ieee80211_frame *wh = (struct ieee80211_frame *)mp->b_rptr; in ieee80211_defrag()
430 struct ieee80211_frame *lwh; in ieee80211_defrag()
784 const struct ieee80211_frame *wh) in ieee80211_parse_wmeparams()
830 struct ieee80211_frame *wh; in ieee80211_recv_beacon()
835 wh = (struct ieee80211_frame *)mp->b_rptr; in ieee80211_recv_beacon()
[all …]
H A Dnet80211_output.c108 struct ieee80211_frame *wh; in ieee80211_mgmt_output()
112 wh = (struct ieee80211_frame *)mp->b_rptr; in ieee80211_mgmt_output()
140 struct ieee80211_frame *wh; in ieee80211_send_nulldata()
149 wh = (struct ieee80211_frame *)m->b_rptr; in ieee80211_send_nulldata()
157 m->b_wptr = m->b_rptr + sizeof (struct ieee80211_frame); in ieee80211_send_nulldata()
178 struct ieee80211_frame *wh; in ieee80211_encap()
191 wh = (struct ieee80211_frame *)mp->b_rptr; in ieee80211_encap()
430 struct ieee80211_frame *wh; in ieee80211_send_probereq()
458 wh = (struct ieee80211_frame *)mp->b_rptr; in ieee80211_send_probereq()
796 struct ieee80211_frame *wh; in ieee80211_beacon_alloc()
[all …]
H A Dnet80211_crypto_none.c104 struct ieee80211_frame *wh = (struct ieee80211_frame *)mp->b_rptr; in none_decap()
H A Dnet80211_crypto_ccmp.c360 ccmp_init(struct ieee80211_frame *wh, uint64_t pn, size_t dlen, in ccmp_init()
427 struct ieee80211_frame *wh; in ccmp_encrypt()
433 wh = (struct ieee80211_frame *)mp->b_rptr; in ccmp_encrypt()
458 struct ieee80211_frame *wh; in ccmp_decrypt()
464 wh = (struct ieee80211_frame *)mp->b_rptr; in ccmp_decrypt()
H A Dnet80211_crypto_tkip.c617 michael_mic_hdr(const struct ieee80211_frame *wh0, uint8_t hdr[16]) in michael_mic_hdr()
661 michael_mic_hdr((struct ieee80211_frame *)mp->b_rptr, hdr); in michael_mic()
715 struct ieee80211_frame *wh; in tkip_encrypt()
718 wh = (struct ieee80211_frame *)mp->b_rptr; in tkip_encrypt()
746 struct ieee80211_frame *wh; in tkip_decrypt()
750 wh = (struct ieee80211_frame *)mp->b_rptr; in tkip_decrypt()
H A Dnet80211.c560 const struct ieee80211_frame *wh = data; in ieee80211_hdrsize()
561 int size = sizeof (struct ieee80211_frame); in ieee80211_hdrsize()
594 const struct ieee80211_frame *wh = data; in ieee80211_anyhdrsize()
633 len = sizeof (struct ieee80211_frame) + pktlen; in ieee80211_getmgtframe()
636 *frm = mp->b_rptr + sizeof (struct ieee80211_frame); in ieee80211_getmgtframe()
H A Dnet80211_impl.h416 const struct ieee80211_frame *, int, int, int);
417 void ieee80211_init_neighbor(ieee80211_node_t *, const struct ieee80211_frame *,
420 const struct ieee80211_frame *, const struct ieee80211_scanparams *);
H A Dnet80211_crypto_wep.c129 struct ieee80211_frame *wh = (struct ieee80211_frame *)mp->b_rptr; in wep_encap()
H A Dnet80211_node.c1073 const struct ieee80211_frame *wh, int subtype, int rssi, int rstamp) in ieee80211_add_scan()
1161 ieee80211_init_neighbor(ieee80211_node_t *in, const struct ieee80211_frame *wh, in ieee80211_init_neighbor()
1190 ieee80211_add_neighbor(ieee80211com_t *ic, const struct ieee80211_frame *wh, in ieee80211_add_neighbor()
1224 ieee80211_find_rxnode(ieee80211com_t *ic, const struct ieee80211_frame *wh) in ieee80211_find_rxnode()
H A Dnet80211_proto.c115 struct ieee80211_frame *wh; in ieee80211_dump_pkt()
122 wh = (struct ieee80211_frame *)buf; in ieee80211_dump_pkt()
/illumos-gate/usr/src/uts/common/io/ral/
H A Dral_rate.h106 struct ieee80211_rateset *, struct ieee80211_frame *, uint_t,
H A Drt2560.c1178 struct ieee80211_frame *wh; in rt2560_rx_intr()
1252 wh = (struct ieee80211_frame *)m->b_rptr; in rt2560_rx_intr()
1433 struct ieee80211_frame *wh; in rt2560_mgmt_send()
1474 wh = (struct ieee80211_frame *)m->b_rptr; in rt2560_mgmt_send()
1492 wh = (struct ieee80211_frame *)m->b_rptr; in rt2560_mgmt_send()
1505 wh = (struct ieee80211_frame *)m->b_rptr; in rt2560_mgmt_send()
1565 struct ieee80211_frame *wh; in rt2560_send()
1604 wh = (struct ieee80211_frame *)m->b_rptr; in rt2560_send()
1623 wh = (struct ieee80211_frame *)m->b_rptr; in rt2560_send()
H A Dral_rate.c80 struct ieee80211_frame *wh, uint32_t len, in ral_rssadapt_choose()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c322 struct ieee80211_frame *wh; in arn_tx_set_retry()
323 wh = (struct ieee80211_frame *)bf->bf_dma.mem_va; in arn_tx_set_retry()
932 struct ieee80211_frame *wh, uint8_t type) in arn_test_get_txq()
1001 struct ieee80211_frame *wh) in assign_aggr_tid_seqno()
1171 struct ieee80211_frame *wh, in setup_tx_flags()
1194 struct ieee80211_node *in, struct ieee80211_frame *wh, in ath_tx_setup_buffer()
1292 struct ieee80211_frame *wh) in ath_buf_set_rate()
1860 struct ieee80211_frame *wh = (struct ieee80211_frame *)mp->b_rptr; in arn_tx_start()
1924 wh = (struct ieee80211_frame *)mp->b_rptr; in arn_tx_start()
2057 struct ieee80211_frame *wh; in arn_tx()
[all …]
H A Darn_rc.h251 struct ieee80211_frame *wh);
H A Darn_recv.c428 struct ieee80211_frame *wh; in arn_rx_handler()
531 wh = (struct ieee80211_frame *)rx_mp->b_rptr; in arn_rx_handler()
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c227 struct ieee80211_frame *wh; in zyd_receive()
262 wh = (struct ieee80211_frame *)m->b_rptr; in zyd_receive()
285 struct ieee80211_frame *wh; in zyd_send()
337 wh = (struct ieee80211_frame *)m->b_rptr; in zyd_send()
361 wh = (struct ieee80211_frame *)m->b_rptr; in zyd_send()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c487 asc->asc_dmabuf_size = roundup(1000 + sizeof (struct ieee80211_frame) + in ath_desc_alloc()
536 struct ieee80211_frame *wh; in ath_rx_handler()
606 wh = (struct ieee80211_frame *)rx_mp->b_rptr; in ath_rx_handler()
673 struct ieee80211_frame *wh; in ath_tx_start()
692 wh = (struct ieee80211_frame *)mp->b_rptr; in ath_tx_start()
695 hdrlen = sizeof (struct ieee80211_frame); in ath_tx_start()
732 wh = (struct ieee80211_frame *)mp->b_rptr; in ath_tx_start()
961 struct ieee80211_frame *wh; in ath_xmit()
1002 wh = (struct ieee80211_frame *)mp->b_rptr; in ath_xmit()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_crypto.h125 (sizeof (struct ieee80211_frame) + \
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c2178 struct ieee80211_frame *wh; in ipw2200_send()
2255 wh = (struct ieee80211_frame *)m->b_rptr; in ipw2200_send()
2281 wh = (struct ieee80211_frame *)m->b_rptr; in ipw2200_send()
2294 off = sizeof (struct ieee80211_frame); in ipw2200_send()
2670 struct ieee80211_frame *wh; in ipw2200_fix_channel()
2674 wh = (struct ieee80211_frame *)m->b_rptr; in ipw2200_fix_channel()
2707 struct ieee80211_frame *wh; in ipw2200_rcv_frame()
2737 wh = (struct ieee80211_frame *)m->b_rptr; in ipw2200_rcv_frame()
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c603 struct ieee80211_frame *wh; in atu_rxeof()
632 wh = (struct ieee80211_frame *)mp->b_rptr; in atu_rxeof()
775 struct ieee80211_frame *wh; in atu_send()
801 wh = (struct ieee80211_frame *)m->b_rptr; in atu_send()
818 sizeof (struct ieee80211_frame)); in atu_send()
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c447 struct ieee80211_frame *wh; in ural_rxeof()
514 wh = (struct ieee80211_frame *)m->b_rptr; in ural_rxeof()
631 desc->wme |= LE_16(RAL_IVOFFSET(sizeof (struct ieee80211_frame))); in ural_setup_tx_desc()
670 struct ieee80211_frame *wh; in ural_send()
718 wh = (struct ieee80211_frame *)m->b_rptr; in ural_send()
742 wh = (struct ieee80211_frame *)m->b_rptr; in ural_send()
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c972 struct ieee80211_frame *wh; in rt2661_rx_intr()
1040 wh = (struct ieee80211_frame *)m->b_rptr; in rt2661_rx_intr()
1414 struct ieee80211_frame *wh; in rt2661_send()
1449 wh = (struct ieee80211_frame *)m->b_rptr; in rt2661_send()
1468 wh = (struct ieee80211_frame *)m->b_rptr; in rt2661_send()
1540 struct ieee80211_frame *wh; in rt2661_mgmt_send()
1578 wh = (struct ieee80211_frame *)m->b_rptr; in rt2661_mgmt_send()
1595 wh = (struct ieee80211_frame *)m->b_rptr; in rt2661_mgmt_send()
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c466 sc->sc_dmabuf_sz = roundup(0x1000 + sizeof (struct ieee80211_frame) + in wpi_attach()
1664 struct ieee80211_frame *wh;
1746 wh = (struct ieee80211_frame *)(head + 1);
2082 struct ieee80211_frame *wh;
2120 hdrlen = sizeof (struct ieee80211_frame);
2138 wh = (struct ieee80211_frame *)m->b_rptr;
2180 wh = (struct ieee80211_frame *)m->b_rptr;
2892 struct ieee80211_frame *wh;
2943 wh = (struct ieee80211_frame *)(hdr + 1);

12