Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/
Datmel.c748 int cipher_type, cipher_length; in tx_update_descriptor() local
750 cipher_type = priv->group_cipher_suite; in tx_update_descriptor()
751 if (cipher_type == CIPHER_SUITE_WEP_64 || in tx_update_descriptor()
752 cipher_type == CIPHER_SUITE_WEP_128) in tx_update_descriptor()
754 else if (cipher_type == CIPHER_SUITE_TKIP) in tx_update_descriptor()
758 cipher_type = priv->pairwise_cipher_suite; in tx_update_descriptor()
761 cipher_type = CIPHER_SUITE_NONE; in tx_update_descriptor()
765 cipher_type = priv->pairwise_cipher_suite; in tx_update_descriptor()
766 if (cipher_type == CIPHER_SUITE_WEP_64 || in tx_update_descriptor()
767 cipher_type == CIPHER_SUITE_WEP_128) in tx_update_descriptor()
[all …]