WiFiCx TLV generator interface
WifiCx re-uses the WDI model's TLV generator and parser library. For more information see WDI TLV generator/parser topics.
Adding the TLV generator/parser to your driver
To add the TLV generator/parser to your driver, follow these steps.
Add this include after dot11wificxintf.h and dot11wificxtypes.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.