<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">&lt;<a href="mailto:rmanohar@qti.qualcomm.com" target="_blank">rmanohar@qti.qualcomm.com</a>&gt;</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>
&gt; Â  Â On Tue, May 6, 2014 at 9:32 AM, Rajkumar Manoharan<br>
&gt; Â  Â &lt;<a href="mailto:rmanohar@qti.qualcomm.com">rmanohar@qti.qualcomm.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Â  Â  Â On Tue, May 06, 2014 at 08:02:49AM -0700, Paul Stewart wrote:<br>
</div><div class="">&gt; Â  Â  Â &gt; Â  Â  Â diff --git a/src/ap/ieee802_11_ht.c b/src/ap/ieee802_11_ht.c<br>
&gt; Â  Â  Â &gt; Â  Â  Â index c0a7cd4..7020858 100644<br>
&gt; Â  Â  Â &gt; Â  Â  Â --- a/src/ap/ieee802_11_ht.c<br>
&gt; Â  Â  Â &gt; Â  Â  Â +++ b/src/ap/ieee802_11_ht.c<br>
&gt; Â  Â  Â &gt; Â  Â  Â @@ -46,7 +46,8 @@ u8 * hostapd_eid_ht_capabilities(struct<br>
&gt; Â  Â  Â hostapd_data<br>
&gt; Â  Â  Â &gt; Â  Â  Â *hapd, u8 *eid)<br>
&gt; Â  Â  Â &gt;<br>
&gt; Â  Â  Â &gt; Â  Â  Â  Â  Â  Â  Â pos += sizeof(*cap);<br>
&gt; Â  Â  Â &gt;<br>
&gt; Â  Â  Â &gt; Â  Â  Â - Â  Â  Â  if (hapd-&gt;iconf-&gt;obss_interval) {<br>
&gt; Â  Â  Â &gt; Â  Â  Â + Â  Â  Â  if (hapd-&gt;iconf-&gt;obss_interval &amp;&amp;<br>
&gt; Â  Â  Â &gt; Â  Â  Â + Â  Â  Â  Â  Â  (hapd-&gt;iface-&gt;drv_flags &amp;<br>
&gt; Â  Â  Â WPA_DRIVER_FLAGS_HT_2040_COEX)) {<br>
&gt;<br>
&gt; Â  Â This is an example of the concern I was bringing up. Â This conditional<br>
&gt; Â  Â will trigger only if the driver flags contain<br>
&gt; Â  Â  WPA_DRIVER_FLAGS_HT_2040_COEX. Â I&#39;d like to be able to include this IE<br>
&gt; Â  Â for testing purposes even if the driver doesn&#39;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&#39;t care so much what behavior is set by default. Â I would just like the ability to set it as necessary. Â I don&#39;t mind that hostapd&#39;s default behavior might be tuned to perform to WFA&#39;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 &quot;defined by hardware capability&quot;. Â 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>