Searched refs:WPA_CIPHER_SUITE_WEP40 (Results 1 – 2 of 2) sorted by relevance
39 static const u8 WPA_CIPHER_SUITE_WEP40[] = {0x00, 0x50, 0xf2, 1}; variable263 if (!memcmp(s, (void *)WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN)) in r8712_get_wpa_cipher_suite()
748 #define WPA_CIPHER_SUITE_WEP40 { 0x00, 0x50, 0xf2, 1 } macro