Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-404

bearercloud : does not list undefined WIFI access points upon startup

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4: Low
    • 1.1.x
    • 1.0.0, 1.0.1, 1.0.x
    • Bearer Management
    • None
    • Maemo5, N900

    Description

      Test case:

      • start bearercloud
      • observer that undefined access points are not listed

      It is observed that a call to QNetworkConfigurationManager::updateConfigurations() is required on Maemo5 to ensure that all WIFI access points were displayed.

      Maybe there should be a "Scan Button" for this application like bearermonitor so that the user can cause a refresh of WIFI interfaces.

      diff --git a/examples/bearercloud/bearercloud.cpp b/examples/bearercloud/bearercloud.cpp
      index ddb48c7..f567d93 100644
      --- a/examples/bearercloud/bearercloud.cpp
      +++ b/examples/bearercloud/bearercloud.cpp
      @@ -185,6 +185,8 @@ void BearerCloud::configurationChanged(const QNetworkConfiguration &config)
       //! [1]
       void BearerCloud::updateConfigurations()
       {
      +    manager.updateConfigurations();
      +
           QList<QNetworkConfiguration> allConfigurations = manager.allConfigurations();
      
           while (!allConfigurations.isEmpty())
      

      Attachments

        Activity

          People

            djcb Dirk-Jan C. Binnema
            isdale Keith Isdale (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: