Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/b43/
Dxmit.c327 u16 phase1key[5]; in b43_generate_txhdr() local
332 ieee80211_get_tkip_p1k(info->control.hw_key, skb_frag, phase1key); in b43_generate_txhdr()
335 txhdr->iv[i * 2 + 0] = phase1key[i]; in b43_generate_txhdr()
336 txhdr->iv[i * 2 + 1] = phase1key[i] >> 8; in b43_generate_txhdr()
Dmain.c904 u16 *phase1key) in rx_tkip_phase1_write() argument
933 phase1key ? phase1key[i / 2] : 0); in rx_tkip_phase1_write()
943 u32 iv32, u16 *phase1key) in b43_op_update_tkip_key() argument
960 rx_tkip_phase1_write(dev, index, iv32, phase1key); in b43_op_update_tkip_key()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
D4965.h145 u16 *phase1key);
183 u16 *phase1key);
D4965-mac.c3393 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) in il4965_update_tkip_key() argument
3415 cpu_to_le16(phase1key[i]); in il4965_update_tkip_key()
5894 struct ieee80211_sta *sta, u32 iv32, u16 * phase1key) in il4965_mac_update_tkip_key() argument
5900 il4965_update_tkip_key(il, keyconf, sta, iv32, phase1key); in il4965_mac_update_tkip_key()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dsta.h379 u16 *phase1key);
Dsta.c1539 u16 *phase1key) in iwl_mvm_update_tkip_key() argument
1560 iv32, phase1key, CMD_ASYNC); in iwl_mvm_update_tkip_key()
Dmac80211.c2964 u32 iv32, u16 *phase1key) in iwl_mvm_mac_update_tkip_key() argument
2971 iwl_mvm_update_tkip_key(mvm, vif, keyconf, sta, iv32, phase1key); in iwl_mvm_mac_update_tkip_key()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dagn.h373 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key);
Dsta.c1186 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) in iwl_update_tkip_key() argument
1200 iv32, phase1key, CMD_ASYNC); in iwl_update_tkip_key()
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()
/linux-4.1.27/net/mac80211/
Ddriver-ops.h298 u16 *phase1key) in drv_update_tkip_key() argument
312 ista, iv32, phase1key); in drv_update_tkip_key()
/linux-4.1.27/include/net/
Dmac80211.h3200 u32 iv32, u16 *phase1key);