Home
last modified time | relevance | path

Searched refs:EAP_TYPE_PWD (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/eap_common/
H A Deap_defs.h93 EAP_TYPE_PWD = 52 /* RFC 5931 */, enumerator
H A Deap_pwd_common.c352 session_id[0] = EAP_TYPE_PWD; in compute_keys()
H A Deap_teap_common.c715 (type == EAP_TYPE_PWD || type == EAP_TYPE_EKE); in eap_teap_allowed_anon_prov_phase2_method()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_pwd.c876 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PWD, reqData, &len); in eap_pwd_process()
914 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, in eap_pwd_process()
1003 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, in eap_pwd_process()
1063 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, data->mtu, in eap_pwd_process()
1078 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, in eap_pwd_process()
1140 EAP_VENDOR_IETF, EAP_TYPE_PWD, "PWD"); in eap_peer_pwd_register()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_pwd.c427 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, in eap_pwd_build_req()
504 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, in eap_pwd_build_req()
540 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PWD, respData, &len); in eap_pwd_check()
855 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PWD, respData, &len); in eap_pwd_process()
1043 EAP_VENDOR_IETF, EAP_TYPE_PWD, in eap_server_pwd_register()
H A Deap_server_teap.c1144 next_type = EAP_TYPE_PWD; in eap_teap_process_phase2_response()
/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c1490 case EAP_TYPE_PWD: in set_pps_cred_eap_method_eap_type()