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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c749 int cipher_type, cipher_length; local
751 cipher_type = priv->group_cipher_suite;
752 if (cipher_type == CIPHER_SUITE_WEP_64 ||
753 cipher_type == CIPHER_SUITE_WEP_128)
755 else if (cipher_type == CIPHER_SUITE_TKIP)
759 cipher_type = priv->pairwise_cipher_suite;
762 cipher_type = CIPHER_SUITE_NONE;
766 cipher_type = priv->pairwise_cipher_suite;
767 if (cipher_type == CIPHER_SUITE_WEP_64 ||
768 cipher_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h2751 uint32 cipher_type; member in struct:pfn_olmsg_params_t
5750 uint32 cipher_type; /* DOT11_CIPHER_ALGORITHM enumeration values */ member in struct:net_detect_profile

Completed in 130 milliseconds