diff --git a/doc/WifiArchitecture.dia b/doc/WifiArchitecture.dia new file mode 100644 index 000000000..037769240 Binary files /dev/null and b/doc/WifiArchitecture.dia differ diff --git a/doc/WifiArchitecture.png b/doc/WifiArchitecture.png new file mode 100644 index 000000000..9070a1382 Binary files /dev/null and b/doc/WifiArchitecture.png differ diff --git a/src/devices/wifi/wifi.h b/src/devices/wifi/wifi.h index 3ced79bf5..38df2a3a4 100644 --- a/src/devices/wifi/wifi.h +++ b/src/devices/wifi/wifi.h @@ -105,4 +105,7 @@ * Finally, we provide access to the per-remote-station SLRC couter that * indications the number of retransmissions of data. Changes to this * counter are traced using the ns3::WifiRemoteStation::m_slrc source. + * + * \subsection wifil2stack Layer 2 Stack Overview + * \image html WifiArchitecture.png "Overview of the Wifi L2 sublayers traversed for transmitting and receiving a packet" */