diff --git a/src/wifi/model/wifi-mode.h b/src/wifi/model/wifi-mode.h index 463df9ec7..4121bbac1 100644 --- a/src/wifi/model/wifi-mode.h +++ b/src/wifi/model/wifi-mode.h @@ -31,7 +31,8 @@ namespace ns3 { -#define SU_STA_ID 65535 +/// STA_ID to identify a single user (SU) +static constexpr uint16_t SU_STA_ID = 65535; class WifiTxVector;