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.

Add password wlan_ap

Other Parts Discussed in Thread: CC3200

I have the wlan_ap example working on my launchpad.  Is there a way to create the ap with a password required to join?

  • Hi Dan,

    Yes, please take a look at sl_WlanSet API with ID 'SL_WLAN_CFG_AP_ID' in wlan.h the host driver.

    Regards,
    Raghavendra
  • I am very new to the CC3200. I have tried setting it up looking at the example provided, but I am doing something wrong. Are there any examples of setting up the ap with the security and password?

    I want to be able to use Tera term to prompt me for the password and ssid. After I enter that information I need to create the ap. I have the Tera Term section working so that it does prompt me for password and ssid, but I must not be setting up the ap correctly. I am using an iPhone to connect to the launchpad. It connects, but never requires me to enter a password. The code continues and pings the iPhone successfully.

    Obviously I am not using sl_WlanSet correctly. In the API it gives separate examples for using sl_WlanSet to set each config option, but I do not understand how these work together to create an ap that will require a password to connect.
  • I solved my own problem. This can be closed.