aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch
blob: d2414faf01fd8a2cc6a6e138ef8bc8caacd4403d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/hostapd/hostapd_cli.c
+++ b/hostapd/hostapd_cli.c
@@ -744,7 +744,7 @@ static int wpa_ctrl_command_sta(struct w
 	}
 
 	buf[len] = '\0';
-	if (memcmp(buf, "FAIL", 4) == 0)
+	if (memcmp(buf, "FAIL", 4) == 0 || memcmp(buf, "UNKNOWN COMMAND", 15) == 0)
 		return -1;
 	if (print)
 		printf("%s", buf);