Searched refs:SUITE (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/include/linux/ |
D | ieee80211.h | 3490 #define SUITE(oui, id) (((oui) << 8) | (id)) macro 3493 #define WLAN_CIPHER_SUITE_USE_GROUP SUITE(0x000FAC, 0) 3494 #define WLAN_CIPHER_SUITE_WEP40 SUITE(0x000FAC, 1) 3495 #define WLAN_CIPHER_SUITE_TKIP SUITE(0x000FAC, 2) 3497 #define WLAN_CIPHER_SUITE_CCMP SUITE(0x000FAC, 4) 3498 #define WLAN_CIPHER_SUITE_WEP104 SUITE(0x000FAC, 5) 3499 #define WLAN_CIPHER_SUITE_AES_CMAC SUITE(0x000FAC, 6) 3500 #define WLAN_CIPHER_SUITE_GCMP SUITE(0x000FAC, 8) 3501 #define WLAN_CIPHER_SUITE_GCMP_256 SUITE(0x000FAC, 9) 3502 #define WLAN_CIPHER_SUITE_CCMP_256 SUITE(0x000FAC, 10) [all …]
|
/Linux-v5.15/Documentation/filesystems/ |
D | vfat.rst | 252 TEST SUITE
|