Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_teap.c76 enum teap_identity_types cur_id_type; member
566 data->cur_id_type = TEAP_IDENTITY_TYPE_USER; in eap_teap_build_phase2_req()
567 id_tlv = eap_teap_tlv_identity_type(data->cur_id_type); in eap_teap_build_phase2_req()
571 data->cur_id_type = TEAP_IDENTITY_TYPE_MACHINE; in eap_teap_build_phase2_req()
572 id_tlv = eap_teap_tlv_identity_type(data->cur_id_type); in eap_teap_build_phase2_req()
575 if (data->cur_id_type == TEAP_IDENTITY_TYPE_USER) in eap_teap_build_phase2_req()
576 data->cur_id_type = TEAP_IDENTITY_TYPE_MACHINE; in eap_teap_build_phase2_req()
578 data->cur_id_type = TEAP_IDENTITY_TYPE_USER; in eap_teap_build_phase2_req()
579 id_tlv = eap_teap_tlv_identity_type(data->cur_id_type); in eap_teap_build_phase2_req()
1059 id_type != data->cur_id_type) in eap_teap_valid_id_type()
[all …]