wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlanscanproviderinterface.h
changeset 22 c6a1762761b8
parent 19 629e60dfa279
equal deleted inserted replaced
19:629e60dfa279 22:c6a1762761b8
    14 * Description:  This abstract class defines WLAN scan provider interface.
    14 * Description:  This abstract class defines WLAN scan provider interface.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 9 %
    19 * %version: 10 %
    20 */
    20 */
    21 
    21 
    22 
    22 
    23 #ifndef WLANSCANPROVIDERINTERFACE_H
    23 #ifndef WLANSCANPROVIDERINTERFACE_H
    24 #define WLANSCANPROVIDERINTERFACE_H
    24 #define WLANSCANPROVIDERINTERFACE_H
   135      *
   135      *
   136      * @since S60 v5.2
   136      * @since S60 v5.2
   137      * 
   137      * 
   138      * @param aState New WLAN state
   138      * @param aState New WLAN state
   139      */
   139      */
   140     virtual void WlanSetBgScanState( const TWlanBgScanState &aState ) = 0;
   140     virtual void SetBgScanState( const TWlanBgScanState &aState ) = 0;
   141     
   141     
   142     /**
   142     /**
   143      * Whether background scan is enabled.
   143      * Whether background scan is enabled.
   144      *
   144      *
   145      * @since S60 v5.2
   145      * @since S60 v5.2