PERFORCE change 77477 for review

Sam Leffler sam at FreeBSD.org
Wed May 25 18:42:01 GMT 2005


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

Change 77477 by sam at sam_ebb on 2005/05/25 18:41:02

	add tim stuff

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_scan.h#6 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_scan.h#6 (text+ko) ====

@@ -119,6 +119,7 @@
 	u_int8_t	erp;
 	u_int8_t	bintval;
 	u_int8_t	timoff;
+	u_int8_t	*tim;
 	u_int8_t	*tstamp;
 	u_int8_t	*country;
 	u_int8_t	*ssid;
@@ -153,6 +154,7 @@
 	u_int8_t	se_fhindex;	/* FH only */
 	u_int8_t	se_erp;		/* ERP from beacon/probe resp */
 	int8_t		se_rssi;	/* avg'd recv ssi */
+	u_int8_t	se_dtimperiod;	/* DTIM period */
 	u_int8_t	*se_wpa_ie;	/* captured WPA/RSN ie */
 	u_int8_t	*se_wme_ie;	/* captured WME ie */
 	u_int8_t	*se_ath_ie;	/* captured Atheros ie */


More information about the p4-projects mailing list