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

/drivers/net/wireless/iwlwifi/mvm/
H A Dsta.h375 u16 *phase1key);
H A Dsta.c1366 u16 *phase1key)
1386 iv32, phase1key, CMD_ASYNC);
1362 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) argument
H A Dmac80211.c2303 u32 iv32, u16 *phase1key)
2310 iwl_mvm_update_tkip_key(mvm, vif, keyconf, sta, iv32, phase1key);
2299 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) argument
/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)
3415 cpu_to_le16(phase1key[i]);
5894 struct ieee80211_sta *sta, u32 iv32, u16 * phase1key)
5900 il4965_update_tkip_key(il, keyconf, sta, iv32, phase1key);
3392 il4965_update_tkip_key(struct il_priv *il, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) 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) argument
/drivers/net/wireless/b43/
H A Dxmit.c327 u16 phase1key[5]; local
329 /* we give the phase1key and iv16 here, the key is stored in
332 ieee80211_get_tkip_p1k(info->control.hw_key, skb_frag, phase1key);
333 /* phase1key is in host endian. Copy to little-endian txhdr->iv. */
335 txhdr->iv[i * 2 + 0] = phase1key[i];
336 txhdr->iv[i * 2 + 1] = phase1key[i] >> 8;
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)
933 phase1key ? phase1key[i / 2] : 0);
943 u32 iv32, u16 *phase1key)
960 rx_tkip_phase1_write(dev, index, iv32, phase1key);
984 * We should provide an initial iv32, phase1key pair.
986 * phase1key, but this means calling ieee80211_get_tkip_key
903 rx_tkip_phase1_write(struct b43_wldev *dev, u8 index, u32 iv32, u16 *phase1key) 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) argument
/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)
593 iwl_update_tkip_key(priv, vif, keyconf, sta, iv32, phase1key);
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) argument
H A Dsta.c1186 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key)
1200 iv32, phase1key, CMD_ASYNC);
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) argument

Completed in 145 milliseconds