<div dir="ltr">Ignoring the lack  of &quot;<span style="color:rgb(80,0,80);font-size:13px">valid interface combinations:&quot;    just trying a 2nd interface  </span><div><br></div><div>    iw dev wlan0 interface add wlan0-STA type managed<br></div><div><p class="">    ip link set dev wlan0-STA address 7C:CD:EF:00:01:02    # prevent  &quot;Name not unique on network&quot; error</p></div><div><font color="#500050"><br></font></div><div><font color="#500050">ifup wlan0-STA    works fine as STA, connects and gets ip.</font></div><div><font color="#500050"><br></font></div><div><font color="#500050">But then upping wlan (just a static ip, no hostapd yet) fails</font></div><div><font color="#500050"><br></font></div><div><font color="#500050">    $ ifup wlan0  </font></div><div>







<p class=""><span class="">    ifconfig: SIOCSIFFLAGS: No buffer space available</span></p><p class=""><span class="">







</span></p><p class=""><span class="">    ifconfig: SIOCSIFFLAGS: No buffer space available</span></p></div><div><br></div><div><font color="#500050"><br></font></div><div><font color="#500050">What could cause such a &quot;No buffer space available&quot; ?</font></div><div><font color="#500050"><br></font></div><div><font color="#500050">Regards,</font></div><div><font color="#500050">Harm</font></div><div><font color="#500050"><br></font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 21, 2015 at 9:45 AM, Harm Verhagen <span dir="ltr">&lt;<a href="mailto:harm.verhagen@gmail.com" target="_blank">harm.verhagen@gmail.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 dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Thu, Jan 15, 2015 at 6:51 PM, Dan Williams <span dir="ltr">&lt;<a href="mailto:dcbw@redhat.com" target="_blank">dcbw@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span><br>
&gt; This gave me the idea, that if hostapd can create &#39;new&#39; wlan devices. I<br>
&gt; (hopefully) can configure the 2nd  wlan0_0 device as a wifi client.<br>
<br>
</span>It depends on your hardware and driver whether this is possible.  Look<br>
at the output of &quot;iw phy phy0 info&quot;, where you should see stuff like:<br>
<br>
        valid interface combinations:<br>
                 * #{ managed } &lt;= 1, #{ AP } &lt;= 1,<br>
                   total &lt;= 2, #channels &lt;= 1, STA/AP BI must match<br>
                 * #{ managed } &lt;= 2,<br>
                   total &lt;= 2, #channels &lt;= 1<br>
<br>
These lines indicate what your hardware and driver can do at the same<br>
time.  In this case (Intel 6250, iwldvm driver) I can do 1 AP + 1 STA,<br>
or 2 STA at the same time, but all must be on the same radio channel.<br>
<br></blockquote><div><br></div></span><div>I got myself iw on the platform.</div><div><br></div><div>&quot;iw phy phy0 info&quot;  however does not show any  &quot;valid interface combinations:&quot; section.  Should it ?</div><div> </div><div>Does this mean my hardware does not support it ?  Or does it mean something else. (wrong iw/driver/kernel version?)</div><div><br></div><div>$ iw --version </div><div>iw version 3.11<br></div><div><br></div><div>kernel: 3.1.10</div><div><br></div><div>find attached the output  of   &quot;iw phy phy info &gt; iw_phy_phy0_info.output&quot;</div><div><br></div><div>Regards,</div><div>Harm Verhagen</div><div><br></div><div><br></div><div><br></div></div><br></div></div>
</blockquote></div><br></div>