Searched refs:SUITE (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/ |
H A D | disable-outside-tests.patch | 59 @@ -93,6 +93,7 @@ SUITE(authentication_tests) 67 @@ -127,6 +128,7 @@ SUITE(authentication_tests) 75 @@ -148,11 +150,11 @@ SUITE(authentication_tests) 88 } // SUITE(authentication_tests) 108 } // SUITE(connections_and_errors) 112 @@ -159,7 +159,7 @@ SUITE(redirect_tests) 121 @@ -182,7 +182,7 @@ SUITE(redirect_tests)
|
/openbmc/linux/include/linux/ |
H A D | ieee80211.h | 4080 #define SUITE(oui, id) (((oui) << 8) | (id)) macro 4083 #define WLAN_CIPHER_SUITE_USE_GROUP SUITE(0x000FAC, 0) 4084 #define WLAN_CIPHER_SUITE_WEP40 SUITE(0x000FAC, 1) 4085 #define WLAN_CIPHER_SUITE_TKIP SUITE(0x000FAC, 2) 4087 #define WLAN_CIPHER_SUITE_CCMP SUITE(0x000FAC, 4) 4088 #define WLAN_CIPHER_SUITE_WEP104 SUITE(0x000FAC, 5) 4089 #define WLAN_CIPHER_SUITE_AES_CMAC SUITE(0x000FAC, 6) 4090 #define WLAN_CIPHER_SUITE_GCMP SUITE(0x000FAC, 8) 4091 #define WLAN_CIPHER_SUITE_GCMP_256 SUITE(0x000FAC, 9) 4092 #define WLAN_CIPHER_SUITE_CCMP_256 SUITE(0x000FAC, 10) [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfat.rst | 252 TEST SUITE
|