CConnectionUiUtilities Class Reference

class CConnectionUiUtilities : public CBase

Inherits from

  • CConnectionUiUtilities
Public Member Functions
~CConnectionUiUtilities()
IMPORT_C TBoolAlwaysAskPageL(TCuuAlwaysAskResults &)
IMPORT_C voidCancelChangingConnectionToNote()
IMPORT_C voidCancelConfirmMethodUsageQuery()
IMPORT_C voidCancelConnectedViaConnMethodNote()
IMPORT_C voidCancelConnectedViaDestAndConnMethodNote()
IMPORT_C voidCancelEasyWepDlg()
IMPORT_C voidCancelEasyWpaDlg()
IMPORT_C voidCancelOffLineWlanNote()
IMPORT_C voidCancelReconnectToMethodQuery()
IMPORT_C voidCancelRoamingToMorePrefMethodQuery()
IMPORT_C voidCancelSearchWLANNetwork()
IMPORT_C TBoolChangeConnectionL(TUint32 &, TConnectionPrefs)
IMPORT_C voidChangingConnectionToNote(const TUint32)
IMPORT_C voidChangingConnectionToNote(const TUint32, TRequestStatus &)
IMPORT_C voidConfirmMethodUsageQuery(const TUint32, const TUint32, TBool &, TRequestStatus &)
IMPORT_C voidConfirmMethodUsageQuery(TMsgQueryLinkedResults &, const TBool, TRequestStatus &)
IMPORT_C voidConnectedViaConnMethodNote(const TUint32)
voidConnectedViaConnMethodNote(const TUint32, TRequestStatus &)
IMPORT_C voidConnectedViaDestAndConnMethodNote(const TUint32, const TUint32)
voidConnectedViaDestAndConnMethodNote(const TUint32, const TUint32, TRequestStatus &)
IMPORT_C voidConnectingViaDiscreetPopup(const TUint32 &)
IMPORT_C voidConnectionErrorDiscreetPopup(const TInt &)
IMPORT_C TBoolEasyWapiDlg(TDes *)
IMPORT_C TBoolEasyWepDlg(TDes *)
IMPORT_C TBoolEasyWepDlg(TDes *, TBool &)
IMPORT_C voidEasyWepDlg(TRequestStatus &, TDes *, TBool &)
IMPORT_C TBoolEasyWpaDlg(TDes *)
IMPORT_C voidEasyWpaDlg(TRequestStatus &, TDes *)
IMPORT_C CConnectionUiUtilities *NewL()
IMPORT_C voidNoWLANNetworksAvailableNote()
IMPORT_C voidOffLineWlanDisabledNote()
IMPORT_C TBoolOffLineWlanNote()
IMPORT_C voidOffLineWlanNote(TRequestStatus &)
IMPORT_C voidReconnectToMethodQuery(const TUint32, TBool &, TRequestStatus &)
IMPORT_C voidReconnectToMethodQuery(const TUint32, const TUint32, const TBool, TMsgQueryLinkedResults &, TRequestStatus &)
IMPORT_C voidRoamingToMorePrefMethodQuery(const TUint32, TBool &, TRequestStatus &)
IMPORT_C voidRoamingToMorePrefMethodQuery(const TUint32, const TUint32, const TBool, TMsgQueryLinkedResults &, TRequestStatus &)
IMPORT_C TBoolSearchWLANNetwork(TWlanSsid &)
IMPORT_C TBoolSearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &)
IMPORT_C TBoolSearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &)
IMPORT_C TBoolSearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TBool &)
IMPORT_C TBoolSearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &, TBool &)
IMPORT_C voidSearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &)
IMPORT_C voidSearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &)
IMPORT_C voidSearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TBool &)
IMPORT_C voidSearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &, TBool &)
IMPORT_C TBoolSearchWLANNetworkSync(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &)
IMPORT_C TBoolSearchWLANNetworkSync(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TBool &)
IMPORT_C voidShowConnectionChangedNoteL(const TUint32 &)
IMPORT_C voidWLANNetworkUnavailableNote()
Inherited Functions
CBase::CBase()
CBase::Delete(CBase *)
CBase::Extension_(TUint,TAny *&,TAny *)
CBase::operator new(TUint)
CBase::operator new(TUint,TAny *)
CBase::operator new(TUint,TLeave)
CBase::operator new(TUint,TLeave,TUint)
CBase::operator new(TUint,TUint)
CBase::~CBase()
Private Attributes
CConnectionUiUtilitiesImpl *iImpl

