3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-05 19:08:52 +02:00

eapol: Add clarifying comment

This commit is contained in:
Denis Kenzior 2015-11-03 16:26:34 -06:00
parent f23499cc3e
commit 342ad9c61c

View File

@ -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);