OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RSN_CIPHER_SUITE_WEP104
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h
67
#define
RSN_CIPHER_SUITE_WEP104
RSN_SELECTOR(0x00, 0x0f, 0xac, 5)
/external/wpa_supplicant_8/src/common/
wpa_common.h
68
#define
RSN_CIPHER_SUITE_WEP104
RSN_SELECTOR(0x00, 0x0f, 0xac, 5)
/external/wpa_supplicant/
wpa.c
88
static const u8
RSN_CIPHER_SUITE_WEP104
[] = { 0x00, 0x0f, 0xac, 5 };
318
if (os_memcmp(s,
RSN_CIPHER_SUITE_WEP104
, RSN_SELECTOR_LEN) == 0)
751
os_memcpy(pos,
RSN_CIPHER_SUITE_WEP104
, RSN_SELECTOR_LEN);
[
all
...]
Completed in 16 milliseconds