Constructor & Destructor Documentation

~CConnectionUiUtilities()

IMPORT_C~CConnectionUiUtilities()

Destructor.

Member Functions Documentation

AlwaysAskPageL(TCuuAlwaysAskResults &)

IMPORT_C TBoolAlwaysAskPageL(TCuuAlwaysAskResults &aResult)

Parameters

TCuuAlwaysAskResults & aResultcontains 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()

IMPORT_C voidCancelChangingConnectionToNote()

Cancel ChangingConnectionToNote notifier.

CancelConfirmMethodUsageQuery()

IMPORT_C voidCancelConfirmMethodUsageQuery()

Cancel ConfirmMethodUsageQuery

CancelConnectedViaConnMethodNote()

IMPORT_C voidCancelConnectedViaConnMethodNote()

Cancel ConnectedViaConnMethodNote notifier.

CancelConnectedViaDestAndConnMethodNote()

IMPORT_C voidCancelConnectedViaDestAndConnMethodNote()

Cancel ConnectedViaDestAndConnMethodNote notifier.

CancelEasyWepDlg()

IMPORT_C voidCancelEasyWepDlg()

Cancel Easy Wep dialog

CancelEasyWpaDlg()

IMPORT_C voidCancelEasyWpaDlg()

Cancel Easy Wpa dialog

CancelOffLineWlanNote()

IMPORT_C voidCancelOffLineWlanNote()

Cancel OffLineWlan Note

CancelReconnectToMethodQuery()

IMPORT_C voidCancelReconnectToMethodQuery()

Cancel ReconnectToMethodQuery notifier.

CancelRoamingToMorePrefMethodQuery()

IMPORT_C voidCancelRoamingToMorePrefMethodQuery()

Cancel RoamingToMorePrefMethodQuery notifier.

CancelSearchWLANNetwork()

IMPORT_C voidCancelSearchWLANNetwork()

Cancel SearchWLANNetwork

ChangeConnectionL(TUint32 &, TConnectionPrefs)

IMPORT_C TBoolChangeConnectionL(TUint32 &aIAPId,
TConnectionPrefsaPrefs
)

Parameters

TUint32 & aIAPIdgives back the iapid of selected connection
TConnectionPrefs aPrefsSpecifies the rank and desired direction and bearer of the connections will appear in the dialog

ChangingConnectionToNote(const TUint32)

IMPORT_C voidChangingConnectionToNote(const TUint32aConnMId)

Information note is used when "Automatically" roaming is enabled. The actual connection establishment take places in the background (no wait note).

Parameters

const TUint32 aConnMIdId of used connection method.

ChangingConnectionToNote(const TUint32, TRequestStatus &)

IMPORT_C voidChangingConnectionToNote(const TUint32aConnMId,
TRequestStatus &aStatus
)

Information note is used when "Automatically" roaming is enabled. The actual connection establishment take places in the background (no wait note). This is the asynchronous version of the previous one

Parameters

const TUint32 aConnMIdId of used connection method.
TRequestStatus & aStatusStatus object of the notifier

ConfirmMethodUsageQuery(const TUint32, const TUint32, TBool &, TRequestStatus &)

IMPORT_C voidConfirmMethodUsageQuery(const TUint32aDestId,
const TUint32aConnMId,
TBool &aResult,
TRequestStatus &aStatus
)

Use void ConfirmMethodUsageQuery( const TUint32 aDestId, const TUint32 aConnMId, const TBool aNextBestExists, TMsgQueryLinkedResults& aResult, TRequestStatus& aStatus );

