Home
last modified time | relevance | path

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

123

/dports/net/hostapd-devel/hostap-14ab4a816/wlantest/
H A 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()
H A Dccmp.c168 WLAN_GET_SEQ_FRAG(seq_ctrl)); in ccmp_decrypt()
310 WLAN_GET_SEQ_FRAG(seq_ctrl)); in ccmp_256_decrypt()
H A Dgcmp.c105 WLAN_GET_SEQ_FRAG(seq_ctrl)); in gcmp_decrypt()
H A Dprocess.c169 WLAN_GET_SEQ_SEQ(s), WLAN_GET_SEQ_FRAG(s), in rx_duplicate()
H A 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()
H A Dtkip.c348 fn = WLAN_GET_SEQ_FRAG(sc); in tkip_decrypt()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/wlantest/
H A 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()
H A Dccmp.c168 WLAN_GET_SEQ_FRAG(seq_ctrl)); in ccmp_decrypt()
310 WLAN_GET_SEQ_FRAG(seq_ctrl)); in ccmp_256_decrypt()
H A Dgcmp.c105 WLAN_GET_SEQ_FRAG(seq_ctrl)); in gcmp_decrypt()
H A Dprocess.c169 WLAN_GET_SEQ_SEQ(s), WLAN_GET_SEQ_FRAG(s), in rx_duplicate()
H A 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()
H A Dtkip.c348 fn = WLAN_GET_SEQ_FRAG(sc); in tkip_decrypt()
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/patches/old/
H A Dzd1211rw_inject_2.6.23.patch82 - if (WLAN_GET_SEQ_FRAG(le16_to_cpu(header->seq_ctl)) == 0)
94 + if (WLAN_GET_SEQ_FRAG(le16_to_cpu(header->seq_ctl)) == 0)
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/common/
H A Dieee802_11_defs.h34 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & (BIT(3) | BIT(2) | BIT(1) | BIT(0))) macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8188eu/include/
H A Dieee80211.h330 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8188eu/include/
H A Dieee80211.h330 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8188eu/include/
H A Dieee80211.h330 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtllib_rx.c93 unsigned int frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_frag_cache_get()
367 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
925 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_check_duplicate()
1090 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_decrypt()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtllib_rx.c93 unsigned int frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_frag_cache_get()
367 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
925 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_check_duplicate()
1090 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_decrypt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtllib_rx.c93 unsigned int frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_frag_cache_get()
367 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
925 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_check_duplicate()
1090 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_decrypt()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8723bs/include/
H A Dieee80211.h314 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8723bs/include/
H A Dieee80211.h314 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8723bs/include/
H A Dieee80211.h314 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c94 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_frag_cache_get()
362 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_rx()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c94 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_frag_cache_get()
362 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_rx()

123