Home
last modified time | relevance | path

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

/include/linux/
Dieee80211.h3849 #define SUITE(oui, id) (((oui) << 8) | (id)) macro
3852 #define WLAN_CIPHER_SUITE_USE_GROUP SUITE(0x000FAC, 0)
3853 #define WLAN_CIPHER_SUITE_WEP40 SUITE(0x000FAC, 1)
3854 #define WLAN_CIPHER_SUITE_TKIP SUITE(0x000FAC, 2)
3856 #define WLAN_CIPHER_SUITE_CCMP SUITE(0x000FAC, 4)
3857 #define WLAN_CIPHER_SUITE_WEP104 SUITE(0x000FAC, 5)
3858 #define WLAN_CIPHER_SUITE_AES_CMAC SUITE(0x000FAC, 6)
3859 #define WLAN_CIPHER_SUITE_GCMP SUITE(0x000FAC, 8)
3860 #define WLAN_CIPHER_SUITE_GCMP_256 SUITE(0x000FAC, 9)
3861 #define WLAN_CIPHER_SUITE_CCMP_256 SUITE(0x000FAC, 10)
[all …]