Searched refs:tx_pn (Results 1 – 13 of 13) sorted by relevance
| /drivers/net/wireless/intel/ipw2x00/ |
| A D | libipw_crypto_ccmp.c | 36 u8 tx_pn[CCMP_PN_LEN]; member 165 key->tx_pn[i]++; in libipw_ccmp_hdr() 166 if (key->tx_pn[i] != 0) in libipw_ccmp_hdr() 171 *pos++ = key->tx_pn[5]; in libipw_ccmp_hdr() 172 *pos++ = key->tx_pn[4]; in libipw_ccmp_hdr() 175 *pos++ = key->tx_pn[3]; in libipw_ccmp_hdr() 176 *pos++ = key->tx_pn[2]; in libipw_ccmp_hdr() 177 *pos++ = key->tx_pn[1]; in libipw_ccmp_hdr() 178 *pos++ = key->tx_pn[0]; in libipw_ccmp_hdr() 405 ccmp->tx_pn[0], ccmp->tx_pn[1], ccmp->tx_pn[2], in libipw_ccmp_print_stats() [all …]
|
| /drivers/net/wireless/intel/iwlwifi/fw/api/ |
| A D | location.h | 861 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member 931 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member 1012 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member 1088 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member 1676 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member 1737 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | ftm-initiator.c | 38 u8 tx_pn[IEEE80211_CCMP_PN_LEN]; member 642 u8 *rx_pn, u8 *tx_pn, __le32 *flags) in iwl_mvm_ftm_set_secured_ranging() argument 685 memcpy(tx_pn, entry->tx_pn, sizeof(entry->tx_pn)); in iwl_mvm_ftm_set_secured_ranging() 704 target->tx_pn, in iwl_mvm_ftm_put_target_v7() 877 target->tx_pn, in iwl_mvm_ftm_put_target_v10() 1218 memcpy(entry->tx_pn, fw_ap->tx_pn, sizeof(entry->tx_pn)); in iwl_mvm_ftm_pasn_update_pn()
|
| A D | d3.c | 243 pn64 = atomic64_read(&key->tx_pn); in iwl_mvm_wowlan_get_rsc_tsc_data() 276 pn64 = atomic64_read(&key->tx_pn); in iwl_mvm_wowlan_get_rsc_tsc_data() 538 pn64 = atomic64_read(&key->tx_pn); in iwl_mvm_wowlan_get_tkip_data() 1461 u64 tx_pn; member 1701 status->ptk.tkip.tx_pn = (u64)le16_to_cpu(sc->tkip.tsc.iv16) | in iwl_mvm_convert_key_counters() 1703 status->ptk.aes.tx_pn = le64_to_cpu(sc->aes.tsc.pn); in iwl_mvm_convert_key_counters() 1911 atomic64_set(&key->tx_pn, status->ptk.aes.tx_pn); in iwl_mvm_d3_update_keys() 1918 atomic64_set(&key->tx_pn, status->ptk.tkip.tx_pn); in iwl_mvm_d3_update_keys()
|
| A D | mld-key.c | 193 .u.add.tx_seq = cpu_to_le64(atomic64_read(&keyconf->tx_pn)), in iwl_mvm_mld_send_key()
|
| A D | tx.c | 446 pn = atomic64_inc_return(&keyconf->tx_pn); in iwl_mvm_set_tx_cmd_pn() 479 pn = atomic64_inc_return(&keyconf->tx_pn); in iwl_mvm_set_tx_cmd_crypto()
|
| A D | sta.c | 3588 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key() 3602 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key() 3618 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key()
|
| /drivers/net/wireless/mediatek/mt76/ |
| A D | mt76x02_mac.c | 103 atomic64_set(&key->tx_pn, pn); in mt76x02_mac_wcid_sync_pn() 126 pn = atomic64_read(&key->tx_pn); in mt76x02_mac_wcid_set_key() 367 u64 pn = atomic64_inc_return(&key->tx_pn); in mt76x02_mac_write_txwi()
|
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | key.c | 127 .u.add.tx_seq = cpu_to_le64(atomic64_read(&key->tx_pn)), in iwl_mld_add_key_to_fw()
|
| /drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | lib.c | 913 pn64 = atomic64_read(&key->tx_pn); in iwlagn_wowlan_program_keys() 966 pn64 = atomic64_read(&key->tx_pn); in iwlagn_wowlan_program_keys()
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | wow.c | 127 pn = atomic64_inc_return(&key->tx_pn); in rtw89_tx_pn_to_iv() 206 atomic64_set(&key->tx_pn, pn); in rtw89_tx_iv_to_pn()
|
| A D | core.c | 619 pn64 = atomic64_inc_return(&key->tx_pn); in rtw89_core_tx_update_sec_key()
|
| /drivers/net/wireless/mediatek/mt76/mt7603/ |
| A D | mac.c | 1032 u64 pn = atomic64_inc_return(&key->tx_pn); in mt7603_mac_write_txwi()
|
Completed in 54 milliseconds