Home
last modified time | relevance | path

Searched refs:phase1key (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dxmit.c321 u16 phase1key[5]; in b43_generate_txhdr() local
323 /* we give the phase1key and iv16 here, the key is stored in in b43_generate_txhdr()
326 ieee80211_get_tkip_p1k(info->control.hw_key, skb_frag, phase1key); in b43_generate_txhdr()
327 /* phase1key is in host endian. Copy to little-endian txhdr->iv. */ in b43_generate_txhdr()
329 txhdr->iv[i * 2 + 0] = phase1key[i]; in b43_generate_txhdr()
330 txhdr->iv[i * 2 + 1] = phase1key[i] >> 8; in b43_generate_txhdr()
H A Dmain.c890 * a iv32 and phase1key that match. Because we drop packets in case of
891 * B43_RX_MAC_DECERR, if we have a correct iv32 but a wrong phase1key, all
899 u16 *phase1key) in rx_tkip_phase1_write()
928 phase1key ? phase1key[i / 2] : 0); in rx_tkip_phase1_write()
938 u32 iv32, u16 *phase1key) in b43_op_update_tkip_key()
955 rx_tkip_phase1_write(dev, index, iv32, phase1key); in b43_op_update_tkip_key()
979 * We should provide an initial iv32, phase1key pair. in do_key_write()
981 * phase1key, but this means calling ieee80211_get_tkip_key in do_key_write()
898 rx_tkip_phase1_write(struct b43_wldev *dev, u8 index, u32 iv32, u16 *phase1key) rx_tkip_phase1_write() argument
934 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
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dxmit.c321 u16 phase1key[5]; in b43_generate_txhdr() local
323 /* we give the phase1key and iv16 here, the key is stored in in b43_generate_txhdr()
326 ieee80211_get_tkip_p1k(info->control.hw_key, skb_frag, phase1key); in b43_generate_txhdr()
327 /* phase1key is in host endian. Copy to little-endian txhdr->iv. */ in b43_generate_txhdr()
329 txhdr->iv[i * 2 + 0] = phase1key[i]; in b43_generate_txhdr()
330 txhdr->iv[i * 2 + 1] = phase1key[i] >> 8; in b43_generate_txhdr()
H A Dmain.c890 * a iv32 and phase1key that match. Because we drop packets in case of
891 * B43_RX_MAC_DECERR, if we have a correct iv32 but a wrong phase1key, all
899 u16 *phase1key) in rx_tkip_phase1_write()
928 phase1key ? phase1key[i / 2] : 0); in rx_tkip_phase1_write()
938 u32 iv32, u16 *phase1key) in b43_op_update_tkip_key()
955 rx_tkip_phase1_write(dev, index, iv32, phase1key); in b43_op_update_tkip_key()
979 * We should provide an initial iv32, phase1key pair. in do_key_write()
981 * phase1key, but this means calling ieee80211_get_tkip_key in do_key_write()
898 rx_tkip_phase1_write(struct b43_wldev *dev, u8 index, u32 iv32, u16 *phase1key) rx_tkip_phase1_write() argument
934 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
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D4965.h127 u16 *phase1key);
165 u16 *phase1key);
H A D4965-mac.c3373 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) in il4965_update_tkip_key()
3395 cpu_to_le16(phase1key[i]); in il4965_update_tkip_key()
5874 struct ieee80211_sta *sta, u32 iv32, u16 * phase1key) in il4965_mac_update_tkip_key()
5880 il4965_update_tkip_key(il, keyconf, sta, iv32, phase1key); in il4965_mac_update_tkip_key()
3372 il4965_update_tkip_key(struct il_priv *il, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) il4965_update_tkip_key() argument
5872 il4965_mac_update_tkip_key(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 * phase1key) il4965_mac_update_tkip_key() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D4965.h127 u16 *phase1key);
165 u16 *phase1key);
H A D4965-mac.c3372 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) in il4965_update_tkip_key()
3394 cpu_to_le16(phase1key[i]); in il4965_update_tkip_key()
5873 struct ieee80211_sta *sta, u32 iv32, u16 * phase1key) in il4965_mac_update_tkip_key()
5879 il4965_update_tkip_key(il, keyconf, sta, iv32, phase1key); in il4965_mac_update_tkip_key()
3371 il4965_update_tkip_key(struct il_priv *il, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) il4965_update_tkip_key() argument
5871 il4965_mac_update_tkip_key(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 * phase1key) il4965_mac_update_tkip_key() argument
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.h522 u16 *phase1key);
H A Dsta.c3705 u16 *phase1key) in iwl_mvm_update_tkip_key()
3717 iv32, phase1key, CMD_ASYNC, keyconf->hw_key_idx, in iwl_mvm_update_tkip_key()
3701 iwl_mvm_update_tkip_key(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) iwl_mvm_update_tkip_key() argument
H A Dmac80211.c3659 u32 iv32, u16 *phase1key) in iwl_mvm_mac_update_tkip_key()
3666 iwl_mvm_update_tkip_key(mvm, vif, keyconf, sta, iv32, phase1key); in iwl_mvm_mac_update_tkip_key()
3655 iwl_mvm_mac_update_tkip_key(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) iwl_mvm_mac_update_tkip_key() argument
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dagn.h361 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key);
H A Dmac80211.c594 u32 iv32, u16 *phase1key) in iwlagn_mac_update_tkip_key()
598 iwl_update_tkip_key(priv, vif, keyconf, sta, iv32, phase1key); in iwlagn_mac_update_tkip_key()
590 iwlagn_mac_update_tkip_key(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) iwlagn_mac_update_tkip_key() argument
H A Dsta.c1141 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) in iwl_update_tkip_key()
1155 iv32, phase1key, CMD_ASYNC); in iwl_update_tkip_key()
1138 iwl_update_tkip_key(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) iwl_update_tkip_key() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.h518 u16 *phase1key);
H A Dsta.c4014 u16 *phase1key) in iwl_mvm_update_tkip_key()
4026 iv32, phase1key, CMD_ASYNC, keyconf->hw_key_idx, in iwl_mvm_update_tkip_key()
4010 iwl_mvm_update_tkip_key(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) iwl_mvm_update_tkip_key() argument
H A Dmvm.h2676 u32 iv32, u16 *phase1key);
H A Dmac80211.c4345 u32 iv32, u16 *phase1key) in iwl_mvm_mac_update_tkip_key()
4352 iwl_mvm_update_tkip_key(mvm, vif, keyconf, sta, iv32, phase1key); in iwl_mvm_mac_update_tkip_key()
4341 iwl_mvm_mac_update_tkip_key(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) iwl_mvm_mac_update_tkip_key() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dagn.h308 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key);
H A Dmac80211.c589 u32 iv32, u16 *phase1key) in iwlagn_mac_update_tkip_key()
593 iwl_update_tkip_key(priv, vif, keyconf, sta, iv32, phase1key); in iwlagn_mac_update_tkip_key()
585 iwlagn_mac_update_tkip_key(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) iwlagn_mac_update_tkip_key() argument
H A Dsta.c1136 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) in iwl_update_tkip_key()
1150 iv32, phase1key, CMD_ASYNC); in iwl_update_tkip_key()
1133 iwl_update_tkip_key(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) iwl_update_tkip_key() argument
/kernel/linux/linux-5.10/net/mac80211/
H A Ddriver-ops.h261 u16 *phase1key) in drv_update_tkip_key()
275 ista, iv32, phase1key); in drv_update_tkip_key()
257 drv_update_tkip_key(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_key_conf *conf, struct sta_info *sta, u32 iv32, u16 *phase1key) drv_update_tkip_key() argument
/kernel/linux/linux-6.6/net/mac80211/
H A Ddriver-ops.h241 u16 *phase1key) in drv_update_tkip_key()
255 ista, iv32, phase1key); in drv_update_tkip_key()
237 drv_update_tkip_key(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_key_conf *conf, struct sta_info *sta, u32 iv32, u16 *phase1key) drv_update_tkip_key() argument
/kernel/linux/linux-5.10/include/net/
H A Dmac80211.h3927 u32 iv32, u16 *phase1key);
/kernel/linux/linux-6.6/include/net/
H A Dmac80211.h4328 u32 iv32, u16 *phase1key);

Completed in 100 milliseconds