mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-10 14:09:22 +01:00
eapol: Add clarifying comment
This commit is contained in:
parent
f23499cc3e
commit
342ad9c61c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user