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.

CC3220: How to see what wlan role the cc3220 is in

Part Number: CC3220

So to set a device in to AP mode I can do 

sl_WlanSetMode(ROLE_AP);

Is there a way to read what role the device is in?  I was looking for WlanGetMode, but didn't see anything.

Thanks