wlanutilities/wlanwizard/tsrc/ut/testwlanwizardwps.h
changeset 62 b47b808de481
parent 56 de27cc8389dd
equal deleted inserted replaced
58:301aeb18ae47 62:b47b808de481
    48     void tcPinCode_KErrWlanProtectedSetupMessageTimeout();
    48     void tcPinCode_KErrWlanProtectedSetupMessageTimeout();
    49     void tcPinCode_KErrWlanProtectedSetupRegistrationSessionTimeout();
    49     void tcPinCode_KErrWlanProtectedSetupRegistrationSessionTimeout();
    50     void tcPinCode_KErrWlanProtectedSetupDevicePasswordAuthFailure();
    50     void tcPinCode_KErrWlanProtectedSetupDevicePasswordAuthFailure();
    51     void tcPinCode_KErrWlanProtectedSetupPINMethodNotSupported();
    51     void tcPinCode_KErrWlanProtectedSetupPINMethodNotSupported();
    52     void tcPinCode_KErrWlanProtectedSetupPBMethodNotSupported();
    52     void tcPinCode_KErrWlanProtectedSetupPBMethodNotSupported();
       
    53     void tcPinCode_BackToPushButtonMode();
    53     /*
    54     /*
    54     void tcPushButton_KErrNone_back_forward_KErrNone();
    55     void tcPushButton_KErrNone_back_forward_KErrNone();
    55     void tcPinCodeMultipleResults();
    56     void tcPinCodeMultipleResults();
    56     void tcPinCodeMultipleResults_back_and_forward();
    57     void tcPinCodeMultipleResults_back_and_forward();
    57     */
    58     */
    58 
    59 
    59 private: // Helper methods
    60 private: // Helper methods
    60     void verifyModeSelection();
    61     void verifyModeSelection(int index = -1);
    61     
    62     
    62 private: // Helper test cases 
    63 private: // Helper test cases 
    63     void tcPushButton(
    64     void tcPushButton(
    64         const QString &ssid,
    65         const QString &ssid,
    65         int secModeWlan,
    66         int secModeWlan,
    66         int secModeCmm,
    67         int secModeCmm,
    67         int operModeWlan,
    68         int operModeWlan,
    68         int operModeCmm,
    69         int operModeCmm,
    69         int defaultWepKeyIndexWlan,
    70         int defaultWepKeyIndexWlan,
    70         int defaultWepKeyIndexCmm);
    71         int defaultWepKeyIndexCmm,
       
    72         int index = -1);
    71     
    73     
    72     void tcPinCode_failure(
    74     void tcPinCode_failure(
    73         int errorCode,
    75         int errorCode,
    74         const QString &errorText);
    76         const QString &errorText);
    75     
    77