This page was last modified 05:13, 24 August 2007.
KIS000449 - Receiving certain WLAN notifications automatically does not work
From Forum Nokia Wiki
Receiving certain WLAN notifications automatically does not work
| KIS000449
|
Overview
| -
|
Reported against
| S60 3rd Edition S60 3rd Edition, FP1 Nokia E60, Nokia E61, Nokia E70, Nokia N80
|
Date identified
| October 19, 2006, updated June 25, 2007
|
Symptoms
| -
|
Detailed description
| APIs are defined in the SDK to asynchronously receive notifications about the status of a WLAN connection (see Connection Monitor API). However, not all notifications are received as described in the SDK documentation. The following events: EConnMonBearerAvailabilityChange EConnMonSignalStrengthChange are documented to be received asynchronously through MConnectionMonitorObserver::EventL(). Since constantly monitoring bearer availability and signal strength consumes a lot of battery power, automatic notifications for these events are not enabled in S60 3rd Edition devices. EConnMonBearerAvailabilityChange event can be used for detecting changes in WLAN availability if WLAN background scans are enabled in the device settings. These events may not arrive immediately after the change, since they are restricted by the scanning interval defined in the settings. EConnMonSignalStrengthChange event is valid only for cellular (GPRS, WCDMA, etc.) bearers.
|
How to reproduce
| -
|
Solution
| If this functionality is needed, applications have to implement their own logic for periodic, synchronous queries for signal strength and/or bearer availability in order to detect any immediate changes.
|