hotspotfw/hsserver/inc/hotspotclientserver.h
changeset 39 7b3e49e4608a
parent 19 10810c91db26
equal deleted inserted replaced
36:682dd021f9be 39:7b3e49e4608a
    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