Home
last modified time | relevance | path

Searched refs:iv32 (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c915 tkip_tx_sc->iv32 = cpu_to_le32(TKIP_PN_TO_IV32(pn64)); in iwlagn_wowlan_program_keys()
917 ieee80211_get_tkip_p1k_iv(key, seq.tkip.iv32, p1k); in iwlagn_wowlan_program_keys()
940 tkip_sc[i].iv32 = cpu_to_le32(seq.tkip.iv32); in iwlagn_wowlan_program_keys()
942 if (seq.tkip.iv32 > cur_rx_iv32) in iwlagn_wowlan_program_keys()
943 cur_rx_iv32 = seq.tkip.iv32; in iwlagn_wowlan_program_keys()
H A Dsta.c1136 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) in iwl_update_tkip_key() argument
1150 iv32, phase1key, CMD_ASYNC); in iwl_update_tkip_key()
1232 ieee80211_get_tkip_rx_p1k(keyconf, addr, seq.tkip.iv32, p1k); in iwl_set_dynamic_key()
1234 seq.tkip.iv32, p1k, 0); in iwl_set_dynamic_key()
H A Dagn.h308 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key);
H A Dcommands.h3756 __le32 iv32; member
/linux/drivers/net/wireless/silabs/wfx/
H A Dkey.c78 memcpy(msg->rx_sequence_counter + sizeof(u16), &seq->tkip.iv32, sizeof(seq->tkip.iv32)); in fill_tkip_group()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.h126 struct ieee80211_sta *sta, u32 iv32,
164 struct ieee80211_sta *sta, u32 iv32,
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c245 tkip_tx_sc->iv32 = cpu_to_le32(TKIP_PN_TO_IV32(pn64)); in iwl_mvm_wowlan_get_rsc_tsc_data()
259 tkip_sc[i].iv32 = cpu_to_le32(seq.tkip.iv32); in iwl_mvm_wowlan_get_rsc_tsc_data()
395 rsc[i] = cpu_to_le64(((u64)seq.tkip.iv32 << 16) | in iwl_mvm_wowlan_get_rsc_v5_data()
557 if (seq.tkip.iv32 > cur_rx_iv32) in iwl_mvm_wowlan_get_tkip_data()
558 cur_rx_iv32 = seq.tkip.iv32; in iwl_mvm_wowlan_get_tkip_data()
1606 seq->tkip.iv32 = (u32)(pn >> 16); in iwl_mvm_le64_to_tkip_seq()
1612 seq->tkip.iv32 = le32_to_cpu(sc->iv32); in iwl_mvm_tkip_sc_to_seq()
1678 ((u64)le32_to_cpu(sc->tkip.tsc.iv32) << 16); in iwl_mvm_convert_key_counters()
H A Dsta.c3638 rx_pn[2 + hole] = seq.tkip.iv32; in iwl_mvm_send_sta_key()
3639 rx_pn[3 + hole] = seq.tkip.iv32 >> 8; in iwl_mvm_send_sta_key()
3640 rx_pn[4 + hole] = seq.tkip.iv32 >> 16; in iwl_mvm_send_sta_key()
3641 rx_pn[5 + hole] = seq.tkip.iv32 >> 24; in iwl_mvm_send_sta_key()
3830 ieee80211_get_tkip_rx_p1k(keyconf, addr, seq.tkip.iv32, p1k); in __iwl_mvm_set_sta_key()
3833 seq.tkip.iv32, p1k, 0, key_offset, in __iwl_mvm_set_sta_key()
4004 struct ieee80211_sta *sta, u32 iv32, in iwl_mvm_update_tkip_key() argument
4017 iv32, phase1key, CMD_ASYNC, keyconf->hw_key_idx, in iwl_mvm_update_tkip_key()
/linux/include/net/
H A Dmac80211.h2462 u32 iv32;
4785 u32 iv32, u16 *phase1key);
6153 * @iv32: IV32 to get the P1K for
6157 u32 iv32, u16 *p1k);
6175 u32 iv32 = get_unaligned_le32(&data[4]);
6177 ieee80211_get_tkip_p1k_iv(keyconf, iv32, p1k);
6188 * @iv32: IV32 to get the P1K for
6192 const u8 *ta, u32 iv32, u16 *p1k);
2423 u32 iv32; global() member
6133 u32 iv32 = get_unaligned_le32(&data[4]); ieee80211_get_tkip_p1k() local
/linux/drivers/net/wireless/st/cw1200/
H A Dsta.c757 wsm_key->tkip_group.rx_seqnum[2] = seq.tkip.iv32 & 0xff; in cw1200_set_key()
758 wsm_key->tkip_group.rx_seqnum[3] = (seq.tkip.iv32 >> 8) & 0xff; in cw1200_set_key()
759 wsm_key->tkip_group.rx_seqnum[4] = (seq.tkip.iv32 >> 16) & 0xff; in cw1200_set_key()
760 wsm_key->tkip_group.rx_seqnum[5] = (seq.tkip.iv32 >> 24) & 0xff; in cw1200_set_key()
/linux/net/mac80211/
H A Dcfg.c827 u32 iv32; in ieee80211_get_key()
847 iv32 = TKIP_PN_TO_IV32(pn64); in ieee80211_get_key()
853 iv32 = kseq.tkip.iv32; in ieee80211_get_key()
859 seq[2] = iv32 & 0xff; in ieee80211_get_key()
860 seq[3] = (iv32 >> 8) & 0xff; in ieee80211_get_key()
861 seq[4] = (iv32 >> 16) & 0xff; in ieee80211_get_key()
862 seq[5] = (iv32 >> 24) & 0xff; in ieee80211_get_key()
826 u32 iv32; ieee80211_get_key() local
/linux/drivers/net/wireless/broadcom/b43/
H A Dmain.c883 * When a packet is received, the iv32 is checked.
891 * a iv32 and phase1key that match. Because we drop packets in case of
892 * B43_RX_MAC_DECERR, if we have a correct iv32 but a wrong phase1key, all
899 static void rx_tkip_phase1_write(struct b43_wldev *dev, u8 index, u32 iv32, in rx_tkip_phase1_write()
922 b43dbg(dev->wl, "rx_tkip_phase1_write : idx 0x%x, iv32 0x%x\n", in rx_tkip_phase1_write()
923 index, iv32); in rx_tkip_phase1_write()
931 b43_shm_write16(dev, B43_SHM_SHARED, offset + i, iv32); in rx_tkip_phase1_write()
932 b43_shm_write16(dev, B43_SHM_SHARED, offset + i + 2, iv32 >> 16); in rx_tkip_phase1_write()
939 u32 iv32, u16 *phase1key) in b43_op_update_tkip_key()
956 rx_tkip_phase1_write(dev, index, iv32, phase1ke in b43_op_update_tkip_key()
898 rx_tkip_phase1_write(struct b43_wldev * dev,u8 index,u32 iv32,u16 * phase1key) rx_tkip_phase1_write() argument
938 b43_op_update_tkip_key(struct ieee80211_hw * hw,struct ieee80211_vif * vif,struct ieee80211_key_conf * keyconf,struct ieee80211_sta * sta,u32 iv32,u16 * phase1key) b43_op_update_tkip_key() argument
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c248 seq->tkip.iv32 = (u32)(pn >> 16); in iwl_mld_le64_to_aes_seq()
1655 cpu_to_le64(((u64)seq.tkip.iv32 << 16) | in iwl_mld_suspend_send_security_cmds()