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.
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]|strengthso "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.