wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_sub_operation_create_ts.h
branchRCL_3
changeset 6 e0f767079796
parent 0 c40eb8fe8501
equal deleted inserted replaced
5:51a71243e562 6:e0f767079796
    14 * Description:  Statemachine for creating a traffic stream.
    14 * Description:  Statemachine for creating a traffic stream.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 4 %
    19 * %version: 5 %
    20 */
    20 */
    21 
    21 
    22 #ifndef CORE_SUB_OPERATION_CREATE_TS_H
    22 #ifndef CORE_SUB_OPERATION_CREATE_TS_H
    23 #define CORE_SUB_OPERATION_CREATE_TS_H
    23 #define CORE_SUB_OPERATION_CREATE_TS_H
    24 
    24 
   106     core_traffic_stream_params_s& tspec_m;
   106     core_traffic_stream_params_s& tspec_m;
   107 
   107 
   108     /** The current status of the traffic stream. */
   108     /** The current status of the traffic stream. */
   109     core_traffic_stream_status_e& stream_status_m; 
   109     core_traffic_stream_status_e& stream_status_m; 
   110 
   110 
       
   111     /** How many times AP has rejected our request due to invalid parameters. */
       
   112     u8_t invalid_parameters_count_m;
       
   113     
   111     };
   114     };
   112 
   115 
   113 #endif // CORE_SUB_OPERATION_CREATE_TS_H
   116 #endif // CORE_SUB_OPERATION_CREATE_TS_H