We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nuttx-apps/wireless/wapi/src/network.c
Line 250 in 9bfe138
It miss to set IFF_DOWN into ifr.ifr_flags;
ifr.ifr_flags &= ~IFF_UP; + ifr.ifr_flags |= IFF_DOWN;
And look at this
nuttx-apps/netutils/netlib/netlib_setifstatus.c
Line 121 in 21f5bc9
[Mac]
macOS 14
12.6.0
[risc-v]
[Networking]
The text was updated successfully, but these errors were encountered:
@tmedicci what do you think? Is this modification correct?
Sorry, something went wrong.
@acassis @metarutaiga the problem is fixed by #2647 and apache/nuttx#13842.
Successfully merging a pull request may close this issue.
Description / Steps to reproduce the issue
nuttx-apps/wireless/wapi/src/network.c
Line 250 in 9bfe138
It miss to set IFF_DOWN into ifr.ifr_flags;
And look at this
nuttx-apps/netutils/netlib/netlib_setifstatus.c
Line 121 in 21f5bc9
On which OS does this issue occur?
[Mac]
What is the version of your OS?
macOS 14
NuttX Version
12.6.0
Issue Architecture
[risc-v]
Issue Area
[Networking]
Verification
The text was updated successfully, but these errors were encountered: