|
|
| 754 |
*/ |
763 |
*/ |
| 755 |
uint32_t GetNSupported (const WifiRemoteStation *station) const; |
764 |
uint32_t GetNSupported (const WifiRemoteStation *station) const; |
| 756 |
/** |
765 |
/** |
|
|
766 |
* Return whether the given station is HT capable. |
| 767 |
* |
| 768 |
* \param station the station being queried |
| 769 |
* |
| 770 |
* \return true if the station has HT capabilities, |
| 771 |
* false otherwise |
| 772 |
*/ |
| 773 |
bool GetHtSupported (const WifiRemoteStation *station) const; |
| 774 |
/** |
| 775 |
* Return whether the given station is VHT capable. |
| 776 |
* |
| 777 |
* \param station the station being queried |
| 778 |
* |
| 779 |
* \return true if the station has VHT capabilities, |
| 780 |
* false otherwise |
| 781 |
*/ |
| 782 |
bool GetVhtSupported (const WifiRemoteStation *station) const; |
| 783 |
/** |
| 757 |
* Return the WifiMode supported by the specified station at the specified index. |
784 |
* Return the WifiMode supported by the specified station at the specified index. |
| 758 |
* |
785 |
* |
| 759 |
* \param station the station being queried |
786 |
* \param station the station being queried |
|
|
| 761 |
* |
788 |
* |
| 762 |
* \return the WifiMode at the given index of the specified station |
789 |
* \return the WifiMode at the given index of the specified station |
| 763 |
*/ |
790 |
*/ |
|
|
791 |
|
| 764 |
WifiMode GetMcsSupported (const WifiRemoteStation *station, uint32_t i) const; |
792 |
WifiMode GetMcsSupported (const WifiRemoteStation *station, uint32_t i) const; |
| 765 |
/** |
793 |
/** |
| 766 |
* Return the number of MCS supported by the given station. |
794 |
* Return the number of MCS supported by the given station. |
|
Lines 1241-1246
struct WifiRemoteStationState
|
Link Here
|
|---|
|
| 1241 |
bool m_greenfield; //!< Flag if greenfield is supported by the remote station |
1269 |
bool m_greenfield; //!< Flag if greenfield is supported by the remote station |
| 1242 |
bool m_shortPreamble; //!< Flag if short PLCP preamble is supported by the remote station |
1270 |
bool m_shortPreamble; //!< Flag if short PLCP preamble is supported by the remote station |
| 1243 |
bool m_shortSlotTime; //!< Flag if short ERP slot time is supported by the remote station |
1271 |
bool m_shortSlotTime; //!< Flag if short ERP slot time is supported by the remote station |
|
|
1272 |
bool m_htSupported; //!< Flag if HT is supported by the station |
| 1273 |
bool m_vhtSupported; //!< Flag if VHT is supported by the station |
| 1244 |
}; |
1274 |
}; |
| 1245 |
|
1275 |
|
| 1246 |
/** |
1276 |
/** |