aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi/wi_hostap.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-04-22 07:09:13 +0000
committerWarner Losh <imp@FreeBSD.org>2002-04-22 07:09:13 +0000
commit632754e5109a4380cfd92301a06bd5aae487f0a9 (patch)
treea1271aa4ca9d7fc780a8151e709a52e22d7da9b2 /sys/dev/wi/wi_hostap.h
parent29f88f470e84d04ce309d44a1666bbd268b51cd3 (diff)
downloadsrc-632754e5109a4380cfd92301a06bd5aae487f0a9.tar.gz
src-632754e5109a4380cfd92301a06bd5aae487f0a9.zip
Implement shared secret mode for hostap mode.
Submitted by: Thomas Skibo <skibo@pacbell.net>
Notes
Notes: svn path=/head/; revision=95247
Diffstat (limited to 'sys/dev/wi/wi_hostap.h')
-rw-r--r--sys/dev/wi/wi_hostap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wi/wi_hostap.h b/sys/dev/wi/wi_hostap.h
index 433849921fd0..d54ef3adafd9 100644
--- a/sys/dev/wi/wi_hostap.h
+++ b/sys/dev/wi/wi_hostap.h
@@ -88,6 +88,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;
struct callout_handle tmo;
};