wifi: Clarify supported GIs functions of RSM

This commit is contained in:
Sébastien Deronne
2024-10-14 18:38:58 +02:00
parent b22b1ec470
commit 2a9b56874c

View File

@@ -376,9 +376,9 @@ class WifiRemoteStationManager : public Object
*/
bool GetShortGuardIntervalSupported() const;
/**
* Return the supported HE guard interval duration.
* Return the shortest supported HE guard interval duration.
*
* @return the supported HE guard interval duration
* @return the shortest supported HE guard interval duration
*/
Time GetGuardInterval() const;
/**
@@ -1245,11 +1245,11 @@ class WifiRemoteStationManager : public Object
*/
bool GetShortGuardIntervalSupported(const WifiRemoteStation* station) const;
/**
* Return the HE guard interval duration supported by the station.
* Return the shortest HE guard interval duration supported by the station.
*
* @param station the station being queried
*
* @return the HE guard interval duration supported by the station
* @return the shortest HE guard interval duration supported by the station
*/
Time GetGuardInterval(const WifiRemoteStation* station) const;
/**