ti/drivers/net/wifi/slnetifwifi.h file includes ti/net/slnetsock.hwhich in turn calls posix semaphore API which my rtos does not provide. The porting guide, swru455m, does not cover this. What should i do here? I just want to turn on the wifi and make a TCP conection with a server. i dont need any of those http, mqtt and sntp libraries in the net directory. Also why doesn't it make use of the sl_SyncObj* macros which already uses semaphores?