From: Jouni Malinen Date: Mon, 4 Apr 2011 22:21:27 +0000 (+0300) Subject: Fix a typo in a MIB variable in hostapd ctrl_interface X-Git-Tag: hostap-1-bp~432 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9040cdb10c528142c41afc80cd1b0516de6f497;p=thirdparty%2Fhostap.git Fix a typo in a MIB variable in hostapd ctrl_interface --- diff --git a/src/ap/wpa_auth.c b/src/ap/wpa_auth.c index 510d64fca..cfb2cada4 100644 --- a/src/ap/wpa_auth.c +++ b/src/ap/wpa_auth.c @@ -2630,7 +2630,7 @@ int wpa_get_mib_sta(struct wpa_state_machine *sm, char *buf, size_t buflen) "dot11RSNAStatsSelectedPairwiseCipher=" RSN_SUITE "\n" /* TODO: dot11RSNAStatsTKIPICVErrors */ "dot11RSNAStatsTKIPLocalMICFailures=%u\n" - "dot11RSNAStatsTKIPRemoveMICFailures=%u\n" + "dot11RSNAStatsTKIPRemoteMICFailures=%u\n" /* TODO: dot11RSNAStatsCCMPReplays */ /* TODO: dot11RSNAStatsCCMPDecryptErrors */ /* TODO: dot11RSNAStatsTKIPReplays */,