[maemo-developers] Question about WLAN
From: Kalle Valo Kalle.Valo at nokia.comDate: Tue Jun 19 22:13:45 EEST 2007
- Previous message: Question about WLAN
- Next message: scratchbox login failure on Fedora7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"ext swaroop k.s" <swaroop_ks at yahoo.com> writes: > I went through the lists to see if I could get my question answered > there, but could not find enough information. > > I am developing an application which will need information about the > visible WiFi access points at periodic intervals. But, (possibly due > to the power saving mode) N800 does not list all the visible APs > through the wireless extensions (iwlist), especially when the device > is already associated with an access point. You are seeing this bug: https://bugs.maemo.org/show_bug.cgi?id=1106 It's a bug in WLAN driver. The results are not ready until driver sends SIOCGIWSCAN event. The results will be partial until the event is sent. > Things I've tried so far: > 1. Tried setting the WLAN_SLEEP_TIMEOUT thorugh gconftool > 2. Tried fiddling with the osso-wlan sources > 3. Tried using the conic api > > But, the problem seems to be something beyond all these? am I right? > Also, I do see there is something that can solve this. Through the > WLAN connectivity UI, if I select "Change connections", I can see all > the access points in the user Interface. So, I think there is a way of > getting this information. Can anyone shed some light on this? > > Does anyone know how to get around this? You can workaround this by waiting for the wireless extensions scan event before getting the scan results from the driver. See how osso-wlan does it. But as I said, this a bug in WLAN driver and will be fixed some time in future. -- Kalle Valo
- Previous message: Question about WLAN
- Next message: scratchbox login failure on Fedora7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]