diff -r ab7247ff6ef9 -r 00032b836e76 wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_sub_operation_create_ts.h --- a/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_sub_operation_create_ts.h Fri Mar 19 10:03:22 2010 +0200 +++ b/wlan_bearer/wlanengine/wlan_common/wlanengine_common_3.1/inc/core_sub_operation_create_ts.h Fri Apr 16 16:56:12 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 4 % +* %version: 5 % */ #ifndef CORE_SUB_OPERATION_CREATE_TS_H @@ -108,6 +108,9 @@ /** The current status of the traffic stream. */ core_traffic_stream_status_e& stream_status_m; + /** How many times AP has rejected our request due to invalid parameters. */ + u8_t invalid_parameters_count_m; + }; #endif // CORE_SUB_OPERATION_CREATE_TS_H