Skip to content

AP_STOP REQ/RSP enums are swapped #14

@adam-durridge

Description

@adam-durridge

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions