Adding the WDI TLV generator/parser to your driver
To add the WDI TLV generator/parser to your driver, follow these steps.
Add this include after dot11wdi.h and wditypes.hpp.
#include "TlvGeneratorParser.hpp"
Add this library to the linker.
TLVGeneratorParser.lib
Define, create, and write your memory APIs (overloaded operator new/delete).
Start calling the APIs.