diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-26 22:19:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-26 22:19:08 +0000 |
commit | 39ef332c31acac15b7bf742185a421ca104b5882 (patch) | |
tree | efe11e400d586cdc2774f0d0f3f03a4848bf01a7 /sys/dev/ic/if_wi_hostap.h | |
parent | 446fe2768d9dbb34ef0663591074b0d771aa7647 (diff) |
Implement shared key support for hostap mode; from Thomas Skibo
Also do a little KNF while I'm in here.
Diffstat (limited to 'sys/dev/ic/if_wi_hostap.h')
-rw-r--r-- | sys/dev/ic/if_wi_hostap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/if_wi_hostap.h b/sys/dev/ic/if_wi_hostap.h index 3142bccab3d..e6c009b6ade 100644 --- a/sys/dev/ic/if_wi_hostap.h +++ b/sys/dev/ic/if_wi_hostap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_hostap.h,v 1.4 2002/04/08 18:43:26 mickey Exp $ */ +/* $OpenBSD: if_wi_hostap.h,v 1.5 2002/04/26 22:19:07 millert Exp $ */ /* * Copyright (c) 2002 @@ -91,6 +91,7 @@ struct wihap_sta_info { u_int8_t rates; u_int8_t tx_curr_rate; u_int8_t tx_max_rate; + u_int32_t *challenge; }; #define WI_SIFLAGS_ASSOC HOSTAP_FLAGS_ASSOC |