--- a/cmmanager/cmmgr/Plugins/cmpluginwlan/src/cmpluginwlan.cpp Tue Feb 02 00:24:11 2010 +0200
+++ b/cmmanager/cmmgr/Plugins/cmpluginwlan/src/cmpluginwlan.cpp Fri Apr 16 15:21:37 2010 +0300
@@ -1922,6 +1922,12 @@
// Pre-shared - go to step 7
// EAP - go to step 8
case EWlanConnectionExtentedSecurityMode802d1x:
+ TCmCommonUi::ShowNoteL( *( StringLoader::LoadLC(
+ R_QTN_NETW_CONSET_INFO_EAP_SETTINGS_DEFAULT ) ),
+ TCmCommonUi::ECmInfoNote );
+ CleanupStack::PopAndDestroy();
+ break;
+
case EWlanConnectionExtentedSecurityModeWpa:
case EWlanConnectionExtentedSecurityModeWpaPsk:
case EWlanConnectionExtentedSecurityModeWpa2: