Searched refs:IEEE80211_GCMP_PN_LEN (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | cfg80211.c | 1577 IEEE80211_GCMP_PN_LEN); in wil_set_crypto_rx() 1579 memset(cc->pn, 0, IEEE80211_GCMP_PN_LEN); in wil_set_crypto_rx() 1586 memcpy(cc->pn, params->seq, IEEE80211_GCMP_PN_LEN); in wil_set_crypto_rx() 1588 memset(cc->pn, 0, IEEE80211_GCMP_PN_LEN); in wil_set_crypto_rx() 1658 if (params->seq && params->seq_len != IEEE80211_GCMP_PN_LEN) { in wil_cfg80211_add_key() 2071 key_params.seq_len = IEEE80211_GCMP_PN_LEN; in wil_cfg80211_ap_recovery()
|
| H A D | txrx_edma.c | 558 if (reverse_memcmp(pn, cc->pn, IEEE80211_GCMP_PN_LEN) <= 0) { in wil_rx_crypto_check_edma() 564 memcpy(cc->pn, pn, IEEE80211_GCMP_PN_LEN); in wil_rx_crypto_check_edma()
|
| H A D | txrx.c | 678 if (reverse_memcmp(pn, cc->pn, IEEE80211_GCMP_PN_LEN) <= 0) { in wil_rx_crypto_check() 684 memcpy(cc->pn, pn, IEEE80211_GCMP_PN_LEN); in wil_rx_crypto_check()
|
| H A D | wil6210.h | 699 u8 pn[IEEE80211_GCMP_PN_LEN];
|
| /linux/include/linux/ |
| H A D | ieee80211.h | 1937 #define IEEE80211_GCMP_PN_LEN 6 macro
|
| /linux/net/mac80211/ |
| H A D | rx.c | 2438 IEEE80211_GCMP_PN_LEN); in ieee80211_rx_h_defragment()
|