Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 12:25:45 -0700
From:      Rui Paulo <rpaulo@freebsd.org>
To:        hiren panchasara <hiren.panchasara@gmail.com>
Cc:        "freebsd-wireless@freebsd.org" <freebsd-wireless@freebsd.org>
Subject:   Re: CFT: wpa_supplicant/hostapd import patch
Message-ID:  <8651A2AF-2AAE-4E3D-9BB7-8246D9C5AC47@freebsd.org>
In-Reply-To: <CALCpEUFhH==kRDO54BNVf4i%2BZgohNqOx8vNW-7XZgFejqYG9JA@mail.gmail.com>
References:  <7671255B-5582-428A-8ADC-3DF7AA32C772@FreeBSD.org> <8819701.20130630194938@serebryakov.spb.ru> <A3A05313-D783-4633-BD60-9E5CA1B7F95B@FreeBSD.org> <EF43F13C-9803-47F2-8A2A-FCBCC9BBED4F@FreeBSD.org> <192717829.20130703121844@serebryakov.spb.ru> <51D42F29.6010609@yahoo.com> <ED54FD41-742C-445F-8D05-D7A3373BB0CF@FreeBSD.org> <1372988069.39151.YahooMailNeo@web160101.mail.bf1.yahoo.com> <78276777-F786-47DF-A7A4-A574809E97CD@FreeBSD.org> <1372988865.53918.YahooMailNeo@web160101.mail.bf1.yahoo.com> <E4D96521-DE3C-4382-BFA0-AC88037E56F8@FreeBSD.org> <1373026721.13264.YahooMailNeo@web160106.mail.bf1.yahoo.com> <CALCpEUFhH==kRDO54BNVf4i%2BZgohNqOx8vNW-7XZgFejqYG9JA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7 Jul 2013, at 01:21, hiren panchasara <hiren.panchasara@gmail.com> =
wrote:

> After this change I've started getting following messages:
>=20
> flymockour-l7% grep rekeying /var/log/messages | less
> Jul  6 12:09:52 flymockour-l7 wpa_supplicant[1153]: wlan0: WPA: Group
> rekeying completed with 00:24:b2:50:7c:38 [GTK=3DTKIP]
> Jul  6 12:19:52 flymockour-l7 wpa_supplicant[1153]: wlan0: WPA: Group
> rekeying completed with 00:24:b2:50:7c:38 [GTK=3DTKIP]
> Jul  6 12:29:52 flymockour-l7 wpa_supplicant[1153]: wlan0: WPA: Group
> rekeying completed with 00:24:b2:50:7c:38 [GTK=3DTKIP]
> Jul  6 12:39:50 flymockour-l7 wpa_supplicant[1153]: wlan0: WPA: Group
> rekeying completed with 00:24:b2:50:7c:38 [GTK=3DTKIP]
>=20
>=20
> so, every 10 mins I am getting these messages.
>=20
> I am not sure if this (rekeying) is something wpa2 is enforcing. Is
> anyone else getting such messages?
>=20
> Does it make sense to move this message from MSG_INFO to MSG_DEBUG?
>=20
> cheers,
> Hiren
>=20
> flymockour-l7% svn diff
> Index: contrib/wpa/src/rsn_supp/wpa.c
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- contrib/wpa/src/rsn_supp/wpa.c      (revision 252757)
> +++ contrib/wpa/src/rsn_supp/wpa.c      (working copy)
> @@ -1348,7 +1348,7 @@
>                goto failed;
>=20
>        if (rekey) {
> -               wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "WPA: Group =
rekeying "
> +               wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "WPA: Group =
rekeying "
>                        "completed with " MACSTR " [GTK=3D%s]",
>                        MAC2STR(sm->bssid), =
wpa_cipher_txt(sm->group_cipher));
>                wpa_sm_cancel_auth_timeout(sm);


Feel free to commit this.

--
Rui Paulo




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8651A2AF-2AAE-4E3D-9BB7-8246D9C5AC47>