You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It was observed that telnet does not work with on the STM32 disco IOT board which has support for "esWiFi" driver. Upon further inspection, it was found that the driver does not populate information about the remote, including port and ip which causes the NET stack to fail.
To Reproduce
Steps to reproduce the behavior:
west build -p auto -b disco_l475_iot1 samples\net\telnet
See error
Expected behavior
WiFi driver should pass remote information when invoking CB so that NET stack doesn't fail.
Environment (please complete the following information):
OS: Windows
Toolchain: GNU Arm Toolchain
V2.3.0 RC
The text was updated successfully, but these errors were encountered:
Updating the eswifi driver to provide port information (along with
IP / net context) whenever an async message is received. This is
needed to fully populate the "remote" info in "net_context"
required whenever net_context_send is called.
Also adding code to populate "remote" info in "net_context"..
Tested with STM32 disco IOT kit. Fixeszephyrproject-rtos#25621
Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>
Updating the eswifi driver to provide port information (along with
IP / net context) whenever an async message is received. This is
needed to fully populate the "remote" info in "net_context"
required whenever net_context_send is called.
Also adding code to populate "remote" info in "net_context"..
Tested with STM32 disco IOT kit. Fixes#25621
Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>
krip-tip
pushed a commit
to krip-tip/zephyr-local
that referenced
this issue
May 30, 2020
Updating the eswifi driver to provide port information (along with
IP / net context) whenever an async message is received. This is
needed to fully populate the "remote" info in "net_context"
required whenever net_context_send is called.
Also adding code to populate "remote" info in "net_context"..
Tested with STM32 disco IOT kit. Fixeszephyrproject-rtos#25621
Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>
Describe the bug
It was observed that telnet does not work with on the STM32 disco IOT board which has support for "esWiFi" driver. Upon further inspection, it was found that the driver does not populate information about the remote, including port and ip which causes the NET stack to fail.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
WiFi driver should pass remote information when invoking CB so that NET stack doesn't fail.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: