Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dkey.h95 u8 rx_pn[IEEE80211_CMAC_PN_LEN];
H A Dkey.c684 for (j = 0; j < IEEE80211_CMAC_PN_LEN; j++) in ieee80211_key_alloc()
686 seq[IEEE80211_CMAC_PN_LEN - j - 1]; in ieee80211_key_alloc()
1284 memcpy(seq->aes_cmac.pn, pn, IEEE80211_CMAC_PN_LEN); in ieee80211_get_key_rx_seq()
1337 memcpy(pn, seq->aes_cmac.pn, IEEE80211_CMAC_PN_LEN); in ieee80211_set_key_rx_seq()
/openbmc/linux/include/linux/
H A Dieee80211.h3730 #define IEEE80211_CMAC_PN_LEN 6 macro