AP: MLD: Extend BSS transition management request for link removal
Allow link removal imminent indication to be added with the new link_removal_imminent=1 parameter to BSS_TM_REQ. Signed-off-by: Ilan Peer <ilan.peer@intel.com>
This commit is contained in:
parent
09988c4356
commit
ec70d14f7c
1 changed files with 2 additions and 0 deletions
|
@ -1315,6 +1315,8 @@ int hostapd_ctrl_iface_bss_tm_req(struct hostapd_data *hapd,
|
|||
req_mode |= WNM_BSS_TM_REQ_ABRIDGED;
|
||||
if (os_strstr(cmd, " disassoc_imminent=1"))
|
||||
req_mode |= WNM_BSS_TM_REQ_DISASSOC_IMMINENT;
|
||||
if (os_strstr(cmd, " link_removal_imminent=1"))
|
||||
req_mode |= WNM_BSS_TM_REQ_LINK_REMOVAL_IMMINENT;
|
||||
|
||||
#ifdef CONFIG_MBO
|
||||
pos = os_strstr(cmd, "mbo=");
|
||||
|
|
Loading…
Reference in a new issue