PERFORCE change 46949 for review

Sam Leffler sam at FreeBSD.org
Sat Feb 14 13:21:21 PST 2004


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

Change 46949 by sam at sam_ebb on 2004/02/14 13:20:43

	add IEEE80211_KEYIX_NONE for marking unset key indices

Affected files ...

.. //depot/projects/netperf+sockets/sys/net80211/ieee80211_crypto.h#5 edit

Differences ...

==== //depot/projects/netperf+sockets/sys/net80211/ieee80211_crypto.h#5 (text+ko) ====

@@ -45,6 +45,9 @@
 	u_int8_t		wk_key[IEEE80211_KEYBUF_SIZE];
 };
 
+/* XXX need key index typedef */
+#define	IEEE80211_KEYIX_NONE	((u_int16_t) -1)
+
 struct ieee80211com;
 extern	void ieee80211_crypto_attach(struct ieee80211com *);
 extern	void ieee80211_crypto_detach(struct ieee80211com *);


More information about the p4-projects mailing list