Hi! Compiler XC32 V2.05 (same fault with 1.44), project built under Harmony V1.09
const char key[] = "WiFi.RSSI";
char subKey;
if (sscanf(key, "WiFi.%s(", subKey) == 1) {
// subKey is now "RSSI"
// Shou..