Hi,<br><br>I have problem when I perform WLAN scanning when internet connection is on.<br>I&#39;m still trying to do an application which scans APs RSSI info and then send them to server via internet connection.<br>This
requires that I have internet connection on (wlan is associated with
AP) at the same time I&#39;m performing scanning, but when the connection
is on RSSI information doesn&#39;t update properly.
<br>Only the associated AP RSSI information is uptated!<br><br>I have
investigated the driver code and debugged the situation and I get error
code -22 from sm_drv_set_scan method from sm_drv_ioctl_umac.c at line
1135:<br>
<br>/* And finally we send the scan request */<br>ret = sm_drv_oid_set(dev, DOT11_OID_SCAN, (void*)&amp;scan, sizeof(int16_t));<br><br>(Do you know where I can find expanations for those errors?)<br><br>I hope you can understand the situation. The question is:
<br><br>Connection manager scans properly even if the internet connection is on so I assume that this scenario is doable. <br>What&nbsp;
I have to do to to get the scanning to work while internet connection
is on? Do I have to give some parameters to the driver or what?
<br><br>You can see that I&#39;m lost here but I&#39;d appreciate your help very much again.<br><br>- Kalle<br>