From f62afb33a05ac3c004bd609d4fce249679e86da6 Mon Sep 17 00:00:00 2001 From: ichiro Date: Sun, 20 Jan 2002 06:45:22 +0000 Subject: [PATCH] add few Information frame types --- sys/dev/ic/wireg.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sys/dev/ic/wireg.h b/sys/dev/ic/wireg.h index 92363328888c..57e00dad0a7d 100644 --- a/sys/dev/ic/wireg.h +++ b/sys/dev/ic/wireg.h @@ -1,4 +1,4 @@ -/* $NetBSD: wireg.h,v 1.14 2002/01/05 20:10:53 explorer Exp $ */ +/* $NetBSD: wireg.h,v 1.15 2002/01/20 06:45:22 ichiro Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -458,6 +458,11 @@ struct wi_ltv_pcf { u_int16_t wi_cfp_max_duration; }; +/* + * Scan Results Table + */ +struct wi_ltv_scanreq { + u_int16_t /* * Connection control characteristics. (0xFC00) * 1 == Basic Service Set (BSS) @@ -513,6 +518,8 @@ struct wi_ltv_mcast { #define WI_INFO_SCAN_RESULTS 0xF101 /* Scan results */ #define WI_INFO_LINK_STAT 0xF200 /* Link status */ #define WI_INFO_ASSOC_STAT 0xF201 /* Association status */ +#define WI_INFO_AUTH_REQUEST 0xF202 /* Authentication Request (AP) */ +#define WI_INFO_POWERSAVE_COUNT 0xF203 /* PowerSave User Count (AP) */ /* * Hermes transmit/receive frame structure