Searched refs:phase1key (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/broadcom/b43/ |
| D | xmit.c | 321 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()
|
| D | main.c | 898 u16 *phase1key) in rx_tkip_phase1_write() argument 927 phase1key ? phase1key[i / 2] : 0); in rx_tkip_phase1_write() 937 u32 iv32, u16 *phase1key) in b43_op_update_tkip_key() argument 954 rx_tkip_phase1_write(dev, index, iv32, phase1key); in b43_op_update_tkip_key()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlegacy/ |
| D | 4965.h | 127 u16 *phase1key); 165 u16 *phase1key);
|
| D | 4965-mac.c | 3376 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) in il4965_update_tkip_key() argument 3398 cpu_to_le16(phase1key[i]); in il4965_update_tkip_key() 5878 struct ieee80211_sta *sta, u32 iv32, u16 * phase1key) in il4965_mac_update_tkip_key() argument 5884 il4965_update_tkip_key(il, keyconf, sta, iv32, phase1key); in il4965_mac_update_tkip_key()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | sta.h | 522 u16 *phase1key);
|
| D | sta.c | 3617 u16 *phase1key) in iwl_mvm_update_tkip_key() argument 3629 iv32, phase1key, CMD_ASYNC, keyconf->hw_key_idx, in iwl_mvm_update_tkip_key()
|
| D | mac80211.c | 3541 u32 iv32, u16 *phase1key) in iwl_mvm_mac_update_tkip_key() argument 3548 iwl_mvm_update_tkip_key(mvm, vif, keyconf, sta, iv32, phase1key); in iwl_mvm_mac_update_tkip_key()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | agn.h | 361 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key);
|
| D | mac80211.c | 593 u32 iv32, u16 *phase1key) in iwlagn_mac_update_tkip_key() argument 597 iwl_update_tkip_key(priv, vif, keyconf, sta, iv32, phase1key); in iwlagn_mac_update_tkip_key()
|
| D | sta.c | 1138 struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) in iwl_update_tkip_key() argument 1152 iv32, phase1key, CMD_ASYNC); in iwl_update_tkip_key()
|
| /Linux-v5.4/net/mac80211/ |
| D | driver-ops.h | 262 u16 *phase1key) in drv_update_tkip_key() argument 276 ista, iv32, phase1key); in drv_update_tkip_key()
|
| /Linux-v5.4/include/net/ |
| D | mac80211.h | 3802 u32 iv32, u16 *phase1key);
|