Skip to content

wifi_mesh: BSSID(MAC) of parent and root have 1 bit added in comparison to real one (IDFGH-13357) #14269

@nicoDHX

Description

@nicoDHX

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

v5.3

Espressif SoC revision.

ESP32-C6

Operating System used.

Windows

How did you build your project?

VS Code IDE

If you are using Windows, please specify command line type.

None

Development Kit.

ESP32-C6-DevKitM-1

Power Supply used.

USB

What is the expected behavior?

that i see the same mac from parent, as i see the mac on parent.

What is the actual behavior?

macs are different by 1 bit.

Steps to reproduce.

program with wifi-mesh example 2 devices and print parent macs.

Debug Logs.

device 1 has mac: 54:32:04:07:34:50

log from dev2: 
(4916703) mesh_main: ******ROUTE_TABLE*****[0m
(4916703) mesh_main: ADDR: 54:32:04:07:32:30 , IP: 84.50.4.7 , PORT: 12338
(4916703) mesh_main: ADDR: 54:32:04:07:38:a4 , IP: 84.50.4.7 , PORT: 42040
(4916703) mesh_main: ******END ROUTE_TABLE*****
*********RSSI: -80
(4916713) mesh_main: Parent BSSID: 54:32:04:07:34:51
(4916723) mesh_main: ROOT BSSID: 54:32:04:07:34:51 , IP: 84.50.4.7 , PORT: 20788
(4917093) mesh_main: [#RX:3775/3736][L:2] parent:54:32:04:07:34:51, receive from 54:32:04:07:34:50, size:1460, heap:253924, flag:0[err:0x0, proto:0, tos:0]

log from device 3:
(18464) mesh_main: ******ROUTE_TABLE*****
(18464) mesh_main: ADDR: 54:32:04:07:38:a4 , IP: 84.50.4.7 , PORT: 42040
(18464) mesh_main: ******END ROUTE_TABLE*****
*********RSSI: -30
(18464) mesh_main: Parent BSSID: 54:32:04:07:32:31 , IP: 84.50.4.7 , PORT: 12594
(18474) mesh_main: ROOT BSSID: 54:32:04:07:34:51 , IP: 84.50.4.7 , PORT: 20788

More Information.

No response

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions