USB ECM/RNDIS Can't receive broadcast messages #45862
Labels
area: USB
Universal Serial Bus
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
I can't receive udp broadcast messages when using usb ecm or usb rndis.
Board: blackpill: blackpill_f411ce
To Reproduce
Code used:
Expected behavior
Broadcast packets should be received
Impact
Can't continue with the current feature
Logs and console output
I get this from the usb system:
[00:00:00.475,000] usb_ecm: len 0 req_type 0x21 req 0x43 enabled 1
[00:00:00.475,000] usb_ecm: Set Interface 0 Packet Filter 0x000c not supported
[00:00:00.525,000] usb_ecm: len 0 req_type 0x21 req 0x43 enabled 1
[00:00:00.525,000] usb_ecm: Set Interface 0 Packet Filter 0x000e not supported
[00:00:00.527,000] usb_ecm: len 0 req_type 0x21 req 0x43 enabled 1
I can see the dhcp packets being sent in wireshark
Environment (please complete the following information):
Additional context
I am not sure if this is supposed to be supported and I am doing this the wrong way, missing some config option or the like. Or if the current usb system just doesn't support it.
The text was updated successfully, but these errors were encountered: