Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c468 u8 group_cipher_suite, pairwise_cipher_suite; member
749 cipher_type = priv->group_cipher_suite; in tx_update_descriptor()
770 else if (priv->group_cipher_suite == CIPHER_SUITE_WEP_64 || in tx_update_descriptor()
771 priv->group_cipher_suite == CIPHER_SUITE_WEP_128) { in tx_update_descriptor()
772 cipher_type = priv->group_cipher_suite; in tx_update_descriptor()
1561 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()