Home
last modified time | relevance | path

Searched refs:RSN_CAP_PTK_REPLAY_CNTR_MASK (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dwpa.h171 #define RSN_CAP_PTK_REPLAY_CNTR_MASK 0x000C macro
188 #define WPA_CAP_REPLAY_CNTR_MASK RSN_CAP_PTK_REPLAY_CNTR_MASK
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dwpa.h202 #define RSN_CAP_PTK_REPLAY_CNTR_MASK 0x000C macro
219 #define WPA_CAP_REPLAY_CNTR_MASK RSN_CAP_PTK_REPLAY_CNTR_MASK
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dwpa.h210 #define RSN_CAP_PTK_REPLAY_CNTR_MASK 0x000C macro
227 #define WPA_CAP_REPLAY_CNTR_MASK RSN_CAP_PTK_REPLAY_CNTR_MASK
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dwpa.h210 #define RSN_CAP_PTK_REPLAY_CNTR_MASK 0x000C macro
227 #define WPA_CAP_REPLAY_CNTR_MASK RSN_CAP_PTK_REPLAY_CNTR_MASK
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwpa.h214 #define RSN_CAP_PTK_REPLAY_CNTR_MASK 0x000C macro
232 #define WPA_CAP_REPLAY_CNTR_MASK RSN_CAP_PTK_REPLAY_CNTR_MASK
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dwpa.h214 #define RSN_CAP_PTK_REPLAY_CNTR_MASK 0x000C macro
232 #define WPA_CAP_REPLAY_CNTR_MASK RSN_CAP_PTK_REPLAY_CNTR_MASK
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c61 #define RSN_CAP_PTK_REPLAY_CNTR_MASK (BIT(2) | BIT(3)) macro
4265 if (rsn_cap & RSN_CAP_PTK_REPLAY_CNTR_MASK) in brcmf_configure_wpaie()