Lines Matching refs:cipher
3606 wpa_printf(MSG_DEBUG, "nl80211: Supported cipher %02x-%02x-%02x:%d",
5696 static u32 wpa_cipher_to_cipher_suite(unsigned int cipher)
5698 switch (cipher) {
8756 u32 cipher = wpa_cipher_to_cipher_suite(params->pairwise_suite);
8757 wpa_printf(MSG_DEBUG, " * pairwise=0x%x", cipher);
8758 NLA_PUT_U32(msg, NL80211_ATTR_CIPHER_SUITES_PAIRWISE, cipher);
8767 wpa_printf(MSG_DEBUG, " * skip group cipher configuration for GTK_NOT_USED due to missing driver support advertisement");
8769 u32 cipher = wpa_cipher_to_cipher_suite(params->group_suite);
8770 wpa_printf(MSG_DEBUG, " * group=0x%x", cipher);
8771 NLA_PUT_U32(msg, NL80211_ATTR_CIPHER_SUITE_GROUP, cipher);