hotspotfw/hsserver/inc/hotspotserver.h
branchRCL_3
changeset 25 f28ada11abbf
parent 24 63be7eb3fc78
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
   237         * @return None
   237         * @return None
   238         */
   238         */
   239         void CheckIapsL();
   239         void CheckIapsL();
   240         
   240         
   241         /**
   241         /**
       
   242         * Activates WLAN notifications.
       
   243         * @since Series 60 5.2
       
   244         * @return None
       
   245         */
       
   246         void ActivateWlanNotificationsL();
       
   247         
       
   248         /**
   242         * Get login timer value for the specified client.
   249         * Get login timer value for the specified client.
   243         * @since Series 60 5.2
   250         * @since Series 60 5.2
   244         * @param aClientUid, clients user id
   251         * @param aClientUid, clients user id
   245         * @return Login timer value.
   252         * @return Login timer value.
   246         */        
   253         */        
   286         * Removes client IAP from the array.
   293         * Removes client IAP from the array.
   287         * @since Series 60 5.2
   294         * @since Series 60 5.2
   288         * @param aIapId, IAP id
   295         * @param aIapId, IAP id
   289         */        
   296         */        
   290         void RemoveClientIap( TUint aIapId );
   297         void RemoveClientIap( TUint aIapId );
       
   298 
       
   299         /**
       
   300         * Returns Easy WLAN IAP id.
       
   301         * @since Series 60 5.2
       
   302         * @return Easy WLAN id
       
   303         */        
       
   304         TInt GetEasyWlanId();
   291         
   305         
   292     private:
   306     private:
   293         
   307         
   294         /**
   308         /**
   295         * Find matching Client UID from the timer array.
   309         * Find matching Client UID from the timer array.
   384         
   398         
   385         /**
   399         /**
   386         * Array for storing client IAPs and their UIDs.
   400         * Array for storing client IAPs and their UIDs.
   387         */
   401         */
   388         RArray<SClientIaps> iClientIaps;
   402         RArray<SClientIaps> iClientIaps;
   389 
   403         
       
   404         /**
       
   405         * Easy WLAN IAP Id
       
   406         */
       
   407         TInt iEasyWlanId;
   390 	};
   408 	};
   391 
   409 
   392 #endif
   410 #endif