Maybe you have some example of that functionality?<br><br><div><span class="gmail_quote">On 11/7/07, <b class="gmail_sendername">Jussi Kukkonen</b> &lt;<a href="mailto:jhkukkon@cc.hut.fi">jhkukkon@cc.hut.fi</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Michael Stepanov wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I&#39;m not Maemo guru. So, that&#39;s why my question may sound stupid a bit. I
<br>&gt; need to check WiFi connection before run my application. Is there some<br>&gt; function in the Maemo SDk to do that or it&#39;s better to use command line WiFi<br>&gt; utility?<br><br>I assume you just want to know if there is an internet connection (not
<br>necessarily wifi)?&nbsp;&nbsp;If you are using C, libconic is the place you should<br>be looking in:<br><a href="http://maemo.org/development/documentation/how-tos/3-x/howto_connectivity_guide_bora.html#LibConIC">http://maemo.org/development/documentation/how-tos/3-x/howto_connectivity_guide_bora.html#LibConIC
</a><br><a href="http://maemo.org/api_refs/3.0/connectivity/libconic/index.html">http://maemo.org/api_refs/3.0/connectivity/libconic/index.html</a><br><br><br>If I remember correctly it goes like this (not exactly a one-liner):
<br><br> * create object with con_ic_connection_new()<br> * connect to the connection event signal<br> * run con_ic_connection_connect() with parameter<br>&nbsp;&nbsp; CON_IC_CONNECT_FLAG_AUTOMATICALLY_TRIGGERED<br> * your signal handler will get a en event that
<br>&nbsp;&nbsp; has connection status.<br><br>If you want to constantly monitor changes instead of just checking once,<br>set automatic-connection-events to true. IIRC one of the event objects<br>also lets you check if the connection is a WLAN if you really are
<br>interested in that.<br><br>HTH,<br> -Jussi<br><br>--<br>Jussi Kukkonen<br><a href="http://koti.welho.com/jkukkone/">http://koti.welho.com/jkukkone/</a><br></blockquote></div><br><br clear="all"><br>-- <br>Cheers,<br>Michael