Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Ddrv_comm.h33 SSV_CIPHER_CCMP, enumerator
H A Ddev.c1277 cipher = SSV_CIPHER_CCMP; in _prepare_key()
1307 cipher = SSV_CIPHER_CCMP; in _prepare_key()
1416 const char *cipher_name = (cipher == SSV_CIPHER_CCMP) ? "CCMP" : "TKIP"; in _set_pairwise_key_tkip_ccmp()
1442 if ((tdls_link) && (vif_priv->pair_cipher != SSV_CIPHER_CCMP) in _set_pairwise_key_tkip_ccmp()
1447 if ((another_vif_priv->pair_cipher != SSV_CIPHER_CCMP) in _set_pairwise_key_tkip_ccmp()
1453 if ((((tdls_link) && (vif_priv->pair_cipher != SSV_CIPHER_CCMP)) || (use_non_ccmp)) in _set_pairwise_key_tkip_ccmp()
1454 && (sc->sh->cfg.use_wpa2_only == 1) && (cipher == SSV_CIPHER_CCMP)){ in _set_pairwise_key_tkip_ccmp()
1470 || ((cipher == SSV_CIPHER_CCMP) && (sc->sh->cfg.use_wpa2_only == 1))) in _set_pairwise_key_tkip_ccmp()
1527 temp_crypt = (cipher == SSV_CIPHER_CCMP) in _set_pairwise_key_tkip_ccmp()
1589 const char *cipher_name = (cipher == SSV_CIPHER_CCMP) ? "CCMP" : "TKIP"; in _set_group_key_tkip_ccmp()
[all …]