Searched defs:phase1key (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/b43/
H A Dxmit.c325 u16 phase1key[5]; local
327 /* we give the phase1key and iv16 here, the key is stored in
330 ieee80211_get_tkip_p1k(info->control.hw_key, skb_frag, phase1key);
331 /* phase1key is in host endian. Copy to little-endian txhdr->iv. */
333 txhdr->iv[i * 2 + 0] = phase1key[i];
334 txhdr->iv[i * 2 + 1] = phase1key[i] >> 8;
H A Dmain.c852 * a iv32 and phase1key that match. Because we drop packets in case of
853 * B43_RX_MAC_DECERR, if we have a correct iv32 but a wrong phase1key, all
861 u16 *phase1key)
890 phase1key ? phase1key[i / 2] : 0);
900 u32 iv32, u16 *phase1key)
917 rx_tkip_phase1_write(dev, index, iv32, phase1key);
941 * We should provide an initial iv32, phase1key pair.
943 * phase1key, but this means calling ieee80211_get_tkip_key
860 rx_tkip_phase1_write(struct b43_wldev *dev, u8 index, u32 iv32, u16 *phase1key) argument
896 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/
H A Diwl-agn-sta.c1167 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key)
1181 iv32, phase1key, CMD_ASYNC);
1164 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
H A Diwl-mac80211.c518 u32 iv32, u16 *phase1key)
522 iwl_update_tkip_key(priv, vif, keyconf, sta, iv32, phase1key);
514 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
/drivers/net/wireless/iwlegacy/
H A D4965-mac.c3347 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key)
3369 cpu_to_le16(phase1key[i]);
5848 struct ieee80211_sta *sta, u32 iv32, u16 * phase1key)
5854 il4965_update_tkip_key(il, keyconf, sta, iv32, phase1key);
3346 il4965_update_tkip_key(struct il_priv *il, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) argument
5846 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

Completed in 715 milliseconds