aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap/beacon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ap/beacon.c')
-rw-r--r--src/ap/beacon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ap/beacon.c b/src/ap/beacon.c
index 98d68329..54d0d6f4 100644
--- a/src/ap/beacon.c
+++ b/src/ap/beacon.c
@@ -1043,6 +1043,7 @@ int ieee802_11_build_ap_params(struct hostapd_data *hapd,
params->osen = 1;
}
#endif /* CONFIG_HS20 */
+ params->pbss = hapd->conf->pbss;
return 0;
}