PERFORCE change 46022 for review

Sam Leffler sam at FreeBSD.org
Tue Jan 27 14:38:37 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=46022

Change 46022 by sam at 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;


More information about the p4-projects mailing list