SWRA704 June 2021 CC3120 , CC3130 , CC3135
The host driver assumes that the host
driver files are located in the source/ti/drivers/net/wifi
folder of
the Wi-Fi SDK or Plugin.
If you want to copy the host driver and porting files elsewhere, the following changes should be made:
simplelink.h
,
change #include <ti/drivers/net/wifi/porting/user.h>
to
#include "porting/user.h"