| /freebsd-13.1/sys/net80211/ |
| H A D | ieee80211.h | 73 uint8_t i_seq[2]; member 84 uint8_t i_seq[2]; member 100 uint8_t i_seq[2]; member 110 uint8_t i_seq[2]; member 546 uint16_t i_seq; member
|
| H A D | ieee80211_input.c | 186 rxseq = le16toh(*(uint16_t *)wh->i_seq); in ieee80211_defrag() 227 last_rxseq = le16toh(*(uint16_t *)lwh->i_seq); in ieee80211_defrag() 238 *(uint16_t *) lwh->i_seq = *(uint16_t *) wh->i_seq; in ieee80211_defrag()
|
| H A D | ieee80211_input.h | 208 rxseq = le16toh(*(uint16_t *)wh->i_seq); in ieee80211_check_rxseq()
|
| H A D | ieee80211_output.c | 979 *(uint16_t *)&wh->i_seq[0] = 0; in ieee80211_send_setup() 995 *(uint16_t *)&wh->i_seq[0] = in ieee80211_send_setup() 1855 *(uint16_t *)wh->i_seq = in ieee80211_encap() 1860 *(uint16_t *)wh->i_seq = 0; in ieee80211_encap() 1869 *(uint16_t *)wh->i_seq = in ieee80211_encap() 2013 *(uint16_t *)&whf->i_seq[0] |= htole16( in ieee80211_fragment() 3765 *(uint16_t *)wh->i_seq = 0; in ieee80211_beacon_alloc() 3861 *(uint16_t *)&wh->i_seq[0] = in ieee80211_beacon_update()
|
| H A D | ieee80211_crypto_ccmp.c | 382 aad[22] = wh->i_seq[0] & IEEE80211_SEQ_FRAG_MASK; in ccmp_init_blocks()
|
| H A D | ieee80211_ht.c | 1048 rxseq = le16toh(*(uint16_t *)wh->i_seq); in ieee80211_ampdu_reorder() 1259 rxseq = le16toh(wh->i_seq) >> IEEE80211_SEQ_SEQ_SHIFT; in ieee80211_recv_bar() 2968 bar->i_seq = htole16(barseqctl); in ieee80211_send_bar()
|
| /freebsd-13.1/tools/tools/net80211/w00t/ap/ |
| H A D | ap.c | 101 seq = (short*)wh->i_seq; in fill_basic() 473 memcpy(seq, wh->i_seq, 2); in relay_data() 481 ps = (unsigned short*)wh->i_seq; in relay_data() 492 memcpy(wh->i_seq, seq, sizeof(seq)); in relay_data()
|
| /freebsd-13.1/tools/tools/net80211/wlaninject/ |
| H A D | wlaninject.c | 631 *(uint16_t*)wh->i_seq |= htole16((atoi(optarg) & 0xfff) in main() 636 wh->i_seq[0] |= atoi(optarg) & 0xf; in main()
|
| /freebsd-13.1/tools/tools/net80211/w00t/prga/ |
| H A D | prga.c | 296 seqp = (short*) wh->i_seq; in send_frag() 539 seq = (short*) wh->i_seq; in read_tap()
|
| /freebsd-13.1/tools/tools/net80211/w00t/redir/ |
| H A D | redir.c | 280 pseq = (short*) wh->i_seq; in send_header() 356 seq = (short*) wh->i_seq; in send_data()
|
| /freebsd-13.1/tools/tools/net80211/w00t/libw00t/ |
| H A D | w00t.c | 83 unsigned short *s = (unsigned short*) wh->i_seq; in seqno()
|
| /freebsd-13.1/tools/tools/net80211/wesside/wesside/ |
| H A D | wesside.c | 595 sp = (unsigned short*) wh->i_seq; in fill_basic() 1615 seqptr = (unsigned short*) wh->i_seq; in anal() 1732 seq = (unsigned short*) &wh->i_seq; in send_fragment() 1739 seq = (unsigned short*) &fs->wh.i_seq; in send_fragment() 1831 seq = (unsigned short*) &decryptstate.fragstate.wh.i_seq; in decrypt()
|
| /freebsd-13.1/tools/tools/net80211/w00t/expand/ |
| H A D | expand.c | 209 seq = (short*) wh->i_seq; in send_mcast()
|
| /freebsd-13.1/tools/tools/net80211/w00t/assoc/ |
| H A D | assoc.c | 96 seq = (short*)wh->i_seq; in fill_basic()
|
| /freebsd-13.1/sys/dev/iwm/ |
| H A D | if_iwm_scan.c | 408 *(uint16_t *)&wh->i_seq[0] = 0; /* filled by HW */ in iwm_fill_probe_req()
|
| /freebsd-13.1/sys/dev/usb/wlan/ |
| H A D | if_rsu.c | 2075 *(uint16_t *)wh->i_seq = 0; in rsu_event_survey()
|
| /freebsd-13.1/sys/dev/iwn/ |
| H A D | if_iwn.c | 4702 *(uint16_t *)wh->i_seq = in iwn_tx_data() 7157 *(uint16_t *)&wh->i_seq[0] = 0; /* filled by HW */ in iwn_scan()
|
| /freebsd-13.1/sys/dev/ath/ |
| H A D | if_ath_tx.c | 3032 *(uint16_t *)&wh->i_seq[0] = htole16(seqno << IEEE80211_SEQ_SEQ_SHIFT); in ath_tx_tid_seqno_assign()
|