]> git.ipfire.org Git - thirdparty/hostap.git/commit
Move beacon transmit rate configuration from radio level to BSS level main pending
authorHaribabu Krishnasamy <hkr@qti.qualcomm.com>
Fri, 19 Dec 2025 11:48:40 +0000 (17:18 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 19 Dec 2025 20:15:33 +0000 (22:15 +0200)
commit3ea5c0df504538f2d12c9f46ad74dfc888d4d99c
tree4698f0190e9d25679e6b24cbc3a2b4e6e5da7cc8
parentf7be1b53852a069f0d15eb471a6f9158467ab117
Move beacon transmit rate configuration from radio level to BSS level

This enables control of the beacon transmission rate on a per-BSS basis.
Refactor beacon rate handling by moving the beacon_rate and rate_type
fields from struct hostapd_config to the per-BSS struct
hostapd_bss_config structure. This change ensures that beacon rate
settings are applied at BSS level, allowing multiple BSS instances to
have independent configurations. This updates the configuration parsing
logic to set these values in BSS context and adjusts beacon parameter
building to reference the BSS-level fields.

Signed-off-by: Haribabu Krishnasamy <hkr@qti.qualcomm.com>
hostapd/config_file.c
src/ap/ap_config.h
src/ap/beacon.c