]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add TWT responder support for AP in HT and VHT modes
authorManaswini Paluri <quic_mpaluri@quicinc.com>
Wed, 28 Feb 2024 05:41:43 +0000 (11:11 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 19 Apr 2024 15:38:37 +0000 (18:38 +0300)
commit3c79173c328e005da03c8115e10ff5e58f28055d
tree61d6298142e5dc1726e2d2d24fa92a69c0977349
parent54b1df85c66dd889a4e2721f5f31bfe229311f04
Add TWT responder support for AP in HT and VHT modes

Add support for TWT responder for AP operating in HT and VHT modes by
introducing a new configuration parameter ht_vht_twt_responder. When
this is enabled, TWT responder mode support in HT and VHT modes is
enabled if the driver supports this and is disabled otherwise.

Signed-off-by: Manaswini Paluri<quic_mpaluri@quicinc.com>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/beacon.c
src/ap/ieee802_11.h
src/ap/ieee802_11_shared.c
src/drivers/driver.h
src/drivers/driver_nl80211_capa.c