[PW_SID:1146797] network: add DisableHT/VHT/HE/EHT settings - #514
[PW_SID:1146797] network: add DisableHT/VHT/HE/EHT settings#514IWDTestBot wants to merge 1 commit into
Conversation
Add per-network [Settings] options (DisableHT, DisableVHT, DisableHE, DisableEHT) that let a network's config force a specific PHY generation off when associating with that network, by setting the matching NL80211_ATTR_DISABLE_* flag on the connect/associate netlink command, similar to flags that exist in wpa_supplicant. This is useful for APs where negotiating a particular mode causes instability.
|
Fetch PR Prep - Setup ELL Make Distcheck Build - Configure Make Check Make Check w/Valgrind Incremental Build with patches |
|
Fetch PR GitLint Prep - Setup ELL Make Distcheck Build - Configure Make Check Make Check w/Valgrind Incremental Build with patches Autotest Runner Clang Build |
Add per-network [Settings] options (DisableHT, DisableVHT, DisableHE,
DisableEHT) that let a network's config force a specific PHY
generation off when associating with that network, by setting the
matching NL80211_ATTR_DISABLE_* flag on the connect/associate
netlink command, similar to flags that exist in wpa_supplicant.
This is useful for APs where negotiating a particular mode causes
instability.
src/handshake.h | 4 ++++
src/iwd.network.rst | 16 ++++++++++++++++
src/knownnetworks.c | 20 ++++++++++++++++++++
src/knownnetworks.h | 8 ++++++++
src/netdev.c | 24 ++++++++++++++++++++++++
src/network.c | 4 ++++
6 files changed, 76 insertions(+)