Home
last modified time | relevance | path

Searched refs:ptk (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1439 } ptk; member
1634 iwl_mvm_set_key_rx_seq_tids(key, status->ptk.aes.seq); in iwl_mvm_set_aes_ptk_rx_seq()
1652 status->ptk.aes.seq[tid].ccmp.pn, in iwl_mvm_set_aes_ptk_rx_seq()
1677 status->ptk.tkip.tx_pn = (u64)le16_to_cpu(sc->tkip.tsc.iv16) | in iwl_mvm_convert_key_counters()
1679 status->ptk.aes.tx_pn = le64_to_cpu(sc->aes.tsc.pn); in iwl_mvm_convert_key_counters()
1684 &status->ptk.tkip.seq[i]); in iwl_mvm_convert_key_counters()
1686 &status->ptk.aes.seq[i]); in iwl_mvm_convert_key_counters()
1732 &status->ptk.tkip.seq[tid]); in iwl_mvm_convert_key_counters_v5()
1734 &status->ptk.aes.seq[tid]); in iwl_mvm_convert_key_counters_v5()
1825 atomic64_set(&key->tx_pn, status->ptk.aes.tx_pn); in iwl_mvm_d3_update_keys()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c101 * @ptk: last seq numbers per tid passed by the FW,
123 } ptk;
358 struct ieee80211_key_seq *aes_seq = wowlan_status->ptk.aes_seq;
359 struct ieee80211_key_seq *tkip_seq = wowlan_status->ptk.tkip_seq; in iwl_mld_convert_mcast_ipn()
896 wowlan_status->ptk.tkip_seq : in iwl_mld_resume_keys_iter()
897 wowlan_status->ptk.aes_seq); in iwl_mld_resume_keys_iter()
907 wowlan_status->ptk.aes_seq[tid].ccmp.pn, in iwl_mld_resume_keys_iter()
117 } ptk; global() member
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h156 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
H A Dhif.c1110 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len, in wilc_add_ptk() argument
1133 memcpy(&key_buf->key[0], ptk, ptk_key_len); in wilc_add_ptk()
1160 memcpy(&key_buf->key[0], ptk, ptk_key_len); in wilc_add_ptk()
/linux/net/mac80211/
H A Dmesh_pathtbl.c522 key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in mesh_fast_tx_cache()
H A Drx.c2075 sta_ptk = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt()
2084 ptk_idx = rcu_dereference(rx->sta->ptk[keyid]); in ieee80211_rx_h_decrypt()
4812 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_rx()
H A Dtx.c605 (key = rcu_dereference(tx->sta->ptk[tx->sta->ptk_idx]))) in ieee80211_tx_h_select_key()
3240 build.key = rcu_access_pointer(sta->ptk[sta->ptk_idx]); in ieee80211_check_fast_xmit()
4807 key = rcu_dereference(sta->ptk[sta->ptk_idx]); in ieee80211_build_data_template()
H A Dcfg.c605 key = wiphy_dereference(local->hw.wiphy, sta->ptk[key_idx]); in ieee80211_set_tx()
771 sta->ptk[key_idx]); in ieee80211_lookup_key()
H A Dsta_info.c690 BUILD_BUG_ON(ARRAY_SIZE(sta->ptk) <= INVALID_PTK_KEYIDX); in __sta_info_alloc()
H A Dmlme.c2785 sta->ptk[sta->ptk_idx]); in ieee80211_sta_csa_rnr_iter()