AP MLD: Make BSS parameter change variable
As a preparation to support link removal, make the BSS parameter change count variable. Signed-off-by: Ilan Peer <ilan.peer@intel.com>
This commit is contained in:
parent
9160540ec3
commit
73a6f5c37e
3 changed files with 8 additions and 3 deletions
|
@ -468,6 +468,10 @@ struct hostapd_data {
|
|||
#ifdef CONFIG_CTRL_IFACE_UDP
|
||||
unsigned char ctrl_iface_cookie[CTRL_IFACE_COOKIE_LEN];
|
||||
#endif /* CONFIG_CTRL_IFACE_UDP */
|
||||
|
||||
#ifdef CONFIG_IEEE80211BE
|
||||
u8 eht_mld_bss_param_change;
|
||||
#endif /* CONFIG_IEEE80211BE */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue