<span class="gmail_quote"></span>Hi all,<br><br>I'm developing an application to Nokia 770 which scans available network infomation and then sends collected infomation to server.<br><br>I'm using modifed wireless tools (
<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>) wlist source which works fine and<br>I can get all WLAN netwok information I need, but I can't send them to server because in order to get the scanning to work the current
<br>working network connection must be disconnected.<br><br>If I use script to connect to network automatically the problem still exists:<br><br> #!/bin/sh<br>source /usr/bin/connectivity_preload<br>.sh<br>./wifiscan<br>
<br>
If I have network setup I cant perform scanning iwlist prints'Interface doesn't support scanning'. This is because function iw_get_range_info in iwlib.c<br>returns !=1.<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 -> send information to server)?<br>3. How does N800 work in this scenario?<br><br>Any help would be appreciated.<br>Thanks in advance.
<br><span class="sg"><br>- Kalle
</span>