CConnectionUiUtilitiesImpl Class Reference
| class CConnectionUiUtilitiesImpl : public CBase |
Inherits from
- CConnectionUiUtilitiesImpl
| Public Member Functions |
|---|
| ~CConnectionUiUtilitiesImpl() |
|
TBool
| AlwaysAskPageL(TCuuAlwaysAskResults &) |
| void | CancelChangingConnectionToNote() |
| void | CancelConfirmMethodUsageQuery() |
| void | CancelConnectedViaConnMethodNote() |
| void | CancelConnectedViaDestAndConnMethodNote() |
| void | CancelEasyWepDlg() |
| void | CancelEasyWpaDlg() |
| void | CancelOffLineWlanNote() |
| void | CancelSearchWLANNetwork() |
|
TBool
| ChangeConnectionL(TUint32 &, TConnectionPrefs) |
| void | ChangingConnectionToNote(const TUint32) |
| void | ChangingConnectionToNote(const TUint32, TRequestStatus &) |
| void | ConfirmMethodUsageQuery(TMsgQueryLinkedResults &, const TBool, TRequestStatus &) |
| void | ConnectedViaConnMethodNote(const TUint32) |
| void | ConnectedViaConnMethodNote(const TUint32, TRequestStatus &) |
| void | ConnectedViaDestAndConnMethodNote(const TUint32, const TUint32) |
| void | ConnectedViaDestAndConnMethodNote(const TUint32, const TUint32, TRequestStatus &) |
| void | ConnectingViaDiscreetPopup(const TUint32 &) |
| void | ConnectionErrorDiscreetPopup(const TInt &) |
|
TBool
| EasyWapiDlg(TDes *) |
|
TBool
| EasyWepDlg(TDes *, TBool &) |
| void | EasyWepDlgAsync(TRequestStatus &, TDes *, TBool &) |
|
TBool
| EasyWpaDlg(TDes *) |
| void | EasyWpaDlgAsync(TRequestStatus &, TDes *) |
|
CConnectionUiUtilitiesImpl * | NewL() |
| void | NoWLANNetworksAvailableNote() |
| void | OffLineWlanDisabledNote() |
|
TBool
| OffLineWlanNote() |
| void | OffLineWlanNote(TRequestStatus &) |
|
TBool
| SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &) |
|
TBool
| SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &) |
|
TBool
| SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TBool &) |
|
TBool
| SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &, TBool &) |
|
TBool
| SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TWlanConnectionExtentedSecurityMode &, TBool &) |
| void | SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &) |
| void | SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &) |
| void | SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TBool &) |
| void | SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &, TBool &) |
| void | SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TWlanConnectionExtentedSecurityMode &, TBool &) |
|
TBool
| SearchWLANNetworkSync(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &) |
|
TBool
| SearchWLANNetworkSync(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TBool &) |
| void | ShowConnectionChangedNoteL(const TUint32 &) |
| void | WLANNetworkUnavailableNote() |
Constructor & Destructor Documentation
CConnectionUiUtilitiesImpl()
| CConnectionUiUtilitiesImpl | ( | ) | [protected] |
~CConnectionUiUtilitiesImpl()
| ~CConnectionUiUtilitiesImpl | ( | ) | [virtual] |
Member Functions Documentation
AlwaysAskPageL(TCuuAlwaysAskResults &)
Parameters
| 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. |
CancelChangingConnectionToNote()
| void | CancelChangingConnectionToNote | ( | ) | |
Cancel ChangingConnectionToNote notifier.
CancelConfirmMethodUsageQuery()
| void | CancelConfirmMethodUsageQuery | ( | ) | |
Cancel ConfirmMethodUsageQuery
CancelConnectedViaConnMethodNote()
| void | CancelConnectedViaConnMethodNote | ( | ) | |
Cancel ConnectedViaConnMethodNote notifier.
CancelConnectedViaDestAndConnMethodNote()
| void | CancelConnectedViaDestAndConnMethodNote | ( | ) | |
Cancel ConnectedViaDestAndConnMethodNote notifier.
CancelOffLineWlanNote()
| void | CancelOffLineWlanNote | ( | ) | |
CancelSearchWLANNetwork()
| void | CancelSearchWLANNetwork | ( | ) | |
ChangeConnectionL(TUint32 &, TConnectionPrefs)
Parameters
| TUint32 & aUid | |
| TConnectionPrefs aPrefs | Specifies the rank and desired direction and bearer of the connections will appear in the dialog |
ChangingConnectionToNote(const TUint32)
| 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).
Parameters
| const TUint32 aConnMId | Id of used connection method. |
ChangingConnectionToNote(const TUint32, TRequestStatus &)
Information note is used when "Automatically" roaming is enabled. The actual connection establishment take places in the background (no wait note).
ConfirmMethodUsageQuery(TMsgQueryLinkedResults &, const TBool, TRequestStatus &)
Notifier. Shows a query, "Connect to\n '%0U' via\n '%1U'?"
Parameters
| 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. |
ConnectedViaConnMethodNote(const TUint32)
| 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.
Parameters
| const TUint32 aConnMId | Id of used connection method. |
ConnectedViaConnMethodNote(const TUint32, TRequestStatus &)
Confirmation note is used after the connection has been successfully established via a connection method.
Parameters
| const TUint32 aConnMId | Id of used connection method. |
| TRequestStatus & aStatus | caller's TRequestStatus to handle asynchronous call. |
ConnectedViaDestAndConnMethodNote(const TUint32, const TUint32)
| 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.
Parameters
| const TUint32 aDestId | Id of used destination. |
| const TUint32 aConnMId | Id of used connection method. |
ConnectedViaDestAndConnMethodNote(const TUint32, const TUint32, TRequestStatus &)
Confirmation note is used after the connection has been successfully established via destination and connection method.
Parameters
| const TUint32 aDestId | Id of used destination. |
| const TUint32 aConnMId | Id of used connection method. |
| TRequestStatus & aStatus | caller's TRequestStatus to handle asynchronous call. |
ConnectingViaDiscreetPopup(const TUint32 &)
| void | ConnectingViaDiscreetPopup | ( | const TUint32 & | aIapId | ) | |
Discreet popup. Shows "Connecting via %U" discreet popup
Parameters
| const TUint32 & aIapId | IAP id of the access point. |
ConnectionErrorDiscreetPopup(const TInt &)
| void | ConnectionErrorDiscreetPopup | ( | const TInt & | aErrorCode | ) | |
Discreet popup. Shows discreet popup about connection errors
Parameters
| const TInt & aErrorCode | Error code |
ConstructL()
| void | ConstructL | ( | ) | [protected] |
Second-phase constructor.
EasyWapiDlg(TDes *)
Notifier. Query for prompting WAPI-PSK. Displays a query: "Enter pre-shared key for WLAN"
Parameters
| TDes * aKey | Key entered by user |
EasyWepDlg(TDes *, TBool &)
Notifier. Shows a data query, "Enter WEP key for WLAN"
EasyWepDlgAsync(TRequestStatus &, TDes *, TBool &)
Notifier. Shows a data query, "Enter WEP key for WLAN" Async version
Parameters
| TRequestStatus & aStatus | caller's TRequestStatus to handle asynchronous call. |
| TDes * aKey | Key entered by user |
| TBool & aHex | |
EasyWpaDlg(TDes *)
Notifier. Shows a data query, "Enter pre-shared key for WLAN"
Parameters
| TDes * aKey | Key entered by user |
EasyWpaDlgAsync(TRequestStatus &, TDes *)
Notifier. Shows a data query, "Enter pre-shared key for WLAN"
Parameters
| TRequestStatus & aStatus | caller's TRequestStatus to handle asynchronous call. |
| TDes * aKey | Key entered by user |
GetConnectionNameL(const TUint32 &, CCommsDatabase &, TDes &)
Gives back the name of connection uses aIAPId
Parameters
| const TUint32 & aIAPId | access point used for connection |
| CCommsDatabase & aDb | CCommsDatabase ofr seaching name of connection |
| TDes & aConnectionName | asked connection name |
LoadResourceFileL()
| void | LoadResourceFileL | ( | ) | [private] |
Loads resource file of dll. It can be used if there is CCoeEnv.
NewL()
Two-phased constructor. Leaves on failure.
NoWLANNetworksAvailableNote()
| void | NoWLANNetworksAvailableNote | ( | ) | |
Pops up an information note: "No WLAN networks are available at the moment. Connection not available."
OffLineWlanDisabledNote()
| void | OffLineWlanDisabledNote | ( | ) | |
Notifier. Pops up an information note: "Operation not possible in Off-line mode"
OffLineWlanNote()
Notifier. Shows a query, "Do you want to create a WLAN connection in
Off-line mode?"
OffLineWlanNote(TRequestStatus &)
Notifier. Shows a query, "Do you want to create a WLAN connection in
Off-line mode?" Asynchronous.
SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &)
Notifier. Search available WLAN networks, and user can select one of them
SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &)
Notifier. Search available WLAN networks, and user can select one of them
SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TBool &)
Notifier. Search available WLAN networks, and user can select one of them
SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &, TBool &)
Notifier. Search available WLAN networks, and user can select one of them
SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TWlanConnectionExtentedSecurityMode &, TBool &)
Notifier. Search available WLAN networks, and user can select one of them
SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &)
Notifier. Search available WLAN networks, and user can select one of them. Totally asynchronous version, to be used from Engines, not from UIs
SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &)
Notifier. Search available WLAN networks, and user can select one of them. Totally asynchronous version, to be used from Engines, not from UIs
SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TBool &)
Notifier. Search available WLAN networks, and user can select one of them. Totally asynchronous version, to be used from Engines, not from UIs
SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &, TBool &)
Notifier. Search available WLAN networks, and user can select one of them. Totally asynchronous version, to be used from Engines, not from UIs
SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TWlanConnectionExtentedSecurityMode &, TBool &)
Notifier. Search available WLAN networks, and user can select one of them. Totally asynchronous version, to be used from Engines, not from UIs
SearchWLANNetworkSync(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &)
Notifier. Search available WLAN networks, and user can select one of them. Totally synchronous version, to be used from Engines, not from UIs
SearchWLANNetworkSync(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TBool &)
Notifier. Search available WLAN networks, and user can select one of them. Totally synchronous version, to be used from Engines, not from UIs
ShowConnectionChangedNoteL(const TUint32 &)
| void | ShowConnectionChangedNoteL | ( | const TUint32 & | aIAPId | ) | |
Pops up an information note, about connection is changed to the given accespont
Parameters
| const TUint32 & aIAPId | The id of access point which has been selected. |
WLANNetworkUnavailableNote()
| void | WLANNetworkUnavailableNote | ( | ) | |
Pops up an information note: "Selected WLAN network has no coverage"
Member Data Documentation
CActiveWrapper * iActiveWrapper
TPckgBuf< TConnUiConnectingViaDiscreetPopup > iConnInfo
TWlanConnectionExtentedSecurityMode
iDummyExtSecMode
TWlanConnectionSecurityMode
iDummySecMode
TBool
iIsWlanSupported
|
TBool
| iIsWlanSupported | [private] |
TPckgBuf< TConnUiUiWlanNetworkPrefs > iNetworkPrefs
RConnectionUiUtilitiesSession
iNotif
TPckgBuf< TBuf< KEasyWapiQueryMaxLength > > iWapiKey
TPckgBuf< TWepKeyData > iWepKey
TPckgBuf< TBuf< KEasyWpaQueryMaxLength > > iWpaKey
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.