Allow clients to request a configured EAP method via EAP-Nak
This commit is contained in:
@@ -192,7 +192,7 @@ METHOD(tls_application_t, process, status_t,
|
||||
if (!this->method)
|
||||
{
|
||||
DBG1(DBG_IKE, "EAP method not supported");
|
||||
this->out = eap_payload_create_nak(in->get_identifier(in),
|
||||
this->out = eap_payload_create_nak(in->get_identifier(in), 0, 0,
|
||||
received_vendor != 0);
|
||||
in->destroy(in);
|
||||
return NEED_MORE;
|
||||
|
||||
Reference in New Issue
Block a user