Searched refs:ptk_pn (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | d3.c | 140 struct iwl_mvm_key_pn *ptk_pn, in iwl_mvm_find_max_pn() argument 152 const u8 *tmp = ptk_pn->q[i].pn[tid]; in iwl_mvm_find_max_pn() 325 struct iwl_mvm_key_pn *ptk_pn; in iwl_mvm_wowlan_program_keys() local 329 ptk_pn = rcu_dereference_protected( in iwl_mvm_wowlan_program_keys() 330 mvmsta->ptk_pn[key->keyidx], in iwl_mvm_wowlan_program_keys() 332 if (WARN_ON(!ptk_pn)) in iwl_mvm_wowlan_program_keys() 336 pn = iwl_mvm_find_max_pn(key, ptk_pn, &seq, i, in iwl_mvm_wowlan_program_keys() 1317 struct iwl_mvm_key_pn *ptk_pn; in iwl_mvm_set_aes_rx_seq() local 1321 ptk_pn = rcu_dereference_protected(mvmsta->ptk_pn[key->keyidx], in iwl_mvm_set_aes_rx_seq() 1323 if (WARN_ON(!ptk_pn)) in iwl_mvm_set_aes_rx_seq() [all …]
|
D | rxmq.c | 75 struct iwl_mvm_key_pn *ptk_pn; in iwl_mvm_check_pn() local 112 ptk_pn = rcu_dereference(mvmsta->ptk_pn[keyidx]); in iwl_mvm_check_pn() 113 if (!ptk_pn) in iwl_mvm_check_pn() 133 res = memcmp(pn, ptk_pn->q[queue].pn[tid], IEEE80211_CCMP_PN_LEN); in iwl_mvm_check_pn() 139 memcpy(ptk_pn->q[queue].pn[tid], pn, IEEE80211_CCMP_PN_LEN); in iwl_mvm_check_pn()
|
D | mac80211.c | 3123 struct iwl_mvm_key_pn *ptk_pn; in iwl_mvm_mac_set_key() local 3218 WARN_ON(rcu_access_pointer(mvmsta->ptk_pn[keyidx])); in iwl_mvm_mac_set_key() 3219 ptk_pn = kzalloc(struct_size(ptk_pn, q, in iwl_mvm_mac_set_key() 3222 if (!ptk_pn) { in iwl_mvm_mac_set_key() 3230 memcpy(ptk_pn->q[q].pn[tid], in iwl_mvm_mac_set_key() 3235 rcu_assign_pointer(mvmsta->ptk_pn[keyidx], ptk_pn); in iwl_mvm_mac_set_key() 3269 ptk_pn = rcu_dereference_protected( in iwl_mvm_mac_set_key() 3270 mvmsta->ptk_pn[keyidx], in iwl_mvm_mac_set_key() 3272 RCU_INIT_POINTER(mvmsta->ptk_pn[keyidx], NULL); in iwl_mvm_mac_set_key() 3273 if (ptk_pn) in iwl_mvm_mac_set_key() [all …]
|
D | sta.h | 428 struct iwl_mvm_key_pn __rcu *ptk_pn[4]; member
|