Skip to content

JustWifi::addNetwork wrong max ssid name length #24

@profawk

Description

@profawk

if (!ssid || *ssid == 0x00 || strlen(ssid) > 31) {

the max ssid length by the RFC is 32. this causes problems with long ssid names change 31 to 32

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions