]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Do not modify flags for link stations
authorIlan Peer <ilan.peer@intel.com>
Tue, 28 Nov 2023 10:14:09 +0000 (12:14 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 6 Dec 2023 19:49:09 +0000 (21:49 +0200)
commit174a8fc416bf201c18a57a1da5ec70e74af9626f
tree414d2ebd16956c3a1f612334ec4a9951b616d884
parenta40f64a198d9b369408877903e058f6c18852cf9
AP MLD: Do not modify flags for link stations

All the station flags other than WPA_STA_SHORT_PREAMBLE are relevant
only for the MLD station and not to the link stations (as these flags
are related to the MLD state and not the link state).

As for the WPA_STA_SHORT_PREAMBLE, since the station is an EHT
station, it must have short preamble.

Thus, do not propagate the flags change for link stations to the driver.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
src/ap/ap_drv_ops.c