add few Information frame types

This commit is contained in:
ichiro 2002-01-20 06:45:22 +00:00
parent 61d679b8c1
commit f62afb33a0
1 changed files with 8 additions and 1 deletions

View File

@ -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