Notifier. Shows a query, "Connect to\n '%0U' via\n '%1U'?"

Parameters

const TUint32 aDestIdId of used destination.
const TUint32 aConnMIdId of used connection method.
TBool & aResultResult of user selection, ETrue if user accepted query, EFalse otherwise
TRequestStatus & aStatusStatus object of notifier.

ConfirmMethodUsageQuery(TMsgQueryLinkedResults &, const TBool, TRequestStatus &)

IMPORT_C voidConfirmMethodUsageQuery(TMsgQueryLinkedResults &aResult,
const TBoolaHomeNetwork,
TRequestStatus &aStatus
)

Notifier. Shows a query, "Connect to\n '%0U' via\n '%1U'?"

Parameters

TMsgQueryLinkedResults & aResultResult of user selection
const TBool aHomeNetworkHome or foreign network.
TRequestStatus & aStatusStatus object of notifier

ConnectedViaConnMethodNote(const TUint32)

IMPORT_C voidConnectedViaConnMethodNote(const TUint32aConnMId)

DEPRECATED, PLEASE USE ASYNC VERSION! Confirmation note is used after the connection has been successfully established via a connection method.

Parameters

const TUint32 aConnMIdId of used connection method.

ConnectedViaConnMethodNote(const TUint32, TRequestStatus &)

voidConnectedViaConnMethodNote(const TUint32aConnMId,
TRequestStatus &aStatus
)

Confirmation note is used after the connection has been successfully established via a connection method.

Parameters

const TUint32 aConnMIdId of used connection method.
TRequestStatus & aStatuscaller's TRequestStatus to handle asynchronous call.

ConnectedViaDestAndConnMethodNote(const TUint32, const TUint32)

IMPORT_C voidConnectedViaDestAndConnMethodNote(const TUint32aDestId,
const TUint32aConnMId
)

DEPRECATED, PLEASE USE ASYNC VERSION! Confirmation note is used after the connection has been successfully established via destination and connection method.

Parameters

const TUint32 aDestIdId of used destination.
const TUint32 aConnMIdId of used connection method.

ConnectedViaDestAndConnMethodNote(const TUint32, const TUint32, TRequestStatus &)

voidConnectedViaDestAndConnMethodNote(const TUint32aDestId,
const TUint32aConnMId,
TRequestStatus &aStatus
)

Confirmation note is used after the connection has been successfully established via destination and connection method.

Parameters

const TUint32 aDestIdId of used destination.
const TUint32 aConnMIdId of used connection method.
TRequestStatus & aStatuscaller's TRequestStatus to handle asynchronous call.

ConnectingViaDiscreetPopup(const TUint32 &)

IMPORT_C voidConnectingViaDiscreetPopup(const TUint32 &aIAPId)

Pops up discreet popup indicating that connection is being established to the given access point. This method should only be used from the MPM in order to provide a consistent popup behavior across the platform.

Parameters

const TUint32 & aIAPIdThe id of the access point.

ConnectionErrorDiscreetPopup(const TInt &)

IMPORT_C voidConnectionErrorDiscreetPopup(const TInt &aErrorCode)

Pops up a discreet popup indicating a connection error. Only appropriate error codes show the popup, otherwise (such as with general errors) the popup is not shown. This method should only be used from the MPM in order to provide a consistent popup behavior across the platform.

Parameters

const TInt & aErrorCode

EasyWapiDlg(TDes *)

IMPORT_C TBoolEasyWapiDlg(TDes *aKey)

Notifier. Shows a data query prompting for WAPI pre-shared key.

Parameters

TDes * aKeyKey entered by user. Default value can be passed

EasyWepDlg(TDes *)

IMPORT_C TBoolEasyWepDlg(TDes *aKey)

Use TBool EasyWepDlg( TDes* aKey, TBool& aHex )!

Notifier. Shows a data query, "Enter WEP key for WLAN"

Parameters

TDes * aKeyKey entered by user. Default value can be passed

EasyWepDlg(TDes *, TBool &)

