[PATCH v3 15/26] hostapd: add global TERMINATE command
Jouni Malinen
j at w1.fi
Sat Feb 20 07:30:42 PST 2016
On Wed, Feb 17, 2016 at 01:14:18PM +0100, Janusz Dziedzic wrote:
> This will terminate hostapd
> diff --git a/hostapd/ctrl_iface.c b/hostapd/ctrl_iface.c
> @@ -3084,6 +3084,8 @@ static void hostapd_global_ctrl_iface_receive(int sock, void *eloop_ctx,
> + } else if (os_strncmp(buf, "TERMINATE", 9) == 0) {
> + eloop_terminate();
Why os_strncmp() instead of os_strcmp()? I don't see much point in
allowing arbitrary text after the command in this type of case.
--
Jouni Malinen PGP id EFC895FA
More information about the Hostap
mailing list