| /freebsd-14.2/sys/net80211/ |
| H A D | ieee80211.h | 71 uint8_t i_seq[2]; member 82 uint8_t i_seq[2]; member 98 uint8_t i_seq[2]; member 108 uint8_t i_seq[2]; member 628 uint16_t i_seq; member
|
| H A D | ieee80211_input.c | 185 rxseq = le16toh(*(uint16_t *)wh->i_seq); in ieee80211_defrag() 226 last_rxseq = le16toh(*(uint16_t *)lwh->i_seq); in ieee80211_defrag() 237 *(uint16_t *) lwh->i_seq = *(uint16_t *) wh->i_seq; in ieee80211_defrag()
|
| H A D | ieee80211_input.h | 206 rxseq = le16toh(*(uint16_t *)wh->i_seq); in ieee80211_check_rxseq()
|
| H A D | ieee80211_output.c | 978 *(uint16_t *)&wh->i_seq[0] = 0; in ieee80211_send_setup() 994 *(uint16_t *)&wh->i_seq[0] = in ieee80211_send_setup() 1861 *(uint16_t *)wh->i_seq = in ieee80211_encap() 1866 *(uint16_t *)wh->i_seq = 0; in ieee80211_encap() 1875 *(uint16_t *)wh->i_seq = in ieee80211_encap() 2019 *(uint16_t *)&whf->i_seq[0] |= htole16( in ieee80211_fragment() 3768 *(uint16_t *)wh->i_seq = 0; in ieee80211_beacon_alloc() 3864 *(uint16_t *)&wh->i_seq[0] = in ieee80211_beacon_update()
|
| H A D | ieee80211_crypto_ccmp.c | 380 aad[22] = wh->i_seq[0] & IEEE80211_SEQ_FRAG_MASK; in ccmp_init_blocks()
|
| H A D | ieee80211_ht.c | 1047 rxseq = le16toh(*(uint16_t *)wh->i_seq); in ieee80211_ampdu_reorder() 1258 rxseq = le16toh(wh->i_seq) >> IEEE80211_SEQ_SEQ_SHIFT; in ieee80211_recv_bar() 2967 bar->i_seq = htole16(barseqctl); in ieee80211_send_bar()
|
| /freebsd-14.2/tools/tools/net80211/w00t/ap/ |
| H A D | ap.c | 99 seq = (short*)wh->i_seq; in fill_basic() 471 memcpy(seq, wh->i_seq, 2); in relay_data() 479 ps = (unsigned short*)wh->i_seq; in relay_data() 490 memcpy(wh->i_seq, seq, sizeof(seq)); in relay_data()
|
| /freebsd-14.2/tools/tools/net80211/wlaninject/ |
| H A D | wlaninject.c | 629 *(uint16_t*)wh->i_seq |= htole16((atoi(optarg) & 0xfff) in main() 634 wh->i_seq[0] |= atoi(optarg) & 0xf; in main()
|
| /freebsd-14.2/tools/tools/net80211/w00t/prga/ |
| H A D | prga.c | 294 seqp = (short*) wh->i_seq; in send_frag() 537 seq = (short*) wh->i_seq; in read_tap()
|
| /freebsd-14.2/tools/tools/net80211/w00t/redir/ |
| H A D | redir.c | 278 pseq = (short*) wh->i_seq; in send_header() 354 seq = (short*) wh->i_seq; in send_data()
|
| /freebsd-14.2/tools/tools/net80211/w00t/libw00t/ |
| H A D | w00t.c | 81 unsigned short *s = (unsigned short*) wh->i_seq; in seqno()
|
| /freebsd-14.2/tools/tools/net80211/wesside/wesside/ |
| H A D | wesside.c | 593 sp = (unsigned short*) wh->i_seq; in fill_basic() 1613 seqptr = (unsigned short*) wh->i_seq; in anal() 1730 seq = (unsigned short*) &wh->i_seq; in send_fragment() 1737 seq = (unsigned short*) &fs->wh.i_seq; in send_fragment() 1829 seq = (unsigned short*) &decryptstate.fragstate.wh.i_seq; in decrypt()
|
| /freebsd-14.2/tools/tools/net80211/w00t/expand/ |
| H A D | expand.c | 207 seq = (short*) wh->i_seq; in send_mcast()
|
| /freebsd-14.2/tools/tools/net80211/w00t/assoc/ |
| H A D | assoc.c | 94 seq = (short*)wh->i_seq; in fill_basic()
|
| /freebsd-14.2/sys/dev/iwm/ |
| H A D | if_iwm_scan.c | 406 *(uint16_t *)&wh->i_seq[0] = 0; /* filled by HW */ in iwm_fill_probe_req()
|
| /freebsd-14.2/sys/dev/usb/wlan/ |
| H A D | if_rsu.c | 2072 *(uint16_t *)wh->i_seq = 0; in rsu_event_survey()
|
| /freebsd-14.2/sys/dev/iwn/ |
| H A D | if_iwn.c | 4696 *(uint16_t *)wh->i_seq = in iwn_tx_data() 7154 *(uint16_t *)&wh->i_seq[0] = 0; /* filled by HW */ in iwn_scan()
|
| /freebsd-14.2/sys/dev/ath/ |
| H A D | if_ath_tx.c | 3030 *(uint16_t *)&wh->i_seq[0] = htole16(seqno << IEEE80211_SEQ_SEQ_SHIFT); in ath_tx_tid_seqno_assign()
|