Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/broadcom/b43/
Dxmit.c321 u16 phase1key[5]; in b43_generate_txhdr() local
326 ieee80211_get_tkip_p1k(info->control.hw_key, skb_frag, phase1key); 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()
Dmain.c899 u16 *phase1key) in rx_tkip_phase1_write() argument
928 phase1key ? phase1key[i / 2] : 0); in rx_tkip_phase1_write()
938 u32 iv32, u16 *phase1key) in b43_op_update_tkip_key() argument
955 rx_tkip_phase1_write(dev, index, iv32, phase1key); in b43_op_update_tkip_key()
/linux-6.6.21/drivers/net/wireless/intel/iwlegacy/
D4965.h127 u16 *phase1key);
165 u16 *phase1key);
D4965-mac.c3372 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) in il4965_update_tkip_key() argument
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() argument
5879 il4965_update_tkip_key(il, keyconf, sta, iv32, phase1key); in il4965_mac_update_tkip_key()
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.h518 u16 *phase1key);
Dsta.c4014 u16 *phase1key) in iwl_mvm_update_tkip_key() argument
4026 iv32, phase1key, CMD_ASYNC, keyconf->hw_key_idx, in iwl_mvm_update_tkip_key()
Dmvm.h2676 u32 iv32, u16 *phase1key);
Dmac80211.c4328 u32 iv32, u16 *phase1key) in iwl_mvm_mac_update_tkip_key() argument
4335 iwl_mvm_update_tkip_key(mvm, vif, keyconf, sta, iv32, phase1key); in iwl_mvm_mac_update_tkip_key()
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/dvm/
Dagn.h308 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key);
Dmac80211.c589 u32 iv32, u16 *phase1key) in iwlagn_mac_update_tkip_key() argument
593 iwl_update_tkip_key(priv, vif, keyconf, sta, iv32, phase1key); in iwlagn_mac_update_tkip_key()
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()
/linux-6.6.21/net/mac80211/
Ddriver-ops.h241 u16 *phase1key) in drv_update_tkip_key() argument
255 ista, iv32, phase1key); in drv_update_tkip_key()
/linux-6.6.21/include/net/
Dmac80211.h4328 u32 iv32, u16 *phase1key);