IMPORT_C TBoolEasyWepDlg(TDes *aKey,
TBool &aHex
)

Notifier. Shows a data query, "Enter WEP key for WLAN"

Parameters

TDes * aKeyKey entered by user. Default value can be passed
TBool & aHexReturns ETrue if user entered hexadecimal key, EFalse, if user entered ASCII key

EasyWepDlg(TRequestStatus &, TDes *, TBool &)

IMPORT_C voidEasyWepDlg(TRequestStatus &aStatus,
TDes *aKey,
TBool &aHex
)

Notifier. Shows a data query, "Enter WEP key for WLAN" Async version

Parameters

TRequestStatus & aStatuscaller's TRequestStatus to handle asynchronous call.
TDes * aKeyKey entered by user. Default value can be passed
TBool & aHexReturns ETrue if user entered hexadecimal key, EFalse, if user entered ASCII key

EasyWpaDlg(TDes *)

IMPORT_C TBoolEasyWpaDlg(TDes *aKey)

Notifier. Shows a data query, "Enter pre-shared key for WLAN"

Parameters

TDes * aKeyKey entered by user. Default value can be passed

EasyWpaDlg(TRequestStatus &, TDes *)

IMPORT_C voidEasyWpaDlg(TRequestStatus &aStatus,
TDes *aKey
)

Notifier. Shows a data query, "Enter pre-shared key for WLAN" Async version

Parameters

TRequestStatus & aStatuscaller's TRequestStatus to handle asynchronous call.
TDes * aKeyKey entered by user. Default value can be passed

NewL()

IMPORT_C CConnectionUiUtilities *NewL()[static]

Two-phased constructor. Leaves on failure.

NoWLANNetworksAvailableNote()

IMPORT_C voidNoWLANNetworksAvailableNote()

Notifier. Pops up an information note: "No WLAN networks are available at the moment. Connection not available."

OffLineWlanDisabledNote()

IMPORT_C voidOffLineWlanDisabledNote()

Notifier. Pops up an information note: "Operation not possible in Off-line mode"

OffLineWlanNote()

IMPORT_C TBoolOffLineWlanNote()

Notifier. Shows a query, "Do you want to create a WLAN connection in Off-line mode?"

OffLineWlanNote(TRequestStatus &)

IMPORT_C voidOffLineWlanNote(TRequestStatus &aStatus)

Notifier. Shows a query, "Do you want to create a WLAN connection in Off-line mode?"

Parameters

TRequestStatus & aStatusStatus object of notifier.

ReconnectToMethodQuery(const TUint32, TBool &, TRequestStatus &)

IMPORT_C voidReconnectToMethodQuery(const TUint32aConnMId,
TBool &aResult,
TRequestStatus &aStatus
)

Use void ReconnectToMethodQuery( const TUint32 aDestId, const TUint32 aConnMId, const TBool aNextBestExists, TMsgQueryLinkedResults& aResult, TRequestStatus& aStatus );

Confirmation query is used when current method is lost and connection is going to be established via another lower priority method.

Parameters

const TUint32 aConnMIdId of used connection method.
TBool & aResultResult of user selection, ETrue if user accepted roaming, to less preferred method, EFlase otherwise
TRequestStatus & aStatusStatus object of notifier.

ReconnectToMethodQuery(const TUint32, const TUint32, const TBool, TMsgQueryLinkedResults &, TRequestStatus &)

IMPORT_C voidReconnectToMethodQuery(const TUint32aDestId,
const TUint32aConnMId,
const TBoolaNextBestExists,
TMsgQueryLinkedResults &aResult,
TRequestStatus &aStatus
)

Confirmation query is used when current method is lost and connection is going to be established via another lower priority method.

Parameters

const TUint32 aDestIdId of used destination.
const TUint32 aConnMIdId of used connection method.
const TBool aNextBestExistsETrue if there is another available CM inside the destination that could be used
TMsgQueryLinkedResults & aResultResult of user selection
TRequestStatus & aStatusStatus object of notifier.

