]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add DSSS Parameter Set element only for 2.4 GHz
authorJurijs Soloveckis <jsoloveckis@maxlinear.com>
Wed, 1 Nov 2023 11:11:03 +0000 (11:11 +0000)
committerJouni Malinen <j@w1.fi>
Thu, 2 Nov 2023 14:16:53 +0000 (16:16 +0200)
commit8056b79ff1e5d746a82c2ea12011e69e99c11d3d
tree0fa333506fc19ff3c5cc424c44d414ec121effb8
parent056e6882902a2fbcb7088d12ec8c29a8b90963c1
Add DSSS Parameter Set element only for 2.4 GHz

From IEEE 802.11:
The DSSS Parameter Set element is present within Beacon frames
generated by STAs using Clause 15, Clause 16, and Clause 18
PHYs.
The element is present within Beacon frames generated by STAs
using a Clause 19 PHY in the 2.4 GHz band.

Same is applied to the Probe Response frame.

Do not include the DSSS Parameters Set element when operating on other
bands.

Signed-off-by: Jurijs Soloveckis <jsoloveckis@maxlinear.com>
src/ap/beacon.c