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