]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a typo in a MIB variable in hostapd ctrl_interface
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 4 Apr 2011 22:21:27 +0000 (01:21 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 4 Apr 2011 22:21:27 +0000 (01:21 +0300)
src/ap/wpa_auth.c

index 510d64fca5aa03482aeb5ec2cecfc80b0f30597e..cfb2cada464b0bbc60f1a6acbefbb9a11e2911e7 100644 (file)
@@ -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 */,