Skip to content

Support a Scan for SSIDs RPC #49

@yinzara

Description

@yinzara

Right now it is on the client application to determine what available WIFI access points (or not) to offer the user to connect to. It would be great if the Improv specification had an optional RPC (similar to the Identify command) that returns back the SSIDs in a delimited format with the security type and strength.

I propose

Command
0x04 - Scan SSIDs (no body)

Response
1 string for each SSID in the format name|[WPA/WPA2/WEP/OPEN]|strength so "MyNetwork|WPA2|-36" would be one string. Decode the string in reverse to ensure any "|"s in the network name are escaped in the unlikely case the network name contains pipes.

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