<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 6, 2014 at 11:52 AM, Rajkumar Manoharan <span dir="ltr"><<a href="mailto:rmanohar@qti.qualcomm.com" target="_blank">rmanohar@qti.qualcomm.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Tue, May 06, 2014 at 09:49:57AM -0700, Paul Stewart wrote:<br>
> Â Â On Tue, May 6, 2014 at 9:32 AM, Rajkumar Manoharan<br>
> Â Â <<a href="mailto:rmanohar@qti.qualcomm.com">rmanohar@qti.qualcomm.com</a>> wrote:<br>
><br>
> Â Â Â On Tue, May 06, 2014 at 08:02:49AM -0700, Paul Stewart wrote:<br>
</div><div class="">> Â Â Â > Â Â Â diff --git a/src/ap/ieee802_11_ht.c b/src/ap/ieee802_11_ht.c<br>
> Â Â Â > Â Â Â index c0a7cd4..7020858 100644<br>
> Â Â Â > Â Â Â --- a/src/ap/ieee802_11_ht.c<br>
> Â Â Â > Â Â Â +++ b/src/ap/ieee802_11_ht.c<br>
> Â Â Â > Â Â Â @@ -46,7 +46,8 @@ u8 * hostapd_eid_ht_capabilities(struct<br>
> Â Â Â hostapd_data<br>
> Â Â Â > Â Â Â *hapd, u8 *eid)<br>
> Â Â Â ><br>
> Â Â Â > Â Â Â Â Â Â Â pos += sizeof(*cap);<br>
> Â Â Â ><br>
> Â Â Â > Â Â Â - Â Â Â if (hapd->iconf->obss_interval) {<br>
> Â Â Â > Â Â Â + Â Â Â if (hapd->iconf->obss_interval &&<br>
> Â Â Â > Â Â Â + Â Â Â Â Â (hapd->iface->drv_flags &<br>
> Â Â Â WPA_DRIVER_FLAGS_HT_2040_COEX)) {<br>
><br>
> Â Â This is an example of the concern I was bringing up. Â This conditional<br>
> Â Â will trigger only if the driver flags contain<br>
> Â Â WPA_DRIVER_FLAGS_HT_2040_COEX. Â I'd like to be able to include this IE<br>
> Â Â for testing purposes even if the driver doesn't support this flag.<br>
</div>Hmm... I am not sure whether it is correct to set default based on<br>
device capability. For WFA testing, there is no configuration steps for OBSS<br>
scan interval and the expectation is that AP should advertise OBSS scan<br>
param by default.<br></blockquote><div><br></div><div>I don't care so much what behavior is set by default. Â I would just like the ability to set it as necessary. Â I don't mind that hostapd's default behavior might be tuned to perform to WFA's specifications. Â I just want to be able to do my tests as well. Â For example, there could be a special value that obss_interval defaults to, which implies "defined by hardware capability". Â The config file can either disable OBSS by setting the value explicitly to zero, or force OBSS by setting it to a non-zero value.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
-Rajkumar<br>
_______________________________________________<br>
HostAP mailing list<br>
<a href="mailto:HostAP@lists.shmoo.com">HostAP@lists.shmoo.com</a><br>
<a href="http://lists.shmoo.com/mailman/listinfo/hostap" target="_blank">http://lists.shmoo.com/mailman/listinfo/hostap</a><br>
</div></div></blockquote></div><br></div></div>