This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/EK-TM4C123GXL: CC3100 BP TI-RTOS enabling access-point mode

Part Number: EK-TM4C123GXL

Tool/software: TI-RTOS

I am Working on a project for enabling TCP-IP communication between TIVA board and android Phone. I tried some basic examples  of wi-fi access point mode and  I was able to communicate wit android device using BsdTcpserver program.

But now I need to shift that to TI-RTOS. But I didnt find any examples regarding enabling the wifi access-point mode in TI-RTOS, I tried copying the codes from the access point examples. but there is lot of errors.

Also I saw a WIFI.h library in the RTOS example. So can I use the simplelink.h library with this?.

Please help me to enable the acess-point mode.