]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP: Add some bridge port attribute settings
authorAnthony Refuerzo <anthony96922@gmail.com>
Thu, 23 Feb 2023 04:57:23 +0000 (20:57 -0800)
committerJouni Malinen <j@w1.fi>
Wed, 1 Mar 2023 08:50:07 +0000 (10:50 +0200)
commiteb146ee804990e0530eb078f4efa7bc21f7fbcb2
tree417b30b2d5746072a2c29d4d1b7913c4b2fa1419
parentf628e6b30e950963ac55232630e30d398d4badc7
AP: Add some bridge port attribute settings

"multicast_to_unicast" and "hairpin_mode" are usually set outside of
hostapd. However, DFS channel change events pull the BSS out of the
bridge causing these attributes to be lost. Make these settings tunable
within hostapd so they are retained after the BSS is brought up again.

Signed-off-by: Anthony Refuerzo <anthony96922@gmail.com>
hostapd/config_file.c
src/ap/ap_config.h
src/ap/hostapd.c
src/drivers/driver.h
src/drivers/driver_nl80211.c