aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;