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

/linux-4.1.27/drivers/net/wireless/b43/
H A Dxmit.c327 u16 phase1key[5]; b43_generate_txhdr() local
329 /* we give the phase1key and iv16 here, the key is stored in b43_generate_txhdr()
332 ieee80211_get_tkip_p1k(info->control.hw_key, skb_frag, phase1key); b43_generate_txhdr()
333 /* phase1key is in host endian. Copy to little-endian txhdr->iv. */ b43_generate_txhdr()
335 txhdr->iv[i * 2 + 0] = phase1key[i]; b43_generate_txhdr()
336 txhdr->iv[i * 2 + 1] = phase1key[i] >> 8; b43_generate_txhdr()
H A Dmain.c895 * a iv32 and phase1key that match. Because we drop packets in case of
896 * B43_RX_MAC_DECERR, if we have a correct iv32 but a wrong phase1key, all
904 u16 *phase1key) rx_tkip_phase1_write()
933 phase1key ? phase1key[i / 2] : 0); rx_tkip_phase1_write()
943 u32 iv32, u16 *phase1key) b43_op_update_tkip_key()
960 rx_tkip_phase1_write(dev, index, iv32, phase1key); b43_op_update_tkip_key()
984 * We should provide an initial iv32, phase1key pair. do_key_write()
986 * phase1key, but this means calling ieee80211_get_tkip_key do_key_write()
903 rx_tkip_phase1_write(struct b43_wldev *dev, u8 index, u32 iv32, u16 *phase1key) rx_tkip_phase1_write() argument
939 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-4.1.27/net/mac80211/
H A Ddriver-ops.h298 u16 *phase1key) drv_update_tkip_key()
312 ista, iv32, phase1key); drv_update_tkip_key()
294 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
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dagn.h373 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key);
H A Dmac80211.c589 u32 iv32, u16 *phase1key) iwlagn_mac_update_tkip_key()
593 iwl_update_tkip_key(priv, vif, keyconf, sta, iv32, phase1key); 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.c1186 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) iwl_update_tkip_key()
1200 iv32, phase1key, CMD_ASYNC); iwl_update_tkip_key()
1183 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
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dsta.h379 u16 *phase1key);
H A Dsta.c1539 u16 *phase1key) iwl_mvm_update_tkip_key()
1560 iv32, phase1key, CMD_ASYNC); iwl_mvm_update_tkip_key()
1535 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.c2964 u32 iv32, u16 *phase1key) iwl_mvm_mac_update_tkip_key()
2971 iwl_mvm_update_tkip_key(mvm, vif, keyconf, sta, iv32, phase1key); iwl_mvm_mac_update_tkip_key()
2960 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
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A D4965.h145 u16 *phase1key);
183 u16 *phase1key);
H A D4965-mac.c3393 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) il4965_update_tkip_key()
3415 cpu_to_le16(phase1key[i]); il4965_update_tkip_key()
5894 struct ieee80211_sta *sta, u32 iv32, u16 * phase1key) il4965_mac_update_tkip_key()
5900 il4965_update_tkip_key(il, keyconf, sta, iv32, phase1key); il4965_mac_update_tkip_key()
3392 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
5892 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
/linux-4.1.27/include/net/
H A Dmac80211.h3200 u32 iv32, u16 *phase1key);

Completed in 382 milliseconds