Searched refs:WLAN_GET_SEQ_FRAG (Results 1 – 8 of 8) sorted by relevance
/hostap-3.7.0/wlantest/ |
D | test_vectors.c | 191 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()
|
D | ccmp.c | 168 WLAN_GET_SEQ_FRAG(seq_ctrl)); in ccmp_decrypt() 310 WLAN_GET_SEQ_FRAG(seq_ctrl)); in ccmp_256_decrypt()
|
D | gcmp.c | 105 WLAN_GET_SEQ_FRAG(seq_ctrl)); in gcmp_decrypt()
|
D | process.c | 169 WLAN_GET_SEQ_SEQ(s), WLAN_GET_SEQ_FRAG(s), in rx_duplicate()
|
D | rx_data.c | 320 WLAN_GET_SEQ_FRAG(seq_ctrl), in rx_data_bss_prot_group() 597 WLAN_GET_SEQ_FRAG(seq_ctrl), in rx_data_bss_prot()
|
D | tkip.c | 348 fn = WLAN_GET_SEQ_FRAG(sc); in tkip_decrypt()
|
D | rx_mgmt.c | 2388 WLAN_GET_SEQ_FRAG(seq_ctrl), in mgmt_ccmp_decrypt()
|
/hostap-3.7.0/src/common/ |
D | ieee802_11_defs.h | 32 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & (BIT(3) | BIT(2) | BIT(1) | BIT(0))) macro
|