]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add a separate data structure for MBSSID parameters
authorManish Dharanenthiran <manish.dharanenthiran@oss.qualcomm.com>
Thu, 8 May 2025 17:27:14 +0000 (22:57 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 22 May 2025 09:04:19 +0000 (12:04 +0300)
commit8d286a27cee2b6caadb59e8716a65ca68e2eaf5b
tree035036fa8a7d329222628c0239965b1433953f1c
parent0207fe36dda71ea8db76a558d78933d6d9b65339
Add a separate data structure for MBSSID parameters

The MBSSID related parameters are present under struct
wpa_driver_ap_params, but this is not extensible for certain use cases
like updating the MBSSID and RNR elements post channel switch. Hence,
move this into a separate data structure named mbssid_data to hold all
MBSSID related parameters in a manner that can be used more easily
elsewhere.

Signed-off-by: Manish Dharanenthiran <manish.dharanenthiran@oss.qualcomm.com>
src/ap/beacon.c
src/drivers/driver.h
src/drivers/driver_nl80211.c