PERFORCE change 77111 for review

Sam Leffler sam at FreeBSD.org
Tue May 17 16:29:36 PDT 2005


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

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


More information about the p4-projects mailing list