]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Set link_id field in hostapd_freq_params when setting up AP
authorChenming Huang <quic_chenhuan@quicinc.com>
Wed, 17 Apr 2024 01:23:30 +0000 (06:53 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 22 Apr 2024 20:33:15 +0000 (23:33 +0300)
commit11dfdf64c00bc7d85b0f7ce8cec0055d3341ce80
tree587b3e9bdac718265496f13e3799fc4594a7a0f3
parentdf14f1e2bd3e406587abc7b03796939ed7d3335b
AP MLD: Set link_id field in hostapd_freq_params when setting up AP

If not set, 0 is set by default and this could fail in the following
code path when link ID is not matching:
hostapd_drv_set_ap -> wpa_driver_nl80211_set_ap -> nl80211_set_channel

Signed-off-by: Chenming Huang <quic_chenhuan@quicinc.com>
src/ap/beacon.c