|
|
| 75 |
* |
75 |
* |
| 76 |
* \param cwMin the AC_BE CWmin field in the EdcaParameterSet information element |
76 |
* \param cwMin the AC_BE CWmin field in the EdcaParameterSet information element |
| 77 |
*/ |
77 |
*/ |
| 78 |
void SetBeCWmin (uint8_t cwMin); |
78 |
void SetBeCWmin (uint32_t cwMin); |
| 79 |
/** |
79 |
/** |
| 80 |
* Set the AC_BE CWmax field in the EdcaParameterSet information element. |
80 |
* Set the AC_BE CWmax field in the EdcaParameterSet information element. |
| 81 |
* |
81 |
* |
| 82 |
* \param cwMax the AC_BE CWmax field in the EdcaParameterSet information element |
82 |
* \param cwMax the AC_BE CWmax field in the EdcaParameterSet information element |
| 83 |
*/ |
83 |
*/ |
| 84 |
void SetBeCWmax (uint8_t cwMax); |
84 |
void SetBeCWmax (uint32_t cwMax); |
| 85 |
/** |
85 |
/** |
| 86 |
* Set the AC_BE TXOP Limit field in the EdcaParameterSet information element. |
86 |
* Set the AC_BE TXOP Limit field in the EdcaParameterSet information element. |
| 87 |
* |
87 |
* |
|
|
| 111 |
* |
111 |
* |
| 112 |
* \param cwMin the AC_BK CWmin field in the EdcaParameterSet information element |
112 |
* \param cwMin the AC_BK CWmin field in the EdcaParameterSet information element |
| 113 |
*/ |
113 |
*/ |
| 114 |
void SetBkCWmin (uint8_t cwMin); |
114 |
void SetBkCWmin (uint32_t cwMin); |
| 115 |
/** |
115 |
/** |
| 116 |
* Set the AC_BK CWmax field in the EdcaParameterSet information element. |
116 |
* Set the AC_BK CWmax field in the EdcaParameterSet information element. |
| 117 |
* |
117 |
* |
| 118 |
* \param cwMax the AC_BK CWmax field in the EdcaParameterSet information element |
118 |
* \param cwMax the AC_BK CWmax field in the EdcaParameterSet information element |
| 119 |
*/ |
119 |
*/ |
| 120 |
void SetBkCWmax (uint8_t cwMax); |
120 |
void SetBkCWmax (uint32_t cwMax); |
| 121 |
/** |
121 |
/** |
| 122 |
* Set the AC_BK TXOP Limit field in the EdcaParameterSet information element. |
122 |
* Set the AC_BK TXOP Limit field in the EdcaParameterSet information element. |
| 123 |
* |
123 |
* |
|
|
| 147 |
* |
147 |
* |
| 148 |
* \param cwMin the AC_VI CWmin field in the EdcaParameterSet information element |
148 |
* \param cwMin the AC_VI CWmin field in the EdcaParameterSet information element |
| 149 |
*/ |
149 |
*/ |
| 150 |
void SetViCWmin (uint8_t cwMin); |
150 |
void SetViCWmin (uint32_t cwMin); |
| 151 |
/** |
151 |
/** |
| 152 |
* Set the AC_VI CWmax field in the EdcaParameterSet information element. |
152 |
* Set the AC_VI CWmax field in the EdcaParameterSet information element. |
| 153 |
* |
153 |
* |
| 154 |
* \param cwMax the AC_VI CWmax field in the EdcaParameterSet information element |
154 |
* \param cwMax the AC_VI CWmax field in the EdcaParameterSet information element |
| 155 |
*/ |
155 |
*/ |
| 156 |
void SetViCWmax (uint8_t cwMax); |
156 |
void SetViCWmax (uint32_t cwMax); |
| 157 |
/** |
157 |
/** |
| 158 |
* Set the AC_VI TXOP Limit field in the EdcaParameterSet information element. |
158 |
* Set the AC_VI TXOP Limit field in the EdcaParameterSet information element. |
| 159 |
* |
159 |
* |
|
|
| 183 |
* |
183 |
* |
| 184 |
* \param cwMin the AC_VO CWmin field in the EdcaParameterSet information element |
184 |
* \param cwMin the AC_VO CWmin field in the EdcaParameterSet information element |
| 185 |
*/ |
185 |
*/ |
| 186 |
void SetVoCWmin (uint8_t cwMin); |
186 |
void SetVoCWmin (uint32_t cwMin); |
| 187 |
/** |
187 |
/** |
| 188 |
* Set the AC_VO CWmax field in the EdcaParameterSet information element. |
188 |
* Set the AC_VO CWmax field in the EdcaParameterSet information element. |
| 189 |
* |
189 |
* |
| 190 |
* \param cwMax the AC_VO CWmax field in the EdcaParameterSet information element |
190 |
* \param cwMax the AC_VO CWmax field in the EdcaParameterSet information element |
| 191 |
*/ |
191 |
*/ |
| 192 |
void SetVoCWmax (uint8_t cwMax); |
192 |
void SetVoCWmax (uint32_t cwMax); |
| 193 |
/** |
193 |
/** |
| 194 |
* Set the AC_VO TXOP Limit field in the EdcaParameterSet information element. |
194 |
* Set the AC_VO TXOP Limit field in the EdcaParameterSet information element. |
| 195 |
* |
195 |
* |
|
|
| 226 |
* |
226 |
* |
| 227 |
* \return the AC_BE CWmin field in the EdcaParameterSet information element |
227 |
* \return the AC_BE CWmin field in the EdcaParameterSet information element |
| 228 |
*/ |
228 |
*/ |
| 229 |
uint8_t GetBeCWmin (void) const; |
229 |
uint32_t GetBeCWmin (void) const; |
| 230 |
/** |
230 |
/** |
| 231 |
* Return the AC_BE CWmax field in the EdcaParameterSet information element. |
231 |
* Return the AC_BE CWmax field in the EdcaParameterSet information element. |
| 232 |
* |
232 |
* |
| 233 |
* \return the AC_BE CWmax field in the EdcaParameterSet information element |
233 |
* \return the AC_BE CWmax field in the EdcaParameterSet information element |
| 234 |
*/ |
234 |
*/ |
| 235 |
uint8_t GetBeCWmax (void) const; |
235 |
uint32_t GetBeCWmax (void) const; |
| 236 |
/** |
236 |
/** |
| 237 |
* Return the AC_BE TXOP Limit field in the EdcaParameterSet information element. |
237 |
* Return the AC_BE TXOP Limit field in the EdcaParameterSet information element. |
| 238 |
* |
238 |
* |
|
|
| 262 |
* |
262 |
* |
| 263 |
* \return the AC_BK CWmin field in the EdcaParameterSet information element |
263 |
* \return the AC_BK CWmin field in the EdcaParameterSet information element |
| 264 |
*/ |
264 |
*/ |
| 265 |
uint8_t GetBkCWmin (void) const; |
265 |
uint32_t GetBkCWmin (void) const; |
| 266 |
/** |
266 |
/** |
| 267 |
* Return the AC_BK CWmax field in the EdcaParameterSet information element. |
267 |
* Return the AC_BK CWmax field in the EdcaParameterSet information element. |
| 268 |
* |
268 |
* |
| 269 |
* \return the AC_BK CWmax field in the EdcaParameterSet information element |
269 |
* \return the AC_BK CWmax field in the EdcaParameterSet information element |
| 270 |
*/ |
270 |
*/ |
| 271 |
uint8_t GetBkCWmax (void) const; |
271 |
uint32_t GetBkCWmax (void) const; |
| 272 |
/** |
272 |
/** |
| 273 |
* Return the AC_BK TXOP Limit field in the EdcaParameterSet information element. |
273 |
* Return the AC_BK TXOP Limit field in the EdcaParameterSet information element. |
| 274 |
* |
274 |
* |
|
|
| 298 |
* |
298 |
* |
| 299 |
* \return the AC_VI CWmin field in the EdcaParameterSet information element |
299 |
* \return the AC_VI CWmin field in the EdcaParameterSet information element |
| 300 |
*/ |
300 |
*/ |
| 301 |
uint8_t GetViCWmin (void) const; |
301 |
uint32_t GetViCWmin (void) const; |
| 302 |
/** |
302 |
/** |
| 303 |
* Return the AC_VI CWmax field in the EdcaParameterSet information element. |
303 |
* Return the AC_VI CWmax field in the EdcaParameterSet information element. |
| 304 |
* |
304 |
* |
| 305 |
* \return the AC_VI CWmax field in the EdcaParameterSet information element |
305 |
* \return the AC_VI CWmax field in the EdcaParameterSet information element |
| 306 |
*/ |
306 |
*/ |
| 307 |
uint8_t GetViCWmax (void) const; |
307 |
uint32_t GetViCWmax (void) const; |
| 308 |
/** |
308 |
/** |
| 309 |
* Return the AC_VI TXOP Limit field in the EdcaParameterSet information element. |
309 |
* Return the AC_VI TXOP Limit field in the EdcaParameterSet information element. |
| 310 |
* |
310 |
* |
|
|
| 334 |
* |
334 |
* |
| 335 |
* \return the AC_VO CWmin field in the EdcaParameterSet information element |
335 |
* \return the AC_VO CWmin field in the EdcaParameterSet information element |
| 336 |
*/ |
336 |
*/ |
| 337 |
uint8_t GetVoCWmin (void) const; |
337 |
uint32_t GetVoCWmin (void) const; |
| 338 |
/** |
338 |
/** |
| 339 |
* Return the AC_VO CWmax field in the EdcaParameterSet information element. |
339 |
* Return the AC_VO CWmax field in the EdcaParameterSet information element. |
| 340 |
* |
340 |
* |
| 341 |
* \return the AC_VO CWmax field in the EdcaParameterSet information element |
341 |
* \return the AC_VO CWmax field in the EdcaParameterSet information element |
| 342 |
*/ |
342 |
*/ |
| 343 |
uint8_t GetVoCWmax (void) const; |
343 |
uint32_t GetVoCWmax (void) const; |
| 344 |
/** |
344 |
/** |
| 345 |
* Return the AC_VO TXOP Limit field in the EdcaParameterSet information element. |
345 |
* Return the AC_VO TXOP Limit field in the EdcaParameterSet information element. |
| 346 |
* |
346 |
* |