diff options
author | 2002-06-25 02:03:02 +0000 | |
---|---|---|
committer | 2002-06-25 02:03:02 +0000 | |
commit | 741a6fd6aa15d3dccfd98c025a3e7b31a25ffbb2 (patch) | |
tree | 6b1efa5c8378196ae9553cf3c42f86c340e1b5d0 | |
parent | Handle REASREQ packets earlier when processing an association (diff) | |
download | wireguard-openbsd-741a6fd6aa15d3dccfd98c025a3e7b31a25ffbb2.tar.xz wireguard-openbsd-741a6fd6aa15d3dccfd98c025a3e7b31a25ffbb2.zip |
Add RID to get the DBM adjustment factor; imp@freebsd.org
-rw-r--r-- | sys/dev/ic/if_wi_ieee.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/if_wi_ieee.h b/sys/dev/ic/if_wi_ieee.h index 047a153dbf4..a06f91453de 100644 --- a/sys/dev/ic/if_wi_ieee.h +++ b/sys/dev/ic/if_wi_ieee.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_ieee.h,v 1.9 2002/06/14 21:34:59 todd Exp $ */ +/* $OpenBSD: if_wi_ieee.h,v 1.10 2002/06/25 02:03:02 millert Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -227,6 +227,7 @@ struct wi_counters { #define WI_RID_CNFAUTHMODE 0xFC2A #define WI_RID_SYMBOL_KEYLENGTH 0xFC2B #define WI_RID_ROAMING_MODE 0xFC2D /* Roaming mode (1:firm,3:disable) */ +#define WI_RID_CNF_DBM_ADJUST 0xFC46 /* Get DBM adjustment factor */ #define WI_RID_SYMBOL_PREAMBLE 0xFC8C /* Enable/disable short preamble */ #define WI_RID_P2_SHORT_PREAMBLE 0xFCB0 /* Short preamble support */ #define WI_RID_P2_EXCLUDE_LONG_PREAMBLE 0xFCB1 /* Don't send long preamble */ |