Re: [PATCH v2 1/2] HE: add 11ax info to ctrl iface status

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks, both patches applied.

On Wed, Oct 16, 2019 at 11:57:38AM -0700, Pradeep Kumar Chitrapu wrote:
> diff --git a/src/ap/ctrl_iface_ap.c b/src/ap/ctrl_iface_ap.c
> @@ -731,6 +731,20 @@ int hostapd_ctrl_iface_status(struct hostapd_data *hapd, char *buf,
>  	if (os_snprintf_error(buflen - len, ret))
>  		return len;
>  	len += ret;
> +	if (iface->conf->ieee80211ax) {
> +		ret = os_snprintf(buf + len, buflen - len,
> +				  "he_oper_chwidth=%d\n"
> +				  "he_oper_centr_freq_seg0_idx=%d\n"
> +				  "he_oper_centr_freq_seg1_idx=%d\n",
> +				  iface->conf->he_oper_chwidth,

With a fix here to avoid breaking the build without CONFIG_IEEE80211AX.

-- 
Jouni Malinen                                            PGP id EFC895FA

_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux