From e325150dc922ae044f8aea2bfb87590f9840d3d4 Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Mon, 17 Apr 2023 17:30:10 +0200 Subject: [PATCH] wifi: Allow TID-to-Link Mapping IE to be included in mgt frames --- src/wifi/model/mgt-headers.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/wifi/model/mgt-headers.h b/src/wifi/model/mgt-headers.h index 1d9840522..6de77aa01 100644 --- a/src/wifi/model/mgt-headers.h +++ b/src/wifi/model/mgt-headers.h @@ -116,7 +116,8 @@ using ProbeResponseElems = std::tuple, std::optional, std::optional, - std::optional>; + std::optional, + std::optional>; /// List of Information Elements included in Association Request frames using AssocRequestElems = std::tuple, std::optional, std::optional, - std::optional>; + std::optional, + std::optional>; /// List of Information Elements included in Association Response frames using AssocResponseElems = std::tuple, std::optional, std::optional, - std::optional>; + std::optional, + std::optional>; /** * \ingroup wifi