cmmanager/cmmgr/Plugins/cmpluginwlan/src/cmpluginwlan.cpp
branchRCL_3
changeset 12 ea6e024ea6f9
parent 2 086aae6fc07e
child 19 22c3c67e5001
--- a/cmmanager/cmmgr/Plugins/cmpluginwlan/src/cmpluginwlan.cpp	Fri Feb 19 23:12:51 2010 +0200
+++ b/cmmanager/cmmgr/Plugins/cmpluginwlan/src/cmpluginwlan.cpp	Fri Mar 12 15:44:18 2010 +0200
@@ -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: