Search found 4 matches

by ESP-QI
Thu Jul 16, 2020 3:05 am
Forum: Sample Code
Topic: is ESP-Mesh + softAP possible
Replies: 7
Views: 22187

Re: is ESP-Mesh + softAP possible

Hi Weigen,

Thanks for your question.
We will implement the function as you said to let non ESP-Mesh devices access to the ESP-Mesh networks.
Will let you know when this function is merged.
by ESP-QI
Fri Jun 12, 2020 3:39 am
Forum: ESP-MDF
Topic: esp_wifi_scan_start() does not return mesh Information Elements
Replies: 5
Views: 9199

Re: esp_wifi_scan_start() does not return mesh Information Elements

One question: W (8360) [mupgrade_subsystem, 220]: <MESH>[17]BTWifi-with-FON, layer:0/0, assoc:0/0, 0, 6a:a2:22:79:c3:22, channel:11, rssi:-59, ID<00:00:00:00:00:00><IE Unencrypted> W (8376) [mupgrade_subsystem, 220]: <MESH>[18]BTWifi-X, layer:0/0, assoc:0/0, 0, 6a:a2:22:79:c3:23, channel:11, rssi:-5...
by ESP-QI
Fri Jun 12, 2020 3:14 am
Forum: ESP-MDF
Topic: How can I trigger the creation of a new mesh network, once a mesh network is full? + how to get IDs of existing networks
Replies: 6
Views: 16990

Re: How can I trigger the creation of a new mesh network, once a mesh network is full? + how to get IDs of existing netw

Really sorry for so late reply. Unfortunately, the Information Elements returned by the scan do not contain any mesh data. The scan returns the non-mesh APs, mesh APs without mesh IE encrypt and mesh APs with mesh IE encrypt. You can always get the non-mesh APs and mesh APs without mesh IE encryt fr...
by ESP-QI
Wed May 22, 2019 3:48 am
Forum: ESP-IDF
Topic: ESP WiFi MESH scan devices list
Replies: 2
Views: 4452

Re: ESP WiFi MESH scan devices list

Please see https://github.com/espressif/esp-idf/bl ... esh_main.c.
This example demonstrates how to scan a list of parent candidates, choose an appropriate parent and set as the parent of this node.