X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=wpa_supplicant%2Fctrl_iface_named_pipe.c;h=54e0e2fac58384c40fd72a5ba00ef3ca520ceed6;hb=ee0ad453d5f68959e911bfee1c0b603984db25c2;hp=5f7e24de794369b3359add8b07e01d08c52a9d7c;hpb=90973fb2fd4d9d3a6982e42581b08fafc145877b;p=mech_eap.git diff --git a/wpa_supplicant/ctrl_iface_named_pipe.c b/wpa_supplicant/ctrl_iface_named_pipe.c index 5f7e24d..54e0e2f 100644 --- a/wpa_supplicant/ctrl_iface_named_pipe.c +++ b/wpa_supplicant/ctrl_iface_named_pipe.c @@ -2,14 +2,8 @@ * WPA Supplicant / Windows Named Pipe -based control interface * Copyright (c) 2004-2006, Jouni Malinen * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * Alternatively, this software may be distributed under the terms of BSD - * license. - * - * See README and COPYING for more details. + * This software may be distributed under the terms of the BSD license. + * See README for more details. */ #include "includes.h" @@ -430,6 +424,7 @@ static int ctrl_iface_parse(struct ctrl_iface_priv *priv, const char *params) static void wpa_supplicant_ctrl_iface_msg_cb(void *ctx, int level, + enum wpa_msg_type type, const char *txt, size_t len) { struct wpa_supplicant *wpa_s = ctx;