Page 1 of 1

can i set a wireless AP that does not require a password by esp32?

Posted: Fri Jan 19, 2018 7:59 am
by zhoupeng
when i not set wifi_config.ap.password,then function esp_wifi_set_config(ESP_IF_WIFI_AP, wifi_config) return err. and give me message "password less than 8".

Re: can i set a wireless AP that does not require a password by esp32?

Posted: Sun Jan 21, 2018 6:44 pm
by Ritesh
zhoupeng wrote:when i not set wifi_config.ap.password,then function esp_wifi_set_config(ESP_IF_WIFI_AP, wifi_config) return err. and give me message "password less than 8".
What is WiFi Auth Mode you have selected? You can give without password if Auth Mode is Open I think.

Re: can i set a wireless AP that does not require a password by esp32?

Posted: Mon Jan 22, 2018 1:37 am
by ESP_Sprite
Move news -> general discussion

Re: can i set a wireless AP that does not require a password by esp32?

Posted: Mon Feb 12, 2018 8:14 am
by zhoupeng
Ritesh wrote:
zhoupeng wrote:when i not set wifi_config.ap.password,then function esp_wifi_set_config(ESP_IF_WIFI_AP, wifi_config) return err. and give me message "password less than 8".
What is WiFi Auth Mode you have selected? You can give without password if Auth Mode is Open I think.
thanks for you answer,I'm sorry to reply to you so late. I think it should be OK. Thank you.

Re: can i set a wireless AP that does not require a password by esp32?

Posted: Mon Feb 12, 2018 6:04 pm
by Ritesh
zhoupeng wrote:
Ritesh wrote:
zhoupeng wrote:when i not set wifi_config.ap.password,then function esp_wifi_set_config(ESP_IF_WIFI_AP, wifi_config) return err. and give me message "password less than 8".
What is WiFi Auth Mode you have selected? You can give without password if Auth Mode is Open I think.
thanks for you answer,I'm sorry to reply to you so late. I think it should be OK. Thank you.
Most welcome

Let me know if need anything else or any help regarding ESP32