aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch
Commit message (Collapse)AuthorAgeFilesLines
* hostapd: backport build fix when OWE is activatedHauke Mehrtens2018-10-141-3/+1
| | | | | | This backports a compile fix form the hostapd project. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* hostapd: make cli treat UNKNOWN COMMAND as failingDenton Gentry2018-06-071-0/+13
Avoid infinite loop at 100% CPU when running hostapd_cli if CONFIG_CTRL_IFACE_MIB is not defined. _newselect(4, [3], NULL, NULL, ...) recvfrom(3, "UNKNOWN COMMAND\n", 4095, 0, NULL, NULL) = 16 sendto(3, "STA-NEXT UNKNOWN COMMAND", 24, 0, NULL, 0) = 24 Signed-off-by: Denton Gentry <denny@geekhold.com>