connectionmonitoring/connmon/connectionmonitor/inc/CWlanSupport.h
changeset 20 9c97ad6591ae
parent 0 5a93021fdf25
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
   367      * @since S60 v5.2
   367      * @since S60 v5.2
   368      * @return EFalse if signal level is weak (for certain), ETrue otherwise.
   368      * @return EFalse if signal level is weak (for certain), ETrue otherwise.
   369      */
   369      */
   370     TBool WlanRssGoodEnough();
   370     TBool WlanRssGoodEnough();
   371 
   371 
       
   372     /**
       
   373      * Converts a WLAN security mode from ConnMon's
       
   374      * TConnMonSecurityModeV2-format to ConnMon's TConnMonSecurityMode-format.
       
   375      *
       
   376      * @since 5.2
       
   377      * @param aSecModeV2 Security mode in TConnMonSecurityModeV2-format.
       
   378      * @return Security mode in TConnMonSecurityMode-format.
       
   379      */
       
   380     TInt ConvertConMonSecModeV2ToConnMonSecMode( TInt aSecModeV2 );
       
   381 
   372 private:
   382 private:
   373     CWlanSupport( CConnMonServer* aServer );
   383     CWlanSupport( CConnMonServer* aServer );
   374 
   384 
   375     /**
   385     /**
   376      * Second phase construction.
   386      * Second phase construction.
   377      */
   387      */
   378     void ConstructL();
   388     void ConstructL();
       
   389     
       
   390     /**
       
   391      * Converts a WLAN security mode from WLAN engine's
       
   392      * TWlanConnectionExtentedSecurityMode-format to ConnMon's
       
   393      * TConnMonSecurityModeV2-format.
       
   394      *
       
   395      * @since 5.2
       
   396      * @param aWlanExtSecMode Security mode in
       
   397      * TWlanConnectionExtentedSecurityMode-format.
       
   398      * @return Security mode in TConnMonSecurityModeV2-format.
       
   399      */
       
   400     TInt ConvertWlanExtSecModeToConnMonSecModeV2( TInt aWlanExtSecMode );
   379 
   401 
   380 private: // Data
   402 private: // Data
   381     // Pointer to server module
   403     // Pointer to server module
   382     CConnMonServer* iServer;
   404     CConnMonServer* iServer;
   383 
   405