summaryrefslogtreecommitdiff
path: root/src/drivers/driver_hostap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/driver_hostap.h')
-rw-r--r--src/drivers/driver_hostap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/driver_hostap.h b/src/drivers/driver_hostap.h
index a9d3e76cbe8f..4c1e6d69f0a7 100644
--- a/src/drivers/driver_hostap.h
+++ b/src/drivers/driver_hostap.h
@@ -192,7 +192,7 @@ struct prism2_hostapd_param {
} mlme;
struct {
u8 ssid_len;
- u8 ssid[32];
+ u8 ssid[SSID_MAX_LEN];
} scan_req;
} u;
};