Searched refs:rx_pn (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/wireless/intel/ipw2x00/ |
| A D | libipw_crypto_ccmp.c | 37 u8 rx_pn[CCMP_PN_LEN]; member 298 key->rx_pn[0], key->rx_pn[1], key->rx_pn[2], in libipw_ccmp_decrypt() 299 key->rx_pn[3], key->rx_pn[4], key->rx_pn[5], in libipw_ccmp_decrypt() 354 data->rx_pn[0] = seq[5]; in libipw_ccmp_set_key() 355 data->rx_pn[1] = seq[4]; in libipw_ccmp_set_key() 356 data->rx_pn[2] = seq[3]; in libipw_ccmp_set_key() 357 data->rx_pn[3] = seq[2]; in libipw_ccmp_set_key() 358 data->rx_pn[4] = seq[1]; in libipw_ccmp_set_key() 359 data->rx_pn[5] = seq[0]; in libipw_ccmp_set_key() 407 ccmp->rx_pn[0], ccmp->rx_pn[1], ccmp->rx_pn[2], in libipw_ccmp_print_stats() [all …]
|
| /drivers/net/wireless/intel/iwlwifi/fw/api/ |
| A D | location.h | 860 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member 930 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member 1011 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member 1087 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member 1675 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member 1736 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | ftm-initiator.c | 39 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member 642 u8 *rx_pn, u8 *tx_pn, __le32 *flags) in iwl_mvm_ftm_set_secured_ranging() argument 684 memcpy(rx_pn, entry->rx_pn, sizeof(entry->rx_pn)); in iwl_mvm_ftm_set_secured_ranging() 703 target->tk, target->rx_pn, in iwl_mvm_ftm_put_target_v7() 876 target->tk, target->rx_pn, in iwl_mvm_ftm_put_target_v10() 1217 memcpy(entry->rx_pn, fw_ap->rx_pn, sizeof(entry->rx_pn)); in iwl_mvm_ftm_pasn_update_pn()
|
| A D | sta.c | 3649 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 …]
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | htt_rx.c | 2437 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl() 2438 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() 2529 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl() 2532 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() 2832 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_frag_ind_hl() 2833 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() 4065 peer->rx_pn[sec_index].sec_type = sec_type; in ath10k_htt_rx_sec_ind_handler() 4066 peer->rx_pn[sec_index].pn_len = ath10k_htt_rx_pn_len(sec_type); in ath10k_htt_rx_sec_ind_handler()
|
| A D | core.h | 443 } rx_pn[ATH10K_HTT_TXRX_PEER_SECURITY_MAX]; member
|
Completed in 40 milliseconds