AP: Support building Basic Multi-Link element
Define a struct to hold MLD station info and implement publishing of the Basic Multi-Link element. Add it into Beacon and Probe Response frames. Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
This commit is contained in:
parent
79a9df6e88
commit
f540d078c9
7 changed files with 296 additions and 0 deletions
|
@ -764,5 +764,7 @@ void fst_hostapd_fill_iface_obj(struct hostapd_data *hapd,
|
|||
int hostapd_set_acl(struct hostapd_data *hapd);
|
||||
struct hostapd_data * hostapd_mbssid_get_tx_bss(struct hostapd_data *hapd);
|
||||
int hostapd_mbssid_get_bss_index(struct hostapd_data *hapd);
|
||||
struct hostapd_data * hostapd_mld_get_link_bss(struct hostapd_data *hapd,
|
||||
u8 link_id);
|
||||
|
||||
#endif /* HOSTAPD_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue