Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Ddev.c1421 struct ssv_vif_priv_data *another_vif_priv = in _set_pairwise_key_tkip_ccmp() local
1446 if (another_vif_priv != NULL){ in _set_pairwise_key_tkip_ccmp()
1447 if ((another_vif_priv->pair_cipher != SSV_CIPHER_CCMP) in _set_pairwise_key_tkip_ccmp()
1448 && (another_vif_priv->pair_cipher != SSV_CIPHER_NONE)){ in _set_pairwise_key_tkip_ccmp()
1691 struct ssv_vif_priv_data *another_vif_priv = in _set_group_key_tkip_ccmp() local
1693 if ( another_vif_priv != NULL){ in _set_group_key_tkip_ccmp()
1695 && SSV6XXX_USE_HW_DECRYPT (another_vif_priv))) in _set_group_key_tkip_ccmp()
1697 && (SSV6XXX_USE_SW_DECRYPT(another_vif_priv))))){ in _set_group_key_tkip_ccmp()
1819 struct ssv_vif_priv_data *another_vif_priv = NULL; in ssv6200_set_key()
1824 another_vif_priv = sc->vif_info[another_vif_idx].vif_priv; in ssv6200_set_key()
[all …]