aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-04-30 03:46:27 +0000
committerWarner Losh <imp@FreeBSD.org>2002-04-30 03:46:27 +0000
commit883ee9463e685cfad944f63eb5c8c800f96d80ca (patch)
tree910fa1b4990e96171a6e49df1eee754e7a9f568f /sys/dev/wi
parent7788e21963f057aa1ee478ddf92c91072f465c7f (diff)
Notes
Diffstat (limited to 'sys/dev/wi')
-rw-r--r--sys/dev/wi/wi_hostap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wi/wi_hostap.c b/sys/dev/wi/wi_hostap.c
index 9b390ae90a2bc..199a2474e4cdb 100644
--- a/sys/dev/wi/wi_hostap.c
+++ b/sys/dev/wi/wi_hostap.c
@@ -505,7 +505,7 @@ wihap_auth_req(struct wi_softc *sc, struct wi_frame *rxfrm,
u_int16_t seq;
u_int16_t status;
int i, challenge_len;
- u_int8_t challenge[32];
+ u_int32_t challenge[32];
struct wi_80211_hdr *resp_hdr;