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