Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43/
H A 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()
H A Dmain.c891 * 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
900 u16 *phase1key) in rx_tkip_phase1_write()
929 phase1key ? phase1key[i / 2] : 0); in rx_tkip_phase1_write()
939 u32 iv32, u16 *phase1key) in b43_op_update_tkip_key()
956 rx_tkip_phase1_write(dev, index, iv32, phase1key); in b43_op_update_tkip_key()
980 * We should provide an initial iv32, phase1key pair. in do_key_write()
982 * phase1key, but this means calling ieee80211_get_tkip_key in do_key_write()
899 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
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.h127 u16 *phase1key);
165 u16 *phase1key);
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dagn.h308 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key);
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()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c4005 u16 *phase1key) 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.h4785 u32 iv32, u16 *phase1key);