[PATCH 1/4] hostapd: Add require_he configuration

Jouni Malinen j at w1.fi
Fri Dec 16 10:56:31 PST 2022


On Sun, Dec 04, 2022 at 11:49:32AM +0200, Andrei Otcheretianski wrote:
> Add the ability to require HE, advertising that via the
> BSS membership selector as well as rejecting association
> without HE.

Thanks, patches 1/4 and 3/4 applied.

> diff --git a/hostapd/config_file.c b/hostapd/config_file.c
> @@ -3481,6 +3481,8 @@ static int hostapd_config_fill(struct hostapd_config *conf,
> +	} else if (os_strcmp(buf, "require_he") == 0) {
> +		conf->require_vht = atoi(pos);

With that copy-paste error fixed and a hwsim test case added to catch
this..

-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the Hostap mailing list