Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 07:16:37 -0700
From:      "Adrian Chadd" <adrian.chadd@gmail.com>
To:        "Rui Paulo" <rpaulo@freebsd.org>, "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:  <51d9c2aa.0a8b440a.34ef.0ce1@mx.google.com>
In-Reply-To: <8651A2AF-2AAE-4E3D-9BB7-8246D9C5AC47@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Yup, commit away!



-adrian


Sent from my Palm Pre on AT&amp;T
On Jul 7, 2013 12:25 PM, Rui Paulo &lt;rpaulo@freebsd.org&gt; wrote:=20

On 7 Jul 2013, at 01:21, hiren panchasara &lt;hiren.panchasara@gmail.com&gt=
; wrote:



&gt; After this change I've started getting following messages:

&gt;=20

&gt; flymockour-l7% grep rekeying /var/log/messages | less

&gt; Jul  6 12:09:52 flymockour-l7 wpa_supplicant[1153]: wlan0: WPA: Group

&gt; rekeying completed with 00:24:b2:50:7c:38 [GTK=3DTKIP]

&gt; Jul  6 12:19:52 flymockour-l7 wpa_supplicant[1153]: wlan0: WPA: Group

&gt; rekeying completed with 00:24:b2:50:7c:38 [GTK=3DTKIP]

&gt; Jul  6 12:29:52 flymockour-l7 wpa_supplicant[1153]: wlan0: WPA: Group

&gt; rekeying completed with 00:24:b2:50:7c:38 [GTK=3DTKIP]

&gt; Jul  6 12:39:50 flymockour-l7 wpa_supplicant[1153]: wlan0: WPA: Group

&gt; rekeying completed with 00:24:b2:50:7c:38 [GTK=3DTKIP]

&gt;=20

&gt;=20

&gt; so, every 10 mins I am getting these messages.

&gt;=20

&gt; I am not sure if this (rekeying) is something wpa2 is enforcing. Is

&gt; anyone else getting such messages?

&gt;=20

&gt; Does it make sense to move this message from MSG_INFO to MSG_DEBUG?

&gt;=20

&gt; cheers,

&gt; Hiren

&gt;=20

&gt; flymockour-l7% svn diff

&gt; Index: contrib/wpa/src/rsn_supp/wpa.c

&gt; =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

&gt; --- contrib/wpa/src/rsn_supp/wpa.c      (revision 252757)

&gt; +++ contrib/wpa/src/rsn_supp/wpa.c      (working copy)

&gt; @@ -1348,7 +1348,7 @@

&gt;                goto failed;

&gt;=20

&gt;        if (rekey) {

&gt; -               wpa_msg(sm-&gt;ctx-&gt;msg_ctx, MSG_INFO, "WPA: Group=
 rekeying "

&gt; +               wpa_msg(sm-&gt;ctx-&gt;msg_ctx, MSG_DEBUG, "WPA: Group=
 rekeying "

&gt;                        "completed with " MACSTR " [GTK=3D%s]",

&gt;                        MAC2STR(sm-&gt;bssid), wpa_cipher_txt(sm-&gt;gr=
oup_cipher));

&gt;                wpa_sm_cancel_auth_timeout(sm);





Feel free to commit this.



--

Rui Paulo



_______________________________________________

freebsd-wireless@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-wireless

To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51d9c2aa.0a8b440a.34ef.0ce1>