RoamingToMorePrefMethodQuery(const TUint32, TBool &, TRequestStatus &)

IMPORT_C voidRoamingToMorePrefMethodQuery(const TUint32aConnMId,
TBool &aResult,
TRequestStatus &aStatus
)

Use void RoamingToMorePrefMethodQuery( const TUint32 aDestId, const TUint32 aConnMId, const TBool aNextBestExists, TMsgQueryLinkedResults& aResult, TRequestStatus& aStatus );

Confirmation query is used when more preferred method becomes available

Parameters

const TUint32 aConnMIdId of used connection method.
TBool & aResultResult of user selection, ETrue if user accepted roaming, to more preferred method, EFlase otherwise
TRequestStatus & aStatusStatus object of notifier.

RoamingToMorePrefMethodQuery(const TUint32, const TUint32, const TBool, TMsgQueryLinkedResults &, TRequestStatus &)

IMPORT_C voidRoamingToMorePrefMethodQuery(const TUint32aDestId,
const TUint32aConnMId,
const TBoolaNextBestExists,
TMsgQueryLinkedResults &aResult,
TRequestStatus &aStatus
)

Confirmation query is used when more preferred method becomes available

Parameters

const TUint32 aDestIdId of used destination.
const TUint32 aConnMIdId of used connection method.
const TBool aNextBestExistsETrue if there is another available CM inside the destination that could be used
TMsgQueryLinkedResults & aResultResult of user selection
TRequestStatus & aStatusStatus object of notifier.

SearchWLANNetwork(TWlanSsid &)

IMPORT_C TBoolSearchWLANNetwork(TWlanSsid &aSSID)

Notifier. Search available WLAN networks, and user can select one of them

Parameters

TWlanSsid & aSSIDthe id of selected wlan network

SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &)

IMPORT_C TBoolSearchWLANNetwork(TWlanSsid &aSSID,
TWlanConnectionMode &aConnectionMode,
TWlanConnectionSecurityMode &aSecurityMode
)

Notifier. Seatrch available WLAN networks, and user can select one of them

Parameters

TWlanSsid & aSSIDthe id of selected wlan network
TWlanConnectionMode & aConnectionModeconnection mode of selected wlan network
TWlanConnectionSecurityMode & aSecurityModesecurity mode of selected wlan network

SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &)

IMPORT_C TBoolSearchWLANNetwork(TWlanSsid &aSSID,
TWlanConnectionMode &aConnectionMode,
TWlanConnectionExtentedSecurityMode &aExtendedSecurityMode
)

Notifier. Search available WLAN networks, and user can select one of them

Parameters

TWlanSsid & aSSIDthe id of selected wlan network
TWlanConnectionMode & aConnectionModeconnection mode of selected wlan network
TWlanConnectionExtentedSecurityMode & aExtendedSecurityModeextended security mode of selected wlan network

SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TBool &)

IMPORT_C TBoolSearchWLANNetwork(TWlanSsid &aSSID,
TWlanConnectionMode &aConnectionMode,
TWlanConnectionSecurityMode &aSecurityMode,
TBool &aProtectedSetupSupported
)

Notifier. Seatrch available WLAN networks, and user can select one of them

Parameters

TWlanSsid & aSSIDthe id of selected wlan network
TWlanConnectionMode & aConnectionModeconnection mode of selected wlan network
TWlanConnectionSecurityMode & aSecurityModesecurity mode of selected wlan network
TBool & aProtectedSetupSupportedif the wlan supports Protected Setup

SearchWLANNetwork(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &, TBool &)

IMPORT_C TBoolSearchWLANNetwork(TWlanSsid &aSSID,
TWlanConnectionMode &aConnectionMode,
TWlanConnectionExtentedSecurityMode &aExtendedSecurityMode,
TBool &aProtectedSetupSupported
)

Notifier. Search available WLAN networks, and user can select one of them

Parameters

