AP: Add some basic MLD configuration options
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
This commit is contained in:
parent
1b14b38b11
commit
f2dd75093f
3 changed files with 20 additions and 0 deletions
|
@ -937,6 +937,14 @@ struct hostapd_bss_config {
|
|||
u8 rnr;
|
||||
char *config_id;
|
||||
bool xrates_supported;
|
||||
|
||||
#ifdef CONFIG_IEEE80211BE
|
||||
/* The AP is part of an AP MLD */
|
||||
u8 mld_ap;
|
||||
|
||||
/* The MLD ID to which the AP MLD is affiliated with */
|
||||
u8 mld_id;
|
||||
#endif /* CONFIG_IEEE80211BE */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue