Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.