wlanutilities/wpswizard/inc/wpswizard_p.h
changeset 61 e1d68407ed06
parent 39 7b3e49e4608a
equal deleted inserted replaced
60:822a45792fdd 61:e1d68407ed06
   113     QScopedPointer<HbTranslator> mTranslator;
   113     QScopedPointer<HbTranslator> mTranslator;
   114     //! Object containing WLAN credentials
   114     //! Object containing WLAN credentials
   115     TWlanProtectedSetupCredentialAttribute mWpsAttr;
   115     TWlanProtectedSetupCredentialAttribute mWpsAttr;
   116     //! Array of objects containing WLAN credentials.
   116     //! Array of objects containing WLAN credentials.
   117     QList<TWlanProtectedSetupCredentialAttribute> mIapList;
   117     QList<TWlanProtectedSetupCredentialAttribute> mIapList;
   118     //! Random number generated for Number entry mode
   118     /*! Random number generated for Number entry mode. When the value is zero (0)
       
   119      *  Push-Button mode is used.
       
   120      */
   119     int mRandomNumber;
   121     int mRandomNumber;
   120     
   122     
   121     friend class WpsWizard;
   123     friend class WpsWizard;
   122     friend class TestWlanWizardContext;
   124     friend class TestWlanWizardContext;
   123     };
   125     };