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
&&
149
WPA_PUT_BE32(pos,
EAP_GPSK_VENDOR_IETF
); /* CSuite/Vendor = IETF */
293
if (vendor !=
EAP_GPSK_VENDOR_IETF
)
381
WPA_PUT_BE32(pos,
EAP_GPSK_VENDOR_IETF
); /* CSuite/Vendor = IETF */
431
if (vendor !=
EAP_GPSK_VENDOR_IETF
)
484
if (vendor !=
EAP_GPSK_VENDOR_IETF
)
529
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 69 milliseconds