[RFC 12/13] Fix typo in comment related to EAPOL.
greearb at candelatech.com
greearb
Fri Oct 14 15:34:36 PDT 2011
From: Ben Greear <greearb at candelatech.com>
Signed-off-by: Ben Greear <greearb at candelatech.com>
---
:100644 100644 d445686... 9c37d9c... M src/ap/ieee802_1x.c
src/ap/ieee802_1x.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/ap/ieee802_1x.c b/src/ap/ieee802_1x.c
index d445686..9c37d9c 100644
--- a/src/ap/ieee802_1x.c
+++ b/src/ap/ieee802_1x.c
@@ -1818,7 +1818,7 @@ int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta,
/* EAPOL EAP-Packet packets are eventually re-sent by either Supplicant
* or Authenticator state machines, but EAPOL-Key packets are not
- * retransmitted in case of failure. Try to re-sent failed EAPOL-Key
+ * retransmitted in case of failure. Try to re-send failed EAPOL-Key
* packets couple of times because otherwise STA keys become
* unsynchronized with AP. */
if (xhdr->type == IEEE802_1X_TYPE_EAPOL_KEY && !ack &&
--
1.7.3.4
More information about the Hostap
mailing list