|
|
| 435 |
|
435 |
|
| 436 |
}; |
436 |
}; |
| 437 |
|
437 |
|
| 438 |
struct WifiRemoteStationState |
438 |
class WifiRemoteStationState |
| 439 |
{ |
439 |
{ |
| 440 |
typedef std::vector<WifiMode> SupportedModes; |
440 |
typedef std::vector<WifiMode> SupportedModes; |
| 441 |
enum |
441 |
enum |
|
|
| 458 |
* network and to perform the selection of tx parameters |
458 |
* network and to perform the selection of tx parameters |
| 459 |
* on a per-packet basis. |
459 |
* on a per-packet basis. |
| 460 |
*/ |
460 |
*/ |
| 461 |
struct WifiRemoteStation |
461 |
class WifiRemoteStation |
| 462 |
{ |
462 |
{ |
| 463 |
struct WifiRemoteStationState *m_state; |
463 |
class WifiRemoteStationState *m_state; |
| 464 |
uint32_t m_ssrc; |
464 |
uint32_t m_ssrc; |
| 465 |
uint32_t m_slrc; |
465 |
uint32_t m_slrc; |
| 466 |
uint8_t m_tid; |
466 |
uint8_t m_tid; |