OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WPA_CIPHER_SUITE_NONE
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h
41
#define
WPA_CIPHER_SUITE_NONE
RSN_SELECTOR(0x00, 0x50, 0xf2, 0)
/external/wpa_supplicant_8/src/common/
wpa_common.h
41
#define
WPA_CIPHER_SUITE_NONE
RSN_SELECTOR(0x00, 0x50, 0xf2, 0)
/external/wpa_supplicant/
wpa.c
38
static const u8
WPA_CIPHER_SUITE_NONE
[] = { 0x00, 0x50, 0xf2, 0 };
279
if (os_memcmp(s,
WPA_CIPHER_SUITE_NONE
, WPA_SELECTOR_LEN) == 0)
691
os_memcpy(pos,
WPA_CIPHER_SUITE_NONE
, WPA_SELECTOR_LEN);
[
all
...]
Completed in 15 milliseconds