diff --git a/src/eapol.c b/src/eapol.c index fdcc0974..b8d885b3 100644 --- a/src/eapol.c +++ b/src/eapol.c @@ -1469,6 +1469,7 @@ void __eapol_rx_packet(uint32_t ifindex, const uint8_t *spa, const uint8_t *aa, switch (eh->packet_type) { case 0: /* EAPOL-EAP */ if (!sm->eap) { + /* If we're not configured for EAP, send a NAK */ sm->eap = eap_new(eapol_eap_msg_cb, eapol_eap_complete_cb, sm);