Adding the WDI TLV generator/parser to your driver

To add the WDI TLV generator/parser to your driver, follow these steps.

  1. Add this include after dot11wdi.h and wditypes.hpp.

    #include "TlvGeneratorParser.hpp"

  2. Add this library to the linker.

    TLVGeneratorParser.lib

  3. Define, create, and write your memory APIs (overloaded operator new/delete).

  4. Start calling the APIs.