wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/abs_core_server.h
changeset 17 41a8eba36f74
parent 0 c40eb8fe8501
child 32 c01ef7f246fd
equal deleted inserted replaced
14:00032b836e76 17:41a8eba36f74
    15 *                Adaptation layer can use core services through this interface.
    15 *                Adaptation layer can use core services through this interface.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 /*
    19 /*
    20 * %version: 30 %
    20 * %version: 31 %
    21 */
    21 */
    22 
    22 
    23 #ifndef ABS_CORE_SERVER_H
    23 #ifndef ABS_CORE_SERVER_H
    24 #define ABS_CORE_SERVER_H
    24 #define ABS_CORE_SERVER_H
    25 
    25 
   461      */
   461      */
   462     virtual core_error_e get_current_ac_traffic_info(
   462     virtual core_error_e get_current_ac_traffic_info(
   463         core_ac_traffic_information_s& info ) = 0;
   463         core_ac_traffic_information_s& info ) = 0;
   464 
   464 
   465     /**
   465     /**
       
   466      * Set the currently enabled feature set.
       
   467      *
       
   468      * @since S60 v5.2
       
   469      * @param features Bitmask of enabled features.
       
   470      * @return core_error_ok if success, an error code otherwise.
       
   471      */
       
   472     virtual core_error_e set_enabled_features(
       
   473         u32_t features ) = 0;
       
   474 
       
   475     /**
   466      * Schedule an immediate driver unload.
   476      * Schedule an immediate driver unload.
   467      *
   477      *
   468      * @since S60 v3.1     
   478      * @since S60 v3.1     
   469      * @return core_error_ok if success, an error code otherwise.
   479      * @return core_error_ok if success, an error code otherwise.
   470      */
   480      */