wlanutilities/wlanwizard/inc/wlanwizardhelper.h
changeset 58 301aeb18ae47
parent 56 de27cc8389dd
equal deleted inserted replaced
56:de27cc8389dd 58:301aeb18ae47
    50         from ui and state events.
    50         from ui and state events.
    51         
    51         
    52         Please remember to update trace.properties upon changes.
    52         Please remember to update trace.properties upon changes.
    53      */
    53      */
    54     enum ConfigurationId {
    54     enum ConfigurationId {
    55         //! QString: WLAN Network name (aka SSID)
    55         //! QString: WLAN Network name
    56         ConfSsid = 0,
    56         ConfName = 0,
       
    57         //! QByteArray: WLAN Network SSID
       
    58         ConfSsid = 1,
    57         //! int: CMManagerShim::WlanConnectionMode
    59         //! int: CMManagerShim::WlanConnectionMode
    58         ConfNetworkMode = 1,
    60         ConfNetworkMode = 2,
    59         //! int: CMManagerShim::WlanSecMode
    61         //! int: CMManagerShim::WlanSecMode
    60         ConfSecurityMode = 2,
    62         ConfSecurityMode = 3,
    61         //! QString: WPA PSK
    63         //! QString: WPA PSK
    62         ConfKeyWpa = 3,
    64         ConfKeyWpa = 4,
    63         //! QString: WEP Key 1
    65         //! QString: WEP Key 1
    64         ConfKeyWep1 = 4,
    66         ConfKeyWep1 = 5,
    65         //! QString: WEP Key 2
    67         //! QString: WEP Key 2
    66         ConfKeyWep2 = 5,
    68         ConfKeyWep2 = 6,
    67         //! QString: WEP Key 3
    69         //! QString: WEP Key 3
    68         ConfKeyWep3 = 6,
    70         ConfKeyWep3 = 7,
    69         //! QString: WEP Key 4
    71         //! QString: WEP Key 4
    70         ConfKeyWep4 = 7,
    72         ConfKeyWep4 = 8,
    71         //! int: CMManagerShim:::WlanWepKeyIndex, Default WEP Key index
    73         //! int: CMManagerShim:::WlanWepKeyIndex, Default WEP Key index
    72         ConfKeyWepDefault = 8,
    74         ConfKeyWepDefault = 9,
    73         //! bool: Internet Connectivity Test result, true passed.
    75         //! bool: Internet Connectivity Test result, true passed.
    74         ConfIctStatus = 9,
    76         ConfIctStatus = 10,
    75         //! int, -1 (WlanQtUtils::IapIdNone): not defined: IAP ID
    77         //! int, -1 (WlanQtUtils::IapIdNone): not defined: IAP ID
    76         ConfIapId = 10,
    78         ConfIapId = 11,
    77         //! bool: true if connection was established successfully
    79         //! bool: true if connection was established successfully
    78         ConfConnected = 11,
    80         ConfConnected = 12,
    79         //! bool: WLAN AP explicit scanning need
    81         //! bool: WLAN AP explicit scanning need
    80         ConfWlanScanSSID = 12,
    82         ConfWlanScanSSID = 13,
    81         //! bool: if true use psk, if false use EAP 
    83         //! bool: if true use psk, if false use EAP 
    82         ConfUsePsk = 13,
    84         ConfUsePsk = 14,
    83         //! bool: if true processing connection page is required.
    85         //! bool: if true processing connection page is required.
    84         ConfProcessSettings = 14,
    86         ConfProcessSettings = 15,
    85         //! QString: Localized error string for WlanWizardPageGenericError
    87         //! QString: Localized error string for WlanWizardPageGenericError
    86         ConfGenericErrorString = 15,
    88         ConfGenericErrorString = 16,
    87         //! WlanWizardScanList: Available network options
    89         //! WlanWizardScanList: Available network options
    88         ConfAvailableNetworkOptions = 16,
    90         ConfAvailableNetworkOptions = 17,
    89         //! bool: Wps supported
    91         //! bool: Wps supported
    90         ConfWpsSupported = 17,
    92         ConfWpsSupported = 18,
    91         //! int: Identifies how many steps should be gone backwards from 
    93         //! int: Identifies how many steps should be gone backwards from 
    92         // GenericErrorPage
    94         // GenericErrorPage
    93         ConfGenericErrorPageStepsBackwards = 18,
    95         ConfGenericErrorPageStepsBackwards = 19,
    94     };
    96     };
    95     
    97     
    96 public:
    98 public:
    97     
    99     
    98     /*!
   100     /*!