Symbol: tx_frame
lib/libfido2/src/io.c
136
if ((n = tx_frame(d, seq++, buf + sent, count - sent,
sys/dev/ic/if_wi.c
2317
struct wi_frame tx_frame;
sys/dev/ic/if_wi.c
2336
bzero(&tx_frame, sizeof(tx_frame));
sys/dev/ic/if_wi.c
2337
tx_frame.wi_frame_ctl = htole16(WI_FTYPE_DATA | WI_STYPE_DATA);
sys/dev/ic/if_wi.c
2343
&tx_frame.wi_tx_rate) && !(ifp->if_flags & IFF_PROMISC)) {
sys/dev/ic/if_wi.c
2363
&tx_frame.wi_addr1, ETHER_ADDR_LEN);
sys/dev/ic/if_wi.c
2365
tx_frame.wi_tx_ctl = htole16(WI_ENC_TX_MGMT); /* XXX */
sys/dev/ic/if_wi.c
2366
tx_frame.wi_frame_ctl |= htole16(WI_FCTL_FROMDS);
sys/dev/ic/if_wi.c
2368
&tx_frame.wi_addr2, ETHER_ADDR_LEN);
sys/dev/ic/if_wi.c
2370
&tx_frame.wi_addr3, ETHER_ADDR_LEN);
sys/dev/ic/if_wi.c
2375
tx_frame.wi_tx_ctl = htole16(WI_ENC_TX_MGMT); /* XXX */
sys/dev/ic/if_wi.c
2376
tx_frame.wi_frame_ctl |= htole16(WI_FCTL_TODS);
sys/dev/ic/if_wi.c
2378
&tx_frame.wi_addr2, ETHER_ADDR_LEN);
sys/dev/ic/if_wi.c
2380
&tx_frame.wi_addr3, ETHER_ADDR_LEN);
sys/dev/ic/if_wi.c
2384
&tx_frame.wi_addr2, ETHER_ADDR_LEN);
sys/dev/ic/if_wi.c
2385
bcopy(&eh->ether_dhost, &tx_frame.wi_dst_addr, ETHER_ADDR_LEN);
sys/dev/ic/if_wi.c
2386
bcopy(&eh->ether_shost, &tx_frame.wi_src_addr, ETHER_ADDR_LEN);
sys/dev/ic/if_wi.c
2388
tx_frame.wi_dat_len = m0->m_pkthdr.len - WI_SNAPHDR_LEN;
sys/dev/ic/if_wi.c
2389
tx_frame.wi_dat[0] = htons(WI_SNAP_WORD0);
sys/dev/ic/if_wi.c
2390
tx_frame.wi_dat[1] = htons(WI_SNAP_WORD1);
sys/dev/ic/if_wi.c
2391
tx_frame.wi_len = htons(m0->m_pkthdr.len - WI_SNAPHDR_LEN);
sys/dev/ic/if_wi.c
2392
tx_frame.wi_type = eh->ether_type;
sys/dev/ic/if_wi.c
2397
tx_frame.wi_frame_ctl |= htole16(WI_FCTL_WEP);
sys/dev/ic/if_wi.c
2398
bcopy(&tx_frame.wi_dat[0], &sc->wi_txbuf[4], 6);
sys/dev/ic/if_wi.c
2399
bcopy(&tx_frame.wi_type, &sc->wi_txbuf[10], 2);
sys/dev/ic/if_wi.c
2406
tx_frame.wi_dat_len);
sys/dev/ic/if_wi.c
2408
tx_frame.wi_dat_len += IEEE80211_WEP_IVLEN +
sys/dev/ic/if_wi.c
2411
tx_frame.wi_dat_len = htole16(tx_frame.wi_dat_len);
sys/dev/ic/if_wi.c
2412
wi_write_data(sc, id, 0, (caddr_t)&tx_frame,
sys/dev/ic/if_wi.c
2423
tx_frame.wi_dat_len = htole16(tx_frame.wi_dat_len);
sys/dev/ic/if_wi.c
2424
wi_write_data(sc, id, 0, (caddr_t)&tx_frame,
sys/dev/ic/if_wi.c
2432
tx_frame.wi_dat_len = htole16(m0->m_pkthdr.len);
sys/dev/ic/if_wi.c
2443
wi_write_data(sc, id, 0, (caddr_t)&tx_frame,
sys/dev/ic/if_wi.c
2477
struct wi_frame tx_frame;
sys/dev/ic/if_wi.c
2488
bzero(&tx_frame, sizeof(tx_frame));
sys/dev/ic/if_wi.c
2491
bcopy(hdr, &tx_frame.wi_frame_ctl, sizeof(struct wi_80211_hdr));
sys/dev/ic/if_wi.c
2493
tx_frame.wi_tx_ctl = htole16(WI_ENC_TX_MGMT);
sys/dev/ic/if_wi.c
2494
tx_frame.wi_dat_len = len - sizeof(struct wi_80211_hdr);
sys/dev/ic/if_wi.c
2495
tx_frame.wi_len = htole16(tx_frame.wi_dat_len);
sys/dev/ic/if_wi.c
2497
tx_frame.wi_dat_len = htole16(tx_frame.wi_dat_len);
sys/dev/ic/if_wi.c
2498
wi_write_data(sc, id, 0, (caddr_t)&tx_frame, sizeof(struct wi_frame));
sys/dev/ic/qwxreg.h
3574
void *tx_frame;
sys/dev/ic/qwzreg.h
3634
void *tx_frame;