Home
last modified time | relevance | path

Searched refs:WLAN_GET_SEQ_FRAG (Results 1 – 8 of 8) sorted by relevance

/hostap-3.6.0/wlantest/
Dtest_vectors.c191 sc, WLAN_GET_SEQ_FRAG(sc), WLAN_GET_SEQ_SEQ(sc)); in test_vector_ccmp_pv1()
229 WLAN_GET_SEQ_FRAG(sc), WLAN_GET_SEQ_SEQ(sc)); in test_vector_ccmp_pv1()
278 WLAN_GET_SEQ_FRAG(sc), WLAN_GET_SEQ_SEQ(sc)); in test_vector_ccmp_pv1()
321 WLAN_GET_SEQ_FRAG(sc), WLAN_GET_SEQ_SEQ(sc)); in test_vector_ccmp_pv1()
Dccmp.c168 WLAN_GET_SEQ_FRAG(seq_ctrl)); in ccmp_decrypt()
310 WLAN_GET_SEQ_FRAG(seq_ctrl)); in ccmp_256_decrypt()
Dgcmp.c105 WLAN_GET_SEQ_FRAG(seq_ctrl)); in gcmp_decrypt()
Dprocess.c169 WLAN_GET_SEQ_SEQ(s), WLAN_GET_SEQ_FRAG(s), in rx_duplicate()
Drx_data.c320 WLAN_GET_SEQ_FRAG(seq_ctrl), in rx_data_bss_prot_group()
597 WLAN_GET_SEQ_FRAG(seq_ctrl), in rx_data_bss_prot()
Dtkip.c348 fn = WLAN_GET_SEQ_FRAG(sc); in tkip_decrypt()
Drx_mgmt.c2388 WLAN_GET_SEQ_FRAG(seq_ctrl), in mgmt_ccmp_decrypt()
/hostap-3.6.0/src/common/
Dieee802_11_defs.h32 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & (BIT(3) | BIT(2) | BIT(1) | BIT(0))) macro