]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Handle driver events for interface enable/disable
authorAditya Kumar Singh <quic_adisi@quicinc.com>
Thu, 25 Apr 2024 10:15:20 +0000 (15:45 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 9 Aug 2024 06:42:59 +0000 (09:42 +0300)
commit2d290f1966fd6891ca083a6dcdef5bf32365d1b9
treef9f1849e97dfbbcc3b12d8caef6662d953e096da
parente9984e3db29f0761957a55969a23e09d98b113c2
AP MLD: Handle driver events for interface enable/disable

When an interface is enabled, keys are reconfigured, if required, and
beaconing is started again. With MLO, this needs to be done for each of
the affiliated links. Before starting the beaconing, the link needs to
be added back first.

Similarly, when the interface is disabled, hostapd removes the keys and
set the BSS state to disabled. However, for an AP MLD interface, this
needs to be done for each of the affiliated link BSS.

Handle the interface enable/disable driver event for AP MLD.

Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
src/ap/drv_callbacks.c