Date: Tue, 27 Jan 2004 14:36:59 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 46022 for review Message-ID: <200401272236.i0RMax4g030703@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=46022 Change 46022 by sam@sam_ebb on 2004/01/27 14:36:01 fix shared key client authentication (again) Affected files ... .. //depot/projects/netperf+sockets/sys/net80211/ieee80211_input.c#7 edit Differences ... ==== //depot/projects/netperf+sockets/sys/net80211/ieee80211_input.c#7 (text+ko) ==== @@ -913,6 +913,8 @@ return; } memcpy(ni->ni_challenge, &challenge[2], challenge[1]); + IEEE80211_SEND_MGMT(ic, ni, + IEEE80211_FC0_SUBTYPE_AUTH, seq + 1); break; default: IEEE80211_DPRINTF(ic, IEEE80211_MSG_AUTH, @@ -1273,7 +1275,7 @@ status); else { IEEE80211_DPRINTF(ic, IEEE80211_MSG_ANY, - ("%s: unsupported auth %d from %s\n", + ("%s: unsupported auth algorithm %d from %s\n", __func__, algo, ether_sprintf(wh->i_addr2))); ic->ic_stats.is_rx_auth_unsupported++; return;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401272236.i0RMax4g030703>