TWlanSsid & aSSIDthe id of selected wlan network
TWlanConnectionMode & aConnectionModeconnection mode of selected wlan network
TWlanConnectionExtentedSecurityMode & aExtendedSecurityModeextended security mode of selected wlan network
TBool & aProtectedSetupSupportedif the wlan supports Protected Setup

SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &)

IMPORT_C voidSearchWLANNetworkAsync(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

Parameters

TRequestStatus & aStatusstatus object of notifier
TWlanSsid & aSSIDthe id of selected wlan network
TWlanConnectionMode & aConnectionModeconnection mode of selected wlan network
TWlanConnectionSecurityMode & aSecurityModesecurity mode of selected wlan network

SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &)

IMPORT_C voidSearchWLANNetworkAsync(TRequestStatus &aStatus,
TWlanSsid &aSSID,
TWlanConnectionMode &aConnectionMode,
TWlanConnectionExtentedSecurityMode &aExtendedSecurityMode
)

Notifier. Search available WLAN networks, and user can select one of them. Totally asynchronous version, to be used from Engines, not from UIs

Parameters

TRequestStatus & aStatusstatus object of notifier
TWlanSsid & aSSIDthe id of selected wlan network
TWlanConnectionMode & aConnectionModeconnection mode of selected wlan network
TWlanConnectionExtentedSecurityMode & aExtendedSecurityModeextended security mode of selected wlan network

SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TBool &)

IMPORT_C voidSearchWLANNetworkAsync(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

Parameters

TRequestStatus & aStatusstatus object of notifier
TWlanSsid & aSSIDthe id of selected wlan network
TWlanConnectionMode & aConnectionModeconnection mode of selected wlan network
TWlanConnectionSecurityMode & aSecurityModesecurity mode of selected wlan network,
TBool & aProtectedSetupSupportedif the wlan supports Protected Setup

SearchWLANNetworkAsync(TRequestStatus &, TWlanSsid &, TWlanConnectionMode &, TWlanConnectionExtentedSecurityMode &, TBool &)

IMPORT_C voidSearchWLANNetworkAsync(TRequestStatus &aStatus,
TWlanSsid &aSSID,
TWlanConnectionMode &aConnectionMode,
TWlanConnectionExtentedSecurityMode &aExtendedSecurityMode,
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

Parameters

TRequestStatus & aStatusstatus object of notifier
TWlanSsid & aSSIDthe id of selected wlan network
TWlanConnectionMode & aConnectionModeconnection mode of selected wlan network
TWlanConnectionExtentedSecurityMode & aExtendedSecurityModeextended security mode of selected wlan network,
TBool & aProtectedSetupSupportedif the wlan supports Protected Setup

SearchWLANNetworkSync(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &)

IMPORT_C TBoolSearchWLANNetworkSync(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

Parameters

TWlanSsid & aSSIDthe id of selected wlan network
TWlanConnectionMode & aConnectionModeconnection mode of selected wlan network
TWlanConnectionSecurityMode & aSecurityModesecurity mode of selected wlan network

SearchWLANNetworkSync(TWlanSsid &, TWlanConnectionMode &, TWlanConnectionSecurityMode &, TBool &)

IMPORT_C TBoolSearchWLANNetworkSync(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

Parameters

TWlanSsid & aSSIDthe id of selected wlan network
TWlanConnectionMode & aConnectionModeconnection mode of selected wlan network
TWlanConnectionSecurityMode & aSecurityModesecurity mode of selected wlan network
TBool & aProtectedSetupSupportedif the wlan supports Protected Setup

ShowConnectionChangedNoteL(const TUint32 &)

IMPORT_C voidShowConnectionChangedNoteL(const TUint32 &aIAPId)

Pops up an information note, about connection is changed to the given accespont

Parameters

const TUint32 & aIAPIdThe id of access point which has been selected.

WLANNetworkUnavailableNote()

IMPORT_C voidWLANNetworkUnavailableNote()

Notifier. Pops up an information note: "Selected WLAN network has no coverage"

Member Data Documentation

CConnectionUiUtilitiesImpl * iImpl

CConnectionUiUtilitiesImpl *iImpl[private]