Skip to content

[PW_SID:1146797] network: add DisableHT/VHT/HE/EHT settings - #514

Open
IWDTestBot wants to merge 1 commit into
workflowfrom
1146797
Open

[PW_SID:1146797] network: add DisableHT/VHT/HE/EHT settings#514
IWDTestBot wants to merge 1 commit into
workflowfrom
1146797

Conversation

@IWDTestBot

Copy link
Copy Markdown
Owner

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(+)

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.
@IWDTestBot

Copy link
Copy Markdown
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 3.68 seconds
Result: PASS

Prep - Setup ELL
Test ID: setupell
Desc: Clone, build, and install ELL
Duration: 28.14 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 59.08 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 10.73 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 1.56 seconds
Result: PASS

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 76.87 seconds
Result: PASS

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 0.15 seconds
Result: PASS

@IWDTestBot

Copy link
Copy Markdown
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 2.63 seconds
Result: PASS

GitLint
Test ID: gitlint
Desc: Run gitlint with rule in .gitlint
Duration: 0.56 seconds
Result: PASS

Prep - Setup ELL
Test ID: setupell
Desc: Clone, build, and install ELL
Duration: 31.20 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 43.79 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 21.23 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 3.57 seconds
Result: PASS

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 110.26 seconds
Result: PASS

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 0.49 seconds
Result: PASS

Autotest Runner
Test ID: testrunner
Desc: Runs IWD's autotest framework
Duration: 2064.59 seconds
Result: PASS

Clang Build
Test ID: clang
Desc: Build IWD using clang compiler
Duration: 110.81 seconds
Result: PASS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants