Ok, I figured out what the problem was. I noticed that when you are scanning as root user the behaviour is like decribed in prevous posts.<br>So to get the scanning work simultaneously with internet connection do not become as root.
<br><br>- Kalle<br><br><div><span class="gmail_quote">2007/1/31, kalle ahokangas &lt;<a href="mailto:kalleahok@gmail.com">kalleahok@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>Thanks for responses.<br>The exact scenario is to collect only the rssi information from APs and send that information to server. This procedure is repeated in a loop<br>and it doesnt work like it should. I can collect all the information I need but you can not scan APs if your internet connection is up?!
<br>I&#39;m not trying to do any penetratin tests or anything similar.<br><br>Are you Mathias saying that there is no way to scan APs while the internet connection is up and running? <br><br>I&#39;ll repeat my questions so you can understand my problem:
<span class="q"><br><br>My questions are:<br>1. Is there a way to get scanning to work while the network connection is on?
<br>2. If not what is the best solution to implement requested functionality (scan network -&gt; send information to server)?<br>3. How does N800 work in this scenario?<br><br></span>- Kalle<br><br><div><span class="gmail_quote">

2007/1/31, Nicolas FR &lt;<a href="mailto:nicolasfr@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">nicolasfr@gmail.com</a>&gt;:</span><div><span class="e" id="q_110780aa469823b2_3"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Depending on what kind of information you need, you might also use the<br>python wireless tools bindings (pyiw<br><a href="http://www.emperorlinux.com/etc/contrib/?page=pyiw" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.emperorlinux.com/etc/contrib/?page=pyiw
</a>). I have<br>successfully compiled and used them on the Sharp Zaurus<br>(<a href="http://geek-fr.com/blog/python_qt_wifi_and_the_zaurus" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://geek-fr.com/blog/python_qt_wifi_and_the_zaurus
</a>).<br><br>In 15 minutes with Python you can make your Wifi network scanner and
<br>post the results to a server.<br><br>Nicolas.<br><br>On 1/31/07, kalle ahokangas &lt;<a href="mailto:kalleahok@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">kalleahok@gmail.com</a>
&gt; wrote:<br>&gt; Hi all,<br>&gt;<br>&gt; I&#39;m developing an application to Nokia 770 which scans available network
<br>&gt; infomation and then sends collected infomation to server.<br>&gt;<br>&gt; I&#39;m using modifed wireless tools (<br>&gt; <a href="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
</a>)<br>&gt; wlist source which works fine and<br>&gt; I can get all WLAN netwok information I need, but I can&#39;t send them to<br>&gt; server because in order to get the scanning to work the current<br>&gt; working network connection must be disconnected.
<br>&gt;<br>&gt; If I use script to connect to network automatically the problem still<br>&gt; exists:<br>&gt;<br>&gt;&nbsp;&nbsp;#!/bin/sh<br>&gt; source /usr/bin/connectivity_preload<br>&gt; .sh<br>&gt; ./wifiscan<br>&gt;<br>&gt;&nbsp;&nbsp;If I have network setup I cant perform scanning iwlist prints&#39;Interface
<br>&gt; doesn&#39;t support scanning&#39;. This is because function iw_get_range_info in<br>&gt; iwlib.c<br>&gt; returns !=1.<br>&gt;<br>&gt; My questions are:<br>&gt; 1. Is there a way to get scanning to work while the network connection is
<br>&gt; on?<br>&gt; 2. If not what is the best solution to implement requested functionality<br>&gt; (scan network -&gt; send information to server)?<br>&gt; 3. How does N800 work in this scenario?<br>&gt;<br>&gt; Any help would be appreciated.
<br>&gt; Thanks in advance.<br>&gt;<br>&gt; - Kalle<br>&gt; _______________________________________________<br>&gt; maemo-developers mailing list<br>&gt; <a href="mailto:maemo-developers@maemo.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
maemo-developers@maemo.org
</a><br>&gt; <a href="https://maemo.org/mailman/listinfo/maemo-developers" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://maemo.org/mailman/listinfo/maemo-developers</a><br>&gt;<br>&gt;<br>
&gt;<br></blockquote></span></div></div><br>

</blockquote></div><br>