Searched refs:SUITE (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/linux/ |
D | ieee80211.h | 3943 #define SUITE(oui, id) (((oui) << 8) | (id)) macro 3946 #define WLAN_CIPHER_SUITE_USE_GROUP SUITE(0x000FAC, 0) 3947 #define WLAN_CIPHER_SUITE_WEP40 SUITE(0x000FAC, 1) 3948 #define WLAN_CIPHER_SUITE_TKIP SUITE(0x000FAC, 2) 3950 #define WLAN_CIPHER_SUITE_CCMP SUITE(0x000FAC, 4) 3951 #define WLAN_CIPHER_SUITE_WEP104 SUITE(0x000FAC, 5) 3952 #define WLAN_CIPHER_SUITE_AES_CMAC SUITE(0x000FAC, 6) 3953 #define WLAN_CIPHER_SUITE_GCMP SUITE(0x000FAC, 8) 3954 #define WLAN_CIPHER_SUITE_GCMP_256 SUITE(0x000FAC, 9) 3955 #define WLAN_CIPHER_SUITE_CCMP_256 SUITE(0x000FAC, 10) [all …]
|
/linux-6.1.9/Documentation/filesystems/ |
D | vfat.rst | 252 TEST SUITE
|