|
@@ -2049,6 +2049,7 @@ static int hostapd_build_beacon_data(struct hostapd_iface *iface,
|
|
int ret;
|
|
int ret;
|
|
struct hostapd_data *hapd = iface->bss[0];
|
|
struct hostapd_data *hapd = iface->bss[0];
|
|
|
|
|
|
|
|
+ os_memset(beacon, 0, sizeof(*beacon));
|
|
ret = ieee802_11_build_ap_params(hapd, ¶ms);
|
|
ret = ieee802_11_build_ap_params(hapd, ¶ms);
|
|
if (ret < 0)
|
|
if (ret < 0)
|
|
return ret;
|
|
return ret;
|