Home
last modified time | relevance | path

Searched refs:IEEE80211_GCMP_PN_LEN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h65 #define IEEE80211_GCMP_PN_LEN 6 macro
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h585 uint8_t pn[IEEE80211_GCMP_PN_LEN];
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drxmq.c403 BUILD_BUG_ON(IEEE80211_CCMP_PN_LEN != IEEE80211_GCMP_PN_LEN); in iwl_mvm_rx_crypto()