Multi-AP: Allow supported profile to be configured
Allow both hostapd and wpa_supplicant to be configured with the supported Multi-AP profile. The configured value will be advertised in the Multi-AP element. Signed-off-by: Manoj Sekar <quic_sekar@quicinc.com>
This commit is contained in:
parent
c3e5286537
commit
420afbdbdf
11 changed files with 37 additions and 0 deletions
|
@ -800,6 +800,7 @@ struct hostapd_bss_config {
|
|||
#define BACKHAUL_BSS 1
|
||||
#define FRONTHAUL_BSS 2
|
||||
int multi_ap; /* bitmap of BACKHAUL_BSS, FRONTHAUL_BSS */
|
||||
int multi_ap_profile;
|
||||
|
||||
#ifdef CONFIG_AIRTIME_POLICY
|
||||
unsigned int airtime_weight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue