/titanic_41/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_wifi.c | 187 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()
|
/titanic_41/usr/src/uts/common/io/net80211/ |
H A D | net80211_input.c | 64 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() 138 if (len < sizeof (struct ieee80211_frame)) { in ieee80211_input() 299 wh = (struct ieee80211_frame *)mp->b_rptr; in ieee80211_input() 355 if (len < sizeof (struct ieee80211_frame)) in ieee80211_input() 386 wh = (struct ieee80211_frame *)mp->b_rptr; 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() 472 lwh = (struct ieee80211_frame *)mfrag->b_rptr; in ieee80211_defrag() [all …]
|
H A D | net80211_output.c | 54 struct ieee80211_frame *wh, int type, const uint8_t *sa, const uint8_t *da, in ieee80211_send_setup() 106 struct ieee80211_frame *wh; in ieee80211_mgmt_output() 110 wh = (struct ieee80211_frame *)mp->b_rptr; in ieee80211_mgmt_output() 138 struct ieee80211_frame *wh; in ieee80211_send_nulldata() 147 wh = (struct ieee80211_frame *)m->b_rptr; in ieee80211_send_nulldata() 155 m->b_wptr = m->b_rptr + sizeof (struct ieee80211_frame); in ieee80211_send_nulldata() 176 struct ieee80211_frame *wh; in ieee80211_encap() 180 ASSERT(mp != NULL && MBLKL(mp) >= sizeof (struct ieee80211_frame)); in ieee80211_encap() 189 wh = (struct ieee80211_frame *)mp->b_rptr; in ieee80211_encap() 428 struct ieee80211_frame *wh; in ieee80211_send_probereq() [all …]
|
H A D | net80211_crypto_none.c | 106 struct ieee80211_frame *wh = (struct ieee80211_frame *)mp->b_rptr; in none_decap()
|
H A D | net80211_crypto_ccmp.c | 360 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 D | net80211_crypto_tkip.c | 617 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 D | net80211.c | 560 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 D | net80211_impl.h | 416 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 D | net80211_crypto_wep.c | 129 struct ieee80211_frame *wh = (struct ieee80211_frame *)mp->b_rptr; in wep_encap()
|
H A D | net80211_node.c | 1073 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 D | net80211_proto.c | 111 struct ieee80211_frame *wh; in ieee80211_dump_pkt() 118 wh = (struct ieee80211_frame *)buf; in ieee80211_dump_pkt()
|
/titanic_41/usr/src/uts/common/io/ral/ |
H A D | ral_rate.h | 108 struct ieee80211_rateset *, struct ieee80211_frame *, uint_t,
|
H A D | rt2560.c | 1178 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 D | ral_rate.c | 82 struct ieee80211_frame *wh, uint32_t len, in ral_rssadapt_choose()
|
/titanic_41/usr/src/uts/common/io/arn/ |
H A D | arn_xmit.c | 323 struct ieee80211_frame *wh; in arn_tx_set_retry() 324 wh = (struct ieee80211_frame *)bf->bf_dma.mem_va; in arn_tx_set_retry() 933 struct ieee80211_frame *wh, uint8_t type) in arn_test_get_txq() 1002 struct ieee80211_frame *wh) in assign_aggr_tid_seqno() 1215 struct ieee80211_frame *wh, in setup_tx_flags() 1238 struct ieee80211_node *in, struct ieee80211_frame *wh, in ath_tx_setup_buffer() 1336 struct ieee80211_frame *wh) in ath_buf_set_rate() 1904 struct ieee80211_frame *wh = (struct ieee80211_frame *)mp->b_rptr; in arn_tx_start() 1968 wh = (struct ieee80211_frame *)mp->b_rptr; in arn_tx_start() 2101 struct ieee80211_frame *wh; in arn_tx() [all …]
|
H A D | arn_rc.h | 251 struct ieee80211_frame *wh);
|
H A D | arn_recv.c | 428 struct ieee80211_frame *wh; in arn_rx_handler() 531 wh = (struct ieee80211_frame *)rx_mp->b_rptr; in arn_rx_handler()
|
/titanic_41/usr/src/uts/common/io/zyd/ |
H A D | zyd.c | 227 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()
|
/titanic_41/usr/src/uts/common/io/ath/ |
H A D | ath_main.c | 487 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()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | net80211_crypto.h | 125 (sizeof (struct ieee80211_frame) + \
|
/titanic_41/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 2178 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()
|
/titanic_41/usr/src/uts/common/io/atu/ |
H A D | atu.c | 603 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()
|
/titanic_41/usr/src/uts/common/io/ural/ |
H A D | ural.c | 447 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()
|
/titanic_41/usr/src/uts/common/io/rwd/ |
H A D | rt2661.c | 968 struct ieee80211_frame *wh; in rt2661_rx_intr() 1036 wh = (struct ieee80211_frame *)m->b_rptr; in rt2661_rx_intr() 1410 struct ieee80211_frame *wh; in rt2661_send() 1445 wh = (struct ieee80211_frame *)m->b_rptr; in rt2661_send() 1464 wh = (struct ieee80211_frame *)m->b_rptr; in rt2661_send() 1536 struct ieee80211_frame *wh; in rt2661_mgmt_send() 1574 wh = (struct ieee80211_frame *)m->b_rptr; in rt2661_mgmt_send() 1591 wh = (struct ieee80211_frame *)m->b_rptr; in rt2661_mgmt_send()
|
/titanic_41/usr/src/uts/common/io/wpi/ |
H A D | wpi.c | 466 sc->sc_dmabuf_sz = roundup(0x1000 + sizeof (struct ieee80211_frame) + in wpi_attach() 1662 struct ieee80211_frame *wh; 1744 wh = (struct ieee80211_frame *)(head + 1); 2080 struct ieee80211_frame *wh; 2118 hdrlen = sizeof (struct ieee80211_frame); 2136 wh = (struct ieee80211_frame *)m->b_rptr; 2178 wh = (struct ieee80211_frame *)m->b_rptr; 2890 struct ieee80211_frame *wh; 2941 wh = (struct ieee80211_frame *)(hdr + 1);
|