omacpadapters/accesspointadapter/Src/CWPAPNapdef.cpp
changeset 56 a9afc3a8dbfa
parent 47 d316aecb87fd
child 62 03849bd79877
equal deleted inserted replaced
52:6e38e48ee756 56:a9afc3a8dbfa
    21 // INCLUDE FILES
    21 // INCLUDE FILES
    22 
    22 
    23 #include "CWPAPNapdef.h"
    23 #include "CWPAPNapdef.h"
    24 #include <CWPCharacteristic.h>
    24 #include <CWPCharacteristic.h>
    25 #include <CWPParameter.h>
    25 #include <CWPParameter.h>
    26 #include <WPAPAdapterResource.rsg>
    26 #include <wpapadapterresource.rsg>
    27 #include <featmgr.h>
    27 #include <featmgr.h>
    28 #include <WPAdapterUtil.h>
    28 #include <WPAdapterUtil.h>
    29 #include "CWPAPAccesspointItem.h"
    29 #include "CWPAPAccesspointItem.h"
    30 #include "WPAPAdapter.pan"
    30 #include "WPAPAdapter.pan"
    31 #include <WlanCdbCols.h>
    31 #include <WlanCdbCols.h>
   598 				{
   598 				{
   599 					FLOG( _L( "[AccesspointAdapter] CWPAPNapdef::VisitL(CWPCharacteristic) accept WLAN characteristic" ) );
   599 					FLOG( _L( "[AccesspointAdapter] CWPAPNapdef::VisitL(CWPCharacteristic) accept WLAN characteristic" ) );
   600 					aCharacteristic.AcceptL( *this );
   600 					aCharacteristic.AcceptL( *this );
   601 				}
   601 				}
   602 			}
   602 			}
       
   603 			break;
   603 		default:
   604 		default:
   604 			{
   605 			{
   605 			if ( ( ( ( aCharacteristic.Name().Compare( KWLAN ) ) == 0 )    ||
   606 			if ( ( ( ( aCharacteristic.Name().Compare( KWLAN ) ) == 0 )    ||
   606 			     ( ( aCharacteristic.Name().Compare( SECSSID ) ) == 0 )  ||
   607 			     ( ( aCharacteristic.Name().Compare( SECSSID ) ) == 0 )  ||
   607 			     ( ( aCharacteristic.Name().Compare( KEAP ) ) == 0 )     ||
   608 			     ( ( aCharacteristic.Name().Compare( KEAP ) ) == 0 )     ||