Send connman mailing list submissions to
[email protected]
To subscribe or unsubscribe via email, send a message with subject or
body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of connman digest..."
Today's Topics:
1. wifi AP disconnect(disconnect reason code 1) (Deepu Paul)
----------------------------------------------------------------------
Date: Fri, 13 Dec 2019 18:18:20 +0000
From: Deepu Paul <[email protected]>
Subject: wifi AP disconnect(disconnect reason code 1)
To: [email protected]
Message-ID:
<cadl1k3kvedrxsbxqom55yuyvaizntulsxf3bhyn9un6a3+n...@mail.gmail.com>
Content-Type: multipart/alternative;
boundary="000000000000a10c7b059999e34c"
--000000000000a10c7b059999e34c
Content-Type: text/plain; charset="UTF-8"
Hello,
I am connected to a wifi AP, in every few minutes(around 30 minutes) i get
a disconnect call back
(wifi.c, disconnect_reasoncode method)
with reason code 1, but for first few attempts it reconnects automatically
to the same AP(just have that n/w as the favorite). It fails to connect
after few successful reconnects.
When i check the logs it is trying to do auto scan but not able to
authenticate with the n/w.
For all the successful reconnect i get the below logs but this is missing
for the failure scenario.
wpa_supplicant[560]: wlansta0: SME: Trying to authenticate with
58:0a:20:5b:ec:ca (SSID='purpleline' freq=5220 MHz)
wpa_supplicant[560]: wlansta0: Trying to associate with 58:0a:20:5b:ec:ca
(SSID='purpleline' freq=5220 MHz)
Found this issue with a Cisco router, seems they is re auth every few
minute for this router.
Can you please help me with this?
I think i may need to add some conditional checks in
static void interface_state(GSupplicantInterface *interface)
{
switch (wifi->disconnect_code) {
case 1: /* Unspecified reason */
}
Thanks
Deepu Paul
--000000000000a10c7b059999e34c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">Hello,<div><br></div><div>I am connected to a wifi AP, in =
every few minutes(around 30 minutes) i get a disconnect call back</div><div=
>(wifi.c, disconnect_reasoncode method)</div><div>with reason code 1, but f=
or first few attempts it reconnects automatically to the same AP(just have =
that n/w as the favorite). It fails to connect=C2=A0 after few successful r=
econnects.</div><div><br></div><div>When i check the logs it is trying to d=
o auto scan but not able to authenticate with the n/w.</div><div><br></div>=
<div>For all the successful=C2=A0reconnect i get the below logs but this is=
missing for the failure scenario.</div><div>wpa_supplicant[560]: wlansta0:=
SME: Trying to authenticate with 58:0a:20:5b:ec:ca (SSID=3D'purpleline=
' freq=3D5220 MHz)<br>wpa_supplicant[560]: wlansta0: Trying to associat=
e with 58:0a:20:5b:ec:ca (SSID=3D'purpleline' freq=3D5220 MHz)<br><=
/div><div><br></div><div>Found=C2=A0this issue with a Cisco router, seems t=
hey is re auth every few minute for this router.</div><div>Can you please h=
elp me with this?</div><div><br></div><div>I think i may need to add some c=
onditional checks in=C2=A0</div><div>static void interface_state(GSupplican=
tInterface *interface)</div><div>{</div><div>switch (wifi->disconnect_co=
de) {<br> case 1: /* Unspecified reason
*/<br></div><div><br></div><div>}<=
br><br></div><div><br></div><div>Thanks</div><div>Deepu Paul</div><div><br>=
</div><div><br></div></div>
--000000000000a10c7b059999e34c--
------------------------------
Subject: Digest Footer
_______________________________________________
connman mailing list -- [email protected]
To unsubscribe send an email to [email protected]
------------------------------
End of connman Digest, Vol 50, Issue 6
**************************************