class CConnectionUiUtilitiesImpl : public CBase |
Connection Ui Utilities. Implementation behind proxy class CConnectionUiUtilities .
Protected Member Functions | |
---|---|
CConnectionUiUtilitiesImpl () | |
void | ConstructL () |
Private Member Functions | |
---|---|
void | GetConnectionNameL (const TUint32 &, CCommsDatabase &, TDes &) |
void | LoadResourceFileL () |
Private Attributes | |
---|---|
CActiveWrapper * | iActiveWrapper |
TPckgBuf < TConnUiConnectingViaDiscreetPopup > | iConnInfo |
TBool | iDummy |
TWlanConnectionExtentedSecurityMode | iDummyExtSecMode |
TWlanConnectionSecurityMode | iDummySecMode |
TBool | iIsWlanSupported |
TPckgBuf < TConnUiUiWlanNetworkPrefs > | iNetworkPrefs |
RConnectionUiUtilitiesSession | iNotif |
TInt | iResOffset |
TPckgBuf < TBuf < KEasyWapiQueryMaxLength > > | iWapiKey |
TPckgBuf < TWepKeyData > | iWepKey |
TPckgBuf < TBuf < KEasyWpaQueryMaxLength > > | iWpaKey |
TBool | AlwaysAskPageL | ( | TCuuAlwaysAskResults & | aResult | ) |
TCuuAlwaysAskResults & aResult | contains ECuuAlwaysAsk if always ask radio button was selected, and ECuuUserDefined if user defined radio button was selected by user It acts also as input parameter to default this setting. |
void | CancelChangingConnectionToNote | ( | ) |
Cancel ChangingConnectionToNote notifier.
void | CancelConfirmMethodUsageQuery | ( | ) |
Cancel ConfirmMethodUsageQuery
void | CancelConnectedViaConnMethodNote | ( | ) |
Cancel ConnectedViaConnMethodNote notifier.
void | CancelConnectedViaDestAndConnMethodNote | ( | ) |
Cancel ConnectedViaDestAndConnMethodNote notifier.
TBool | ChangeConnectionL | ( | TUint32 & | aUid, |
TConnectionPrefs | aPrefs | |||
) |
TUint32 & aUid | |
TConnectionPrefs aPrefs | Specifies the rank and desired direction and bearer of the connections will appear in the dialog |
void | ChangingConnectionToNote | ( | const TUint32 | aConnMId | ) |
Information note is used when "Automatically" roaming is enabled. The actual connection establishment take places in the background (no wait note).
const TUint32 aConnMId | Id of used connection method. |
void | ChangingConnectionToNote | ( | const TUint32 | aConnMId, |
TRequestStatus & | aStatus | |||
) |
Information note is used when "Automatically" roaming is enabled. The actual connection establishment take places in the background (no wait note).
const TUint32 aConnMId | Id of used connection method. |
TRequestStatus & aStatus | Status object of notifier. |
void | ConfirmMethodUsageQuery | ( | TMsgQueryLinkedResults & | aResult, |
const TBool | aHomeNetwork, | |||
TRequestStatus & | aStatus | |||
) |
Notifier. Shows a query, "Connect to\n '%0U' via\n '%1U'?"
TMsgQueryLinkedResults & aResult | Result of user selection, ETrue if user accepted roaming, to more preferred method, EFlase otherwise |
const TBool aHomeNetwork | home or foreign network |
TRequestStatus & aStatus | Status object of notifier. |
void | ConnectedViaConnMethodNote | ( | const TUint32 | aConnMId | ) |
DEPRECATED, PLEASE USE ASYNC VERSION! Confirmation note is used after the connection has been successfully established via a connection method.
const TUint32 aConnMId | Id of used connection method. |
void | ConnectedViaConnMethodNote | ( | const TUint32 | aConnMId, |
TRequestStatus & | aStatus | |||
) |
Confirmation note is used after the connection has been successfully established via a connection method.
const TUint32 aConnMId | Id of used connection method. |
TRequestStatus & aStatus | caller's TRequestStatus to handle asynchronous call. |
void | ConnectedViaDestAndConnMethodNote | ( | const TUint32 | aDestId, |
const TUint32 | aConnMId | |||
) |
DEPRECATED, PLEASE USE ASYNC VERSION! Confirmation note is used after the connection has been successfully established via destination and connection method.
void | ConnectedViaDestAndConnMethodNote | ( | const TUint32 | aDestId, |
const TUint32 | aConnMId, | |||
TRequestStatus & | aStatus | |||
) |
Confirmation note is used after the connection has been successfully established via destination and connection method.
const TUint32 aDestId | Id of used destination. |
const TUint32 aConnMId | Id of used connection method. |
TRequestStatus & aStatus | caller's TRequestStatus to handle asynchronous call. |
void | ConnectingViaDiscreetPopup | ( | const TUint32 & | aIapId | ) |
Discreet popup. Shows "Connecting via %U" discreet popup
const TUint32 & aIapId | IAP id of the access point. |
void | ConnectionErrorDiscreetPopup | ( | const TInt & | aErrorCode | ) |
Discreet popup. Shows discreet popup about connection errors
const TInt & aErrorCode | Error code |
TBool | EasyWapiDlg | ( | TDes * | aKey | ) |
Notifier. Query for prompting WAPI-PSK. Displays a query: "Enter pre-shared key for WLAN"
TDes * aKey | Key entered by user |
TBool | EasyWepDlg | ( | TDes * | aKey, |
TBool & | aHex | |||
) |
Notifier. Shows a data query, "Enter WEP key for WLAN"
void | EasyWepDlgAsync | ( | TRequestStatus & | aStatus, |
TDes * | aKey, | |||
TBool & | aHex | |||
) |
Notifier. Shows a data query, "Enter WEP key for WLAN" Async version
TRequestStatus & aStatus | caller's TRequestStatus to handle asynchronous call. |
TDes * aKey | Key entered by user |
TBool & aHex |
TBool | EasyWpaDlg | ( | TDes * | aKey | ) |
Notifier. Shows a data query, "Enter pre-shared key for WLAN"
TDes * aKey | Key entered by user |
void | EasyWpaDlgAsync | ( | TRequestStatus & | aStatus, |
TDes * | aKey | |||
) |
Notifier. Shows a data query, "Enter pre-shared key for WLAN"
TRequestStatus & aStatus | caller's TRequestStatus to handle asynchronous call. |
TDes * aKey | Key entered by user |
void | GetConnectionNameL | ( | const TUint32 & | aIAPId, |
CCommsDatabase & | aDb, | |||
TDes & | aConnectionName | |||
) | [private] |
Gives back the name of connection uses aIAPId
const TUint32 & aIAPId | access point used for connection |
CCommsDatabase & aDb | CCommsDatabase ofr seaching name of connection |
TDes & aConnectionName | asked connection name |
void | LoadResourceFileL | ( | ) | [private] |
Loads resource file of dll. It can be used if there is CCoeEnv .
void | NoWLANNetworksAvailableNote | ( | ) |
Pops up an information note: "No WLAN networks are available at the moment. Connection not available."
void | OffLineWlanDisabledNote | ( | ) |
Notifier. Pops up an information note: "Operation not possible in Off-line mode"
TBool | OffLineWlanNote | ( | ) |
Notifier. Shows a query, "Do you want to create a WLAN connection in Off-line mode?"
void | OffLineWlanNote | ( | TRequestStatus & | aStatus | ) |
Notifier. Shows a query, "Do you want to create a WLAN connection in Off-line mode?" Asynchronous.
TRequestStatus & aStatus | Status object of notifier. |
TBool | SearchWLANNetwork | ( | TWlanSsid & | aSSID, |
TWlanConnectionMode & | aConnectionMode, | |||
TWlanConnectionSecurityMode & | aSecurityMode | |||
) |
Notifier. Search available WLAN networks, and user can select one of them
TWlanSsid & aSSID | the id of selected wlan network |
TWlanConnectionMode & aConnectionMode | connection mode of selected wlan network |
TWlanConnectionSecurityMode & aSecurityMode | security mode of selected wlan network |
TBool | SearchWLANNetwork | ( | TWlanSsid & | aSSID, |
TWlanConnectionMode & | aConnectionMode, | |||
TWlanConnectionExtentedSecurityMode & | aExtSecurityMode | |||
) |
Notifier. Search available WLAN networks, and user can select one of them
TWlanSsid & aSSID | the id of selected wlan network |
TWlanConnectionMode & aConnectionMode | connection mode of selected wlan network |
TWlanConnectionExtentedSecurityMode & aExtSecurityMode | extended security mode of selected wlan network |
TBool | SearchWLANNetwork | ( | TWlanSsid & | aSSID, |
TWlanConnectionMode & | aConnectionMode, | |||
TWlanConnectionSecurityMode & | aSecurityMode, | |||
TBool & | aProtectedSetupSupported | |||
) |
Notifier. Search available WLAN networks, and user can select one of them
TBool | SearchWLANNetwork | ( | TWlanSsid & | aSSID, |
TWlanConnectionMode & | aConnectionMode, | |||
TWlanConnectionExtentedSecurityMode & | aExtSecurityMode, | |||
TBool & | aProtectedSetupSupported | |||
) |
Notifier. Search available WLAN networks, and user can select one of them
TWlanSsid & aSSID | the id of selected wlan network |
TWlanConnectionMode & aConnectionMode | connection mode of selected wlan network |
TWlanConnectionExtentedSecurityMode & aExtSecurityMode | security mode of selected wlan network |
TBool & aProtectedSetupSupported | if the wlan supports Protected Setup |
TBool | SearchWLANNetwork | ( | TWlanSsid & | aSSID, |
TWlanConnectionMode & | aConnectionMode, | |||
TWlanConnectionSecurityMode & | aSecurityMode, | |||
TWlanConnectionExtentedSecurityMode & | aExtSecurityMode, | |||
TBool & | aProtectedSetupSupported | |||
) |
Notifier. Search available WLAN networks, and user can select one of them
TWlanSsid & aSSID | the id of selected wlan network |
TWlanConnectionMode & aConnectionMode | connection mode of selected wlan network |
TWlanConnectionSecurityMode & aSecurityMode | security mode of selected wlan network |
TWlanConnectionExtentedSecurityMode & aExtSecurityMode | security mode of selected wlan network |
TBool & aProtectedSetupSupported | if the wlan supports Protected Setup |
void | SearchWLANNetworkAsync | ( | TRequestStatus & | aStatus, |
TWlanSsid & | aSSID, | |||
TWlanConnectionMode & | aConnectionMode, | |||
TWlanConnectionSecurityMode & | aSecurityMode | |||
) |
Notifier. Search available WLAN networks, and user can select one of them. Totally asynchronous version, to be used from Engines, not from UIs
TRequestStatus & aStatus | status object of notifier |
TWlanSsid & aSSID | the id of selected wlan network |
TWlanConnectionMode & aConnectionMode | connection mode of selected wlan network |
TWlanConnectionSecurityMode & aSecurityMode | security mode of selected wlan network |
void | SearchWLANNetworkAsync | ( | TRequestStatus & | aStatus, |
TWlanSsid & | aSSID, | |||
TWlanConnectionMode & | aConnectionMode, | |||
TWlanConnectionExtentedSecurityMode & | aExtSecurityMode | |||
) |
Notifier. Search available WLAN networks, and user can select one of them. Totally asynchronous version, to be used from Engines, not from UIs
TRequestStatus & aStatus | status object of notifier |
TWlanSsid & aSSID | the id of selected wlan network |
TWlanConnectionMode & aConnectionMode | connection mode of selected wlan network |
TWlanConnectionExtentedSecurityMode & aExtSecurityMode | extented security mode of selected wlan network |
void | SearchWLANNetworkAsync | ( | TRequestStatus & | aStatus, |
TWlanSsid & | aSSID, | |||
TWlanConnectionMode & | aConnectionMode, | |||
TWlanConnectionSecurityMode & | aSecurityMode, | |||
TBool & | aProtectedSetupSupported | |||
) |
Notifier. Search available WLAN networks, and user can select one of them. Totally asynchronous version, to be used from Engines, not from UIs
TRequestStatus & aStatus | status object of notifier |
TWlanSsid & aSSID | the id of selected wlan network |
TWlanConnectionMode & aConnectionMode | connection mode of selected wlan network |
TWlanConnectionSecurityMode & aSecurityMode | security mode of selected wlan network |
TBool & aProtectedSetupSupported | if the wlan supports Protected Setup |
void | SearchWLANNetworkAsync | ( | TRequestStatus & | aStatus, |
TWlanSsid & | aSSID, | |||
TWlanConnectionMode & | aConnectionMode, | |||
TWlanConnectionExtentedSecurityMode & | aExtSecurityMode, | |||
TBool & | aProtectedSetupSupported | |||
) |
Notifier. Search available WLAN networks, and user can select one of them. Totally asynchronous version, to be used from Engines, not from UIs
TRequestStatus & aStatus | status object of notifier |
TWlanSsid & aSSID | the id of selected wlan network |
TWlanConnectionMode & aConnectionMode | connection mode of selected wlan network |
TWlanConnectionExtentedSecurityMode & aExtSecurityMode | extended security mode of selected wlan network |
TBool & aProtectedSetupSupported | if the wlan supports Protected Setup |
void | SearchWLANNetworkAsync | ( | TRequestStatus & | aStatus, |
TWlanSsid & | aSSID, | |||
TWlanConnectionMode & | aConnectionMode, | |||
TWlanConnectionSecurityMode & | aSecurityMode, | |||
TWlanConnectionExtentedSecurityMode & | aExtSecurityMode, | |||
TBool & | aProtectedSetupSupported | |||
) |
Notifier. Search available WLAN networks, and user can select one of them. Totally asynchronous version, to be used from Engines, not from UIs
TRequestStatus & aStatus | status object of notifier |
TWlanSsid & aSSID | the id of selected wlan network |
TWlanConnectionMode & aConnectionMode | connection mode of selected wlan network |
TWlanConnectionSecurityMode & aSecurityMode | security mode of selected wlan network |
TWlanConnectionExtentedSecurityMode & aExtSecurityMode | extended security mode of selected wlan network |
TBool & aProtectedSetupSupported | if the wlan supports Protected Setup |
TBool | SearchWLANNetworkSync | ( | TWlanSsid & | aSSID, |
TWlanConnectionMode & | aConnectionMode, | |||
TWlanConnectionSecurityMode & | aSecurityMode | |||
) |
Notifier. Search available WLAN networks, and user can select one of them. Totally synchronous version, to be used from Engines, not from UIs
TWlanSsid & aSSID | the id of selected wlan network |
TWlanConnectionMode & aConnectionMode | connection mode of selected wlan network |
TWlanConnectionSecurityMode & aSecurityMode | security mode of selected wlan network |
TBool | SearchWLANNetworkSync | ( | TWlanSsid & | aSSID, |
TWlanConnectionMode & | aConnectionMode, | |||
TWlanConnectionSecurityMode & | aSecurityMode, | |||
TBool & | aProtectedSetupSupported | |||
) |
Notifier. Search available WLAN networks, and user can select one of them. Totally synchronous version, to be used from Engines, not from UIs
void | ShowConnectionChangedNoteL | ( | const TUint32 & | aIAPId | ) |
Pops up an information note, about connection is changed to the given accespont
const TUint32 & aIAPId | The id of access point which has been selected. |
void | WLANNetworkUnavailableNote | ( | ) |
Pops up an information note: "Selected WLAN network has no coverage"
TPckgBuf < TConnUiConnectingViaDiscreetPopup > | iConnInfo | [private] |
TWlanConnectionExtentedSecurityMode | iDummyExtSecMode | [private] |
TPckgBuf < TConnUiUiWlanNetworkPrefs > | iNetworkPrefs | [private] |
TPckgBuf < TBuf < KEasyWapiQueryMaxLength > > | iWapiKey | [private] |
TPckgBuf < TBuf < KEasyWpaQueryMaxLength > > | iWpaKey | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.