<div dir="ltr">Thanks Jouni. This helped. </div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 8, 2014 at 1:02 AM, Jouni Malinen <span dir="ltr">&lt;<a href="mailto:j@w1.fi" target="_blank">j@w1.fi</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sun, Dec 07, 2014 at 12:15:18AM +0530, Sarah Thomas wrote:<br>
&gt; When hostapd is launched as radius server, it fails with:<br>
</span>&gt; *&quot;Failed to set interface 3 to mode 2: -19(No such device)&quot;*<br>
<br>
&gt; *Hostapd.conf:*<br>
<span class="">&gt; Interface=eth0<br>
&gt; eap_server=1<br>
&gt; eap_user_file=hostapd2.hotspot<br>
&gt; ca_cert=cas.pem<br>
&gt; server_cert=server.pem<br>
&gt; private_key=server.key<br>
&gt; radius_server_clients=radius_clients<br>
&gt; radius_server_auth_port=1813<br>
<br>
</span>That is asking hostapd to configure eth0 using the default driver<br>
interface. Since it looked like you included support for more than one<br>
driver interface in the build, you will need to specify that this<br>
RADIUS-server-only case does not use any real driver operations. You can<br>
do that by adding the following item into hostapd.conf:<br>
<br>
driver=none<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Jouni Malinen                                            PGP id EFC895FA<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>
</font></span></blockquote></div><br></div>