|
|
| 1056 |
* \return MCS 9 from VHT MCS values |
1056 |
* \return MCS 9 from VHT MCS values |
| 1057 |
*/ |
1057 |
*/ |
| 1058 |
static WifiMode GetVhtMcs9 (); |
1058 |
static WifiMode GetVhtMcs9 (); |
|
|
1059 |
/** |
| 1060 |
* The standard disallows certain combinations of WifiMode, number of |
| 1061 |
* spatial streams, and channel widths. This method can be used to |
| 1062 |
* check whether this WifiTxVector contains an invalid combination. |
| 1063 |
* |
| 1064 |
* \param txVector the WifiTxVector to inspect |
| 1065 |
* \return true if the WifiTxVector parameters are allowed by the standard |
| 1066 |
*/ |
| 1067 |
static bool IsValidTxVector (WifiTxVector txVector); |
| 1059 |
|
1068 |
|
| 1060 |
/** |
1069 |
/** |
| 1061 |
* Public method used to fire a PhyTxBegin trace. |
1070 |
* Public method used to fire a PhyTxBegin trace. |