Searched refs:sramKey (Results 1 – 2 of 2) sorted by relevance
1087 struct ssv6xxx_hw_sec *sramKey = &vif_info->sramKey; in hw_crypto_key_write_wep() local1098 ssv6xxx_foreach_vif_sta(sc, vif_info, _set_wep_hw_crypto_pair_key, sramKey); in hw_crypto_key_write_wep()1105 pointer = (int *)&sramKey->group_key[key->keyidx-1]; in hw_crypto_key_write_wep()1109 ssv6xxx_foreach_vif_sta(sc, vif_info, _set_wep_hw_crypto_group_key, sramKey); in hw_crypto_key_write_wep()1128 struct ssv6xxx_hw_sec *sramKey = &(vif_info->sramKey); in _set_aes_tkip_hw_crypto_group_key() local1133 sramKey->sta_key[wsid].group_key_idx = index; in _set_aes_tkip_hw_crypto_group_key()1143 pointer = (int *)&sramKey->group_key[index-1]; in _set_aes_tkip_hw_crypto_group_key()1150 pointer = (int *)&sramKey->sta_key[wsid]; in _set_aes_tkip_hw_crypto_group_key()1168 struct ssv6xxx_hw_sec *sramKey; in _write_pairwise_key_to_hw() local1193 sramKey = &(sc->vif_info[vif_priv->vif_idx].sramKey); in _write_pairwise_key_to_hw()[all …]
266 struct ssv6xxx_hw_sec sramKey; member