Skip to content
New issue

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

AP_STOP REQ/RSP enums are swapped #14

Open
adam-durridge opened this issue Mar 21, 2024 · 0 comments
Open

AP_STOP REQ/RSP enums are swapped #14

adam-durridge opened this issue Mar 21, 2024 · 0 comments

Comments

@adam-durridge
Copy link

This has no current effect on the code since they have the same value, but it's clearly not right.

RSI_WLAN_RSP_DISCONNECT = 0x19,
RSI_WLAN_REQ_AP_STOP = 0xAE,
RSI_WLAN_RSP_SET_REGION = 0x1D,

RSI_WLAN_REQ_DISCONNECT = 0x19,
RSI_WLAN_RSP_AP_STOP = 0xAE,
RSI_WLAN_REQ_SET_REGION = 0x1D,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant