Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/atmel/
Datmel.c469 u8 group_cipher_suite, pairwise_cipher_suite; member
750 cipher_type = priv->group_cipher_suite; in tx_update_descriptor()
771 else if (priv->group_cipher_suite == CIPHER_SUITE_WEP_64 || in tx_update_descriptor()
772 priv->group_cipher_suite == CIPHER_SUITE_WEP_128) { in tx_update_descriptor()
773 cipher_type = priv->group_cipher_suite; in tx_update_descriptor()
1562 priv->group_cipher_suite = priv->pairwise_cipher_suite = CIPHER_SUITE_NONE; in init_atmel_card()
3825 priv->group_cipher_suite = priv->pairwise_cipher_suite; in build_wpa_mib()
3827 mib.cipher_default_key_value[i][MAX_ENCRYPTION_KEY_SIZE-2] = priv->group_cipher_suite; in build_wpa_mib()