wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_types.h
changeset 17 41a8eba36f74
parent 14 00032b836e76
child 32 c01ef7f246fd
equal deleted inserted replaced
14:00032b836e76 17:41a8eba36f74
    14 * Description:  Type definitions and constants for core engine
    14 * Description:  Type definitions and constants for core engine
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 95.1.2 %
    19 * %version: 97 %
    20 */
    20 */
    21 
    21 
    22 #ifndef CORE_TYPES_H
    22 #ifndef CORE_TYPES_H
    23 #define CORE_TYPES_H
    23 #define CORE_TYPES_H
    24 
    24 
  1131     /** No configurable features enabled. */
  1131     /** No configurable features enabled. */
  1132     core_feature_none                   = 0,
  1132     core_feature_none                   = 0,
  1133     /** Power save test enabled. */    
  1133     /** Power save test enabled. */    
  1134     core_feature_power_save_test        = 1,
  1134     core_feature_power_save_test        = 1,
  1135     /** 802.11k support enabled. */
  1135     /** 802.11k support enabled. */
  1136     core_feature_802dot11k              = 2
  1136     core_feature_802dot11k              = 2,
       
  1137     /** 802.11n support enabled. */
       
  1138     core_feature_802dot11n              = 4    
  1137     } core_feature_e;
  1139     } core_feature_e;
  1138 
  1140 
  1139 /**
  1141 /**
  1140  * Definitions for possible traffic modes for an access class.
  1142  * Definitions for possible traffic modes for an access class.
  1141  */
  1143  */