OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EAP_GPSK_VENDOR_IETF
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.c
26
if (vendor ==
EAP_GPSK_VENDOR_IETF
&&
30
if (vendor ==
EAP_GPSK_VENDOR_IETF
&&
148
WPA_PUT_BE32(pos,
EAP_GPSK_VENDOR_IETF
); /* CSuite/Vendor = IETF */
292
if (vendor !=
EAP_GPSK_VENDOR_IETF
)
380
WPA_PUT_BE32(pos,
EAP_GPSK_VENDOR_IETF
); /* CSuite/Vendor = IETF */
430
if (vendor !=
EAP_GPSK_VENDOR_IETF
)
483
if (vendor !=
EAP_GPSK_VENDOR_IETF
)
528
if (vendor !=
EAP_GPSK_VENDOR_IETF
)
eap_gpsk_common.h
29
#define
EAP_GPSK_VENDOR_IETF
0x00000000
/external/wpa_supplicant_8/src/eap_server/
eap_server_gpsk.c
75
if (eap_gpsk_supported_ciphersuite(
EAP_GPSK_VENDOR_IETF
,
78
EAP_GPSK_VENDOR_IETF
);
83
if (eap_gpsk_supported_ciphersuite(
EAP_GPSK_VENDOR_IETF
,
86
EAP_GPSK_VENDOR_IETF
);
/external/wpa_supplicant_8/src/eap_peer/
eap_gpsk.c
204
data->vendor =
EAP_GPSK_VENDOR_IETF
;
213
if (data->vendor ==
EAP_GPSK_VENDOR_IETF
&&
223
if (data->vendor ==
EAP_GPSK_VENDOR_IETF
&&
Completed in 26 milliseconds