hotspotfw/hsserver/inc/hotspotclientserver.h
branchRCL_3
changeset 54 63be7eb3fc78
parent 15 dff6ebfd236f
child 55 f28ada11abbf
equal deleted inserted replaced
52:b852595f5cbe 54:63be7eb3fc78
    28 _LIT(KHotSpotServerName,"hotspotserver");
    28 _LIT(KHotSpotServerName,"hotspotserver");
    29 _LIT(KHotSpotServerImg,"HotSpotServer");		
    29 _LIT(KHotSpotServerImg,"HotSpotServer");		
    30 
    30 
    31 _LIT( KHotSpotPlugin, "NetCfgExtnHotSpot" );
    31 _LIT( KHotSpotPlugin, "NetCfgExtnHotSpot" );
    32 _LIT( KDhcpPlugin, "NetCfgExtnDhcp" );
    32 _LIT( KDhcpPlugin, "NetCfgExtnDhcp" );
    33 const TUint KEasyWlanServiceId = 1;
       
    34 const TUid KHotspotServerUid3={0x10282ECB};
    33 const TUid KHotspotServerUid3={0x10282ECB};
    35 
    34 
    36 const TUint KHssShutdown  = 777;
    35 const TUint KHssShutdown  = 777;
    37 const TUint8 KHssMacAddressLength = 6;
    36 const TUint8 KHssMacAddressLength = 6;
    38 
    37