EHT: Allow EHT to be disabled using disable_eht=1 in wpa_supplicant
This is similar to the previously added disable_ht/vht/he parameters. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
041f6cea94
commit
e5d15e2254
10 changed files with 42 additions and 0 deletions
|
@ -2027,6 +2027,7 @@ mscs_fail:
|
|||
#ifdef CONFIG_HE_OVERRIDES
|
||||
wpa_supplicant_apply_he_overrides(wpa_s, ssid, ¶ms);
|
||||
#endif /* CONFIG_HE_OVERRIDES */
|
||||
wpa_supplicant_apply_eht_overrides(wpa_s, ssid, ¶ms);
|
||||
#ifdef CONFIG_IEEE80211R
|
||||
if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies &&
|
||||
get_ie(wpa_s->sme.ft_ies, wpa_s->sme.ft_ies_len,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue