Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2005 23:29:32 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 77111 for review
Message-ID:  <200505172329.j4HNTWsv060562@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=77111

Change 77111 by sam@sam_ebb on 2005/05/17 23:29:30

	correct AUTH -> AUTH state transition; previously we would
	transition through the SCAN state but with the new scanning
	logic we don't do that any more so we need to explicitly
	send/resend the AUTH frame

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_proto.c#8 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_proto.c#8 (text+ko) ====

@@ -1261,7 +1261,8 @@
 				    IEEE80211_FC0_SUBTYPE_AUTH, 2);
 				break;
 			case IEEE80211_FC0_SUBTYPE_DEAUTH:
-				/* ignore and retry scan on timeout */
+				IEEE80211_SEND_MGMT(ni,
+				    IEEE80211_FC0_SUBTYPE_AUTH, 1);
 				break;
 			}
 			break;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505172329.j4HNTWsv060562>