wlanutilities/wlanqtutilities/tsrc/context/wlanqtutilstestcontext.h
changeset 58 301aeb18ae47
parent 56 de27cc8389dd
equal deleted inserted replaced
56:de27cc8389dd 58:301aeb18ae47
   158      * with the one in the context.
   158      * with the one in the context.
   159      * 
   159      * 
   160      * @param[in] wlanIapList WLAN IAPs that are verified against the context.
   160      * @param[in] wlanIapList WLAN IAPs that are verified against the context.
   161      */
   161      */
   162     void verifyWlanScanIapResultList(
   162     void verifyWlanScanIapResultList(
   163         QList< QSharedPointer<WlanQtUtilsIap> > wlanIapList);
   163         QList< QSharedPointer<WlanQtUtilsAp> > wlanIapList);
   164 
   164 
   165     /**
   165     /**
   166      * Creates a list of WLAN APs for scan results.
   166      * Creates a list of WLAN APs for scan results.
   167      * 
   167      * 
   168      * @param[in] numberOfWlanAps Number of WLAN APs that are created.
   168      * @param[in] numberOfWlanAps Number of WLAN APs that are created.
   181     // Scan result list iterator. Holds the current index, starting from zero (0).
   181     // Scan result list iterator. Holds the current index, starting from zero (0).
   182     int mScanResultIterator;
   182     int mScanResultIterator;
   183     
   183     
   184     // List of WLAN IAPs that WLAN Management API stub will return when
   184     // List of WLAN IAPs that WLAN Management API stub will return when
   185     // requesting for wlan IAP scan results.
   185     // requesting for wlan IAP scan results.
   186     QList< QSharedPointer<WlanQtUtilsIap> > mWlanScanIapResultList;
   186     QList< QSharedPointer<WlanQtUtilsAp> > mWlanScanIapResultList;
   187     
   187     
   188     // List of WLAN access points that WLAN Management API stub will return when
   188     // List of WLAN access points that WLAN Management API stub will return when
   189     // requesting for wlan scan results.
   189     // requesting for wlan scan results.
   190     QList< QSharedPointer<WlanQtUtilsAp> > mWlanScanApResultList;
   190     QList< QSharedPointer<WlanQtUtilsAp> > mWlanScanApResultList;
   191     
   191