Searched refs:EAP_GPSK_VENDOR_IETF (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/wpa/src/eap_common/
H A Deap_gpsk_common.c26 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 */
293 if (vendor != EAP_GPSK_VENDOR_IETF)
351 if (vendor != EAP_GPSK_VENDOR_IETF)
396 if (vendor != EAP_GPSK_VENDOR_IETF)
H A Deap_gpsk_common.h29 #define EAP_GPSK_VENDOR_IETF 0x00000000 macro
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server_gpsk.c80 if (eap_gpsk_supported_ciphersuite(EAP_GPSK_VENDOR_IETF,
83 EAP_GPSK_VENDOR_IETF);
88 if (eap_gpsk_supported_ciphersuite(EAP_GPSK_VENDOR_IETF,
91 EAP_GPSK_VENDOR_IETF);
/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Deap_gpsk.c187 data->vendor = EAP_GPSK_VENDOR_IETF;
196 if (data->vendor == EAP_GPSK_VENDOR_IETF &&
204 if (data->vendor == EAP_GPSK_VENDOR_IETF &&

Completed in 56 milliseconds