wlanutilities/wpswizard/src/wpswizardsteptwo.cpp
changeset 62 b47b808de481
parent 46 2fbd1d709fe7
equal deleted inserted replaced
58:301aeb18ae47 62:b47b808de481
   143     OstTraceFunctionEntry1(WPSPAGESTEPTWO_NEXTID_ENTRY, this);
   143     OstTraceFunctionEntry1(WPSPAGESTEPTWO_NEXTID_ENTRY, this);
   144     int id = WpsWizardPage::PageWpsWizardStep3_Button;
   144     int id = WpsWizardPage::PageWpsWizardStep3_Button;
   145     removeFromStack = false;
   145     removeFromStack = false;
   146     
   146     
   147     if (mItemSelected == WpsPushButtonMode) {
   147     if (mItemSelected == WpsPushButtonMode) {
       
   148         // Reset Pin code, pin 0 means push-button mode
       
   149         mWizard->setPin(0);
   148         id = WpsWizardPage::PageWpsWizardStep3_Button;
   150         id = WpsWizardPage::PageWpsWizardStep3_Button;
   149         
   151         
   150     } else if (mItemSelected == WpsPinCodeMode) {
   152     } else if (mItemSelected == WpsPinCodeMode) {
   151         id = WpsWizardPage::PageWpsWizardStep3_Number;
   153         id = WpsWizardPage::PageWpsWizardStep3_Number;
   152         
   154