aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ap/ap_config.h1
-rw-r--r--src/ap/beacon.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/ap/ap_config.h b/src/ap/ap_config.h
index 72c58e76..6cf44c7e 100644
--- a/src/ap/ap_config.h
+++ b/src/ap/ap_config.h
@@ -552,6 +552,7 @@ struct hostapd_bss_config {
int radio_measurements;
int vendor_vht;
+ int pbss;
};
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;
}