Searched refs:SUITE (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/linux/ |
D | ieee80211.h | 3002 #define SUITE(oui, id) (((oui) << 8) | (id)) macro 3005 #define WLAN_CIPHER_SUITE_USE_GROUP SUITE(0x000FAC, 0) 3006 #define WLAN_CIPHER_SUITE_WEP40 SUITE(0x000FAC, 1) 3007 #define WLAN_CIPHER_SUITE_TKIP SUITE(0x000FAC, 2) 3009 #define WLAN_CIPHER_SUITE_CCMP SUITE(0x000FAC, 4) 3010 #define WLAN_CIPHER_SUITE_WEP104 SUITE(0x000FAC, 5) 3011 #define WLAN_CIPHER_SUITE_AES_CMAC SUITE(0x000FAC, 6) 3012 #define WLAN_CIPHER_SUITE_GCMP SUITE(0x000FAC, 8) 3013 #define WLAN_CIPHER_SUITE_GCMP_256 SUITE(0x000FAC, 9) 3014 #define WLAN_CIPHER_SUITE_CCMP_256 SUITE(0x000FAC, 10) [all …]
|
/Linux-v5.4/Documentation/filesystems/ |
D | vfat.txt | 215 TEST SUITE
|