Home
last modified time | relevance | path

Searched refs:rx_pn (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dlocation.h794 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member
863 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member
944 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member
1508 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-initiator.c39 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member
745 memcpy(target->rx_pn, entry->rx_pn, sizeof(target->rx_pn)); in iwl_mvm_ftm_set_secured_ranging()
1170 memcpy(entry->rx_pn, fw_ap->rx_pn, sizeof(entry->rx_pn)); in iwl_mvm_ftm_pasn_update_pn()
H A Dsta.c3649 rx_pn[0] = seq.tkip.iv16; in iwl_mvm_send_sta_key()
3650 rx_pn[1] = seq.tkip.iv16 >> 8; in iwl_mvm_send_sta_key()
3651 rx_pn[2 + hole] = seq.tkip.iv32; in iwl_mvm_send_sta_key()
3652 rx_pn[3 + hole] = seq.tkip.iv32 >> 8; in iwl_mvm_send_sta_key()
3656 rx_pn = seq.hw.seq; in iwl_mvm_send_sta_key()
3659 rx_pn[0] = seq.ccmp.pn[0]; in iwl_mvm_send_sta_key()
3660 rx_pn[1] = seq.ccmp.pn[1]; in iwl_mvm_send_sta_key()
3661 rx_pn[2 + hole] = seq.ccmp.pn[2]; in iwl_mvm_send_sta_key()
3662 rx_pn[3 + hole] = seq.ccmp.pn[3]; in iwl_mvm_send_sta_key()
3663 rx_pn[4 + hole] = seq.ccmp.pn[4]; in iwl_mvm_send_sta_key()
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c2574 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl()
2575 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_pn_check_replay_hl()
2666 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl()
2669 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_proc_rx_ind_hl()
2969 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_frag_ind_hl()
2970 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_proc_rx_frag_ind_hl()
4211 peer->rx_pn[sec_index].sec_type = sec_type; in ath10k_htt_rx_sec_ind_handler()
4212 peer->rx_pn[sec_index].pn_len = ath10k_htt_rx_pn_len(sec_type); in ath10k_htt_rx_sec_ind_handler()
H A Dcore.h443 } rx_pn[ATH10K_HTT_TXRX_PEER_SECURITY_MAX]; member