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. Re: Why connmand consume such higher CPU resource? (Daniel Wagner)
   2. Failed to get WiFi IP address from DHCP in version 3.17 (JH)


----------------------------------------------------------------------

Date: Wed, 15 Jan 2020 09:13:58 +0100
From: Daniel Wagner <[email protected]>
Subject: Re: Why connmand consume such higher CPU resource?
To: JH <[email protected]>
Cc: connman <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

Hi JH,

On Wed, Jan 15, 2020 at 11:34:24AM +1100, JH wrote:
> On 1/5/20, Daniel Wagner <[email protected]> wrote:
> > Yes, please use a newer version. The 1.35 has the time server busy loop
> > bug. This happens when ConnMan starts up and can't connect to any of the
> > time servers. ConnMan busy loops trying to connect to one of them. This
> > goes on until the operation succeeds.
> 
> Good to know there was a bug in 1.35.
> 
> I updated connman to 1.37 to an imx6 device with WiFi, but I got
> trouble to bring the WiFi up. The 1.35 worked perfectly to get and to
> sign an IP address from my WiFi router DHCP server. The 1.37 could not
> get IP address, it called check_dhcpv6() reply (nil), please see the
> whole debug log attached and get nil.  But, a little bit late, it
> eventually assigned an IP address 169.254.176.66 to the WiFi
> interface. My WiFi route IP is in 192.168.0.x range, no ideal where
> was the 169.254.176.66 from, it was not connected to the Internet. Did
> 1.37 assign an IP to the WiFi itself if it could not get IP from the
> DHCP server?

169.254.0.0/16 is the link local address range. If there is no DHCP
response, ConnMan assigns the interface automatically an IP in this
range according the IPv4 link local protocol.

About IPv6: do you have an IPv6 enabled network? If not, the reply
(nil) is to be expected.

Just to make sure, you didn't change anything except updating ConnMan?
No network configuration changes or distro update?

> Appreciate your clues what I could be missing in 1.37.


$ git log --oneline 1.35.. -- gdhcp
4834f197083d dhcp: Bind to interface when sending
b30e4cf4cbf4 gdhcp: Check for in6_pktinfo.ipi6_addr explicitly
9dadd8410ac3 build: Use AC_USE_SYSTEM_EXTENSIONS
c52a1c09d36c gdhcp: Retry to get an IPv4ll ip even after MAX_CONFLICTS
bb19d2146af5 gdhcp: Fix use of dhcp_client after free
d12b1ab127f1 src: Remove redundant returns at the end of functions that return 
void
5c43a53f9f56 dhcp: Prefer to reuse broadcast flag from DHCPDISCOVER
b8566ac5a01a dhcp: Add sending of DHCP decline
a9c61353dc10 shared/arp: Add arp_random_ip()
577def113f2c inet: Add __connman_inet_get_interface_mac_address()
e372af75f593 shared: Add low-level ARP functions
d4b2908a36ff dhcp: Use __connman_util_get_random
9c8e70074259 util: Add function __connman_util_random_delay_ms
ac29745ff5a0 gdhcp: Fix wrong initialization of listener_watch
2ea605a3fe31 gdhcp: Fixed IPv4 link-local IP conflict error.
0f6e829ee7a9 gdhcp: Fixed wrong byte order.
$ git log --oneline 1.35.. -- src/dhcp.c 
b8566ac5a01a dhcp: Add sending of DHCP decline
d4b2908a36ff dhcp: Use __connman_util_get_random


After the 1.35 release we added the ACD protocol support.

First, set the environment variable CONNMAN_DHCP_DEBUG=1 and
CONNMAN_DHCPV6_DEBUG=1 (see README) before starting ConnMan with
logging enabled. That should give a more detailed log what's going on
in the DHCP layer.

And if we don't see anything useful we need trace from wireshark.

Thanks,
Daniel

------------------------------

Date: Thu, 16 Jan 2020 15:17:38 +1100
From: JH <[email protected]>
Subject: Failed to get WiFi IP address from DHCP in version 3.17
To: connman <[email protected]>
Message-ID:
        <CAA=hcwte9+dpa2ghadbhuuo+rleovoyb29yuyxppguyyz2x...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

Hi,

I was running good in 3.15, it  has no problem in the WiFi interface
to get IP address, but after I updated version from 3.15 to 3.17, the
1.37 could not get IP address, it called check_dhcpv6() reply (nil),
then after a little bit late, it eventually assigned an IP address
169.254.176.66 which is not my WiFi route subnet to the WiFi
interface, the log file indicated it connected to my WiFi router, but
that IP cannot connect to Internet. My WiFi route subnet is in
192.168.0.x range, no ideal where was the 169.254.176.66 from. Did
1.37 assign an IP to the WiFi from its own subnet if it could not get
IP from the DHCP server?

Attached following debug message, what I could be missing here?

# connmand -n -d
connmand[10723]: Connection Manager version 1.37
connmand[10723]: ../connman-1.37/src/dbus.c:__connman_dbus_init()
connmand[10723]: ../connman-1.37/src/main.c:parse_config() parsing main.conf
connmand[10723]: ../connman-1.37/src/inotify.c:__connman_inotify_init()
connmand[10723]: ../connman-1.37/src/technology.c:__connman_technology_init()
connmand[10723]: ../connman-1.37/src/notifier.c:__connman_notifier_init()
connmand[10723]: ../connman-1.37/src/agent.c:__connman_agent_init()
connmand[10723]: ../connman-1.37/src/service.c:__connman_service_init()
connmand[10723]:
../connman-1.37/src/agent.c:connman_agent_driver_register()
Registering driver 0xa07cc name service
connmand[10723]:
../connman-1.37/src/peer_service.c:__connman_peer_service_init()
connmand[10723]: ../connman-1.37/src/peer.c:__connman_peer_init()
connmand[10723]: ../connman-1.37/src/provider.c:__connman_provider_init()
connmand[10723]:
../connman-1.37/src/notifier.c:connman_notifier_register() notifier
0x844d4 name provider
connmand[10723]: ../connman-1.37/src/network.c:__connman_network_init()
connmand[10723]: ../connman-1.37/src/config.c:__connman_config_init()
connmand[10723]: ../connman-1.37/src/inotify.c:create_watch() Add
directory watch for /var/lib/connman
connmand[10723]: ../connman-1.37/src/config.c:read_configs()
connmand[10723]: ../connman-1.37/src/config.c:create_config() ident cellular
connmand[10723]: Adding configuration cellular
connmand[10723]: ../connman-1.37/src/config.c:load_config() config 0x1216448
connmand[10723]: Ignore group named 'global' because prefix is not 'service_'
connmand[10723]: Adding service configuration cellular
connmand[10723]: ../connman-1.37/src/config.c:create_config() ident wifi
connmand[10723]: Adding configuration wifi
connmand[10723]: ../connman-1.37/src/config.c:load_config() config 0x1215860
connmand[10723]: Ignore group named 'global' because prefix is not 'service_'
connmand[10723]: Adding service configuration wifi
connmand[10723]: ../connman-1.37/src/device.c:__connman_device_init()
connmand[10723]: ../connman-1.37/src/ippool.c:__connman_ippool_init()
connmand[10723]:
../connman-1.37/src/firewall-iptables.c:__connman_firewall_init()
connmand[10723]: ../connman-1.37/src/iptables.c:__connman_iptables_init()
connmand[10723]: ../connman-1.37/src/nat.c:__connman_nat_init()
connmand[10723]:
../connman-1.37/src/notifier.c:connman_notifier_register() notifier
0x8b48c name nat
connmand[10723]: ../connman-1.37/src/tethering.c:__connman_tethering_init()
connmand[10723]: ../connman-1.37/src/counter.c:__connman_counter_init()
connmand[10723]: ../connman-1.37/src/manager.c:__connman_manager_init()
connmand[10723]:
../connman-1.37/src/notifier.c:connman_notifier_register() notifier
0x816e8 name manager
connmand[10723]: ../connman-1.37/src/stats.c:__connman_stats_init()
connmand[10723]: ../connman-1.37/src/clock.c:__connman_clock_init()
connmand[10723]: ../connman-1.37/src/timezone.c:__connman_timezone_init()
connmand[10723]:
../connman-1.37/src/timezone.c:__connman_timezone_lookup() sysconfig
zone (null)
connmand[10723]: ../connman-1.37/src/ipconfig.c:__connman_ipconfig_init()
connmand[10723]: ../connman-1.37/src/rtnl.c:__connman_rtnl_init()
connmand[10723]: ../connman-1.37/src/task.c:__connman_task_init()
connmand[10723]: ../connman-1.37/src/proxy.c:__connman_proxy_init()
connmand[10723]: ../connman-1.37/src/detect.c:__connman_detect_init()
connmand[10723]: ../connman-1.37/src/rtnl.c:connman_rtnl_register()
rtnl 0xa07f0 name detect
connmand[10723]: ../connman-1.37/src/session.c:__connman_session_init()
connmand[10723]:
../connman-1.37/src/notifier.c:connman_notifier_register() notifier
0x8a1f0 name session
connmand[10723]: ../connman-1.37/src/timeserver.c:__connman_timeserver_init()
connmand[10723]:
../connman-1.37/src/notifier.c:connman_notifier_register() notifier
0x87dc4 name timeserver
connmand[10723]: ../connman-1.37/src/connection.c:__connman_connection_init()
connmand[10723]: ../connman-1.37/src/rtnl.c:connman_rtnl_register()
rtnl 0xa07b4 name connection
connmand[10723]: ../connman-1.37/src/plugin.c:__connman_plugin_init()
connmand[10723]: Checking loopback interface settings
connmand[10723]: System hostname is solar
connmand[10723]:
../connman-1.37/src/utsname.c:connman_utsname_driver_register() driver
0x9f7fc name loopback
connmand[10723]:
../connman-1.37/src/notifier.c:connman_notifier_register() notifier
0x7ed78 name pacrunner
connmand[10723]:
../connman-1.37/src/proxy.c:connman_proxy_driver_register() driver
0xa05b8 name pacrunnerproxy
connmand[10723]:
../connman-1.37/src/network.c:connman_network_driver_register() driver
0xa057c name network
connmand[10723]: ../connman-1.37/src/network.c:probe_driver() driver
0xa057c name network
connmand[10723]:
../connman-1.37/src/device.c:connman_device_driver_register() driver
0xa0554 name dundee
connmand[10723]: ../connman-1.37/src/device.c:probe_driver() driver
0xa0554 name dundee
connmand[10723]: ../connman-1.37/plugins/ofono.c:ofono_init()
connmand[10723]:
../connman-1.37/src/network.c:connman_network_driver_register() driver
0x9fbb8 name cellular
connmand[10723]: ../connman-1.37/src/network.c:probe_driver() driver
0x9fbb8 name cellular
connmand[10723]:
../connman-1.37/src/device.c:connman_device_driver_register() driver
0x9fb90 name modem
connmand[10723]: ../connman-1.37/src/device.c:probe_driver() driver
0x9fb90 name modem
connmand[10723]:
../connman-1.37/src/technology.c:connman_technology_driver_register()
Registering cellular driver
connmand[10723]:
../connman-1.37/src/network.c:connman_network_driver_register() driver
0x9f964 name wifi
connmand[10723]: ../connman-1.37/src/network.c:probe_driver() driver
0x9f964 name wifi
connmand[10723]:
../connman-1.37/src/technology.c:connman_technology_driver_register()
Registering wifi driver
connmand[10723]:
../connman-1.37/src/technology.c:connman_technology_driver_register()
Registering cdc_ethernet driver
connmand[10723]:
../connman-1.37/src/network.c:connman_network_driver_register() driver
0x9f8dc name usb
connmand[10723]: ../connman-1.37/src/network.c:probe_driver() driver
0x9f8dc name usb
connmand[10723]:
../connman-1.37/src/device.c:connman_device_driver_register() driver
0x9f8f8 name gadget
connmand[10723]: ../connman-1.37/src/device.c:probe_driver() driver
0x9f8f8 name gadget
connmand[10723]:
../connman-1.37/src/technology.c:connman_technology_driver_register()
Registering ethernet driver
connmand[10723]:
../connman-1.37/src/network.c:connman_network_driver_register() driver
0x9f854 name cable
connmand[10723]: ../connman-1.37/src/network.c:probe_driver() driver
0x9f854 name cable
connmand[10723]:
../connman-1.37/src/device.c:connman_device_driver_register() driver
0x9f870 name ethernet
connmand[10723]: ../connman-1.37/src/device.c:probe_driver() driver
0x9f870 name ethernet
connmand[10723]:
../connman-1.37/src/resolver.c:__connman_resolver_init() dnsproxy 1
connmand[10723]: ../connman-1.37/src/dnsproxy.c:__connman_dnsproxy_init()
connmand[10723]:
../connman-1.37/src/dnsproxy.c:__connman_dnsproxy_add_listener() index
1
connmand[10723]:
../connman-1.37/src/inet.c:__connman_inet_get_interface_address()
index 1 interface lo
connmand[10723]:
../connman-1.37/src/inet.c:__connman_inet_get_interface_address()
index 1 interface lo
connmand[10723]:
../connman-1.37/src/inet.c:__connman_inet_get_interface_address()
index 1 interface lo
connmand[10723]:
../connman-1.37/src/inet.c:__connman_inet_get_interface_address()
index 1 interface lo
connmand[10723]:
../connman-1.37/src/resolver.c:__connman_resolvfile_append() index 1
server ::1
connmand[10723]:
../connman-1.37/src/resolver.c:__connman_resolvfile_append() index 1
server 127.0.0.1
connmand[10723]:
../connman-1.37/src/notifier.c:connman_notifier_register() notifier
0x8c8b0 name dnsproxy
connmand[10723]: ../connman-1.37/src/rtnl.c:__connman_rtnl_start()
connmand[10723]: ../connman-1.37/src/rtnl.c:send_getlink()
connmand[10723]: ../connman-1.37/src/rtnl.c:send_request() GETLINK len
17 type 18 flags 0x0301 seq 0
connmand[10723]: ../connman-1.37/src/rtnl.c:send_getaddr()
connmand[10723]: ../connman-1.37/src/rtnl.c:send_getroute()
connmand[10723]: ../connman-1.37/src/dhcp.c:__connman_dhcp_init()
connmand[10723]: ../connman-1.37/src/dhcpv6.c:__connman_dhcpv6_init()
connmand[10723]: ../connman-1.37/src/wpad.c:__connman_wpad_init()
connmand[10723]: ../connman-1.37/src/wispr.c:__connman_wispr_init()
connmand[10723]: ../connman-1.37/src/rfkill.c:__connman_rfkill_init()
connmand[10723]: ../connman-1.37/src/rfkill.c:rfkill_process()
connmand[10723]: ../connman-1.37/src/rfkill.c:rfkill_process() idx 0
type 1 op 0 soft 0 hard 0
connmand[10723]:
../connman-1.37/src/technology.c:__connman_technology_add_rfkill()
index 0 type 3 soft 0 hard 0
connmand[10723]: ../connman-1.37/src/technology.c:technology_get() type 3
connmand[10723]: ../connman-1.37/src/technology.c:technology_find() type 3
connmand[10723]: ../connman-1.37/src/technology.c:technology_get()
technology (nil) driver 0x9f940
connmand[10723]: ../connman-1.37/src/technology.c:technology_load()
technology 0x121a260
connmand[10723]: ../connman-1.37/src/technology.c:technology_get()
technology 0x121a260 WiFi
connmand[10723]:
../connman-1.37/src/technology.c:technology_apply_rfkill_change()
technology 0x121a260 --> 0/0 vs 0/0
connmand[10723]: ../connman-1.37/src/technology.c:technology_find() type 9
connmand[10723]: ../connman-1.37/src/rfkill.c:rfkill_process()
connmand[10723]: ../connman-1.37/src/machine.c:__connman_machine_init()
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWLINK len
1316 type 16 flags 0x0002 seq 0 pid 10723
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_newlink() index 1
connmand[10723]: lo {newlink} index 1 address 00:00:00:00:00:00 mtu 65536
connmand[10723]: lo {newlink} index 1 operstate 0 <UNKNOWN>
connmand[10723]: ../connman-1.37/src/detect.c:detect_newlink() type 772 index 1
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWLINK len
1440 type 16 flags 0x0002 seq 0 pid 10723
connmand[10723]: sit0 {newlink} index 2 address 00:00:00:00:08:00 mtu 1480
connmand[10723]: sit0 {newlink} index 2 operstate 2 <DOWN>
connmand[10723]: ../connman-1.37/src/detect.c:detect_newlink() type 776 index 2
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWLINK len
1316 type 16 flags 0x0002 seq 0 pid 10723
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_newlink() index 3
connmand[10723]: mlan0 {create} index 3 type 1 <ETHER>
connmand[10723]: mlan0 {RX} 18 packets 2970 bytes
connmand[10723]: mlan0 {TX} 242 packets 54104 bytes
connmand[10723]: mlan0 {update} flags 36867 <UP>
connmand[10723]: mlan0 {newlink} index 3 address D4:CA:6E:9A:7E:5B mtu 1500
connmand[10723]: mlan0 {newlink} index 3 operstate 2 <DOWN>
connmand[10723]: ../connman-1.37/src/detect.c:detect_newlink() type 1 index 3
connmand[10723]: ../connman-1.37/src/device.c:connman_device_create()
node d4ca6e9a7e5b type 2
connmand[10723]: ../connman-1.37/src/device.c:connman_device_create()
device 0x121d5b0
connmand[10723]:
../connman-1.37/src/device.c:connman_device_set_string() device
0x121d5b0 key Address value D4:CA:6E:9A:7E:5B
connmand[10723]:
../connman-1.37/src/device.c:connman_device_register() device
0x121d5b0 name Wireless
connmand[10723]: Adding interface mlan0 [ wifi ]
connmand[10723]: ../connman-1.37/src/technology.c:technology_find() type 3
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWLINK len
1296 type 16 flags 0x0002 seq 0 pid 10723
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_newlink() index 6
connmand[10723]: wwan0 {create} index 6 type 65534 <NONE>
connmand[10723]: wwan0 {update} flags 4240 <DOWN>
connmand[10723]: wwan0 {newlink} index 6 address 00:00:00:00:00:00 mtu 1500
connmand[10723]: wwan0 {newlink} index 6 operstate 2 <DOWN>
connmand[10723]: ../connman-1.37/src/detect.c:detect_newlink() type
65534 index 6
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() DONE len 20
type 3 flags 0x0002 seq 0 pid 10723
connmand[10723]: ../connman-1.37/src/rtnl.c:process_response() seq 0
connmand[10723]: ../connman-1.37/src/rtnl.c:send_request() GETADDR len
17 type 22 flags 0x0301 seq 1
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWADDR len
76 type 20 flags 0x0002 seq 1 pid 10723
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_newaddr() index 1
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() DONE len 20
type 3 flags 0x0002 seq 1 pid 10723
connmand[10723]: ../connman-1.37/src/rtnl.c:process_response() seq 1
connmand[10723]: ../connman-1.37/src/rtnl.c:send_request() GETROUTE
len 17 type 26 flags 0x0301 seq 2
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWROUTE
len 60 type 24 flags 0x0002 seq 2 pid 10723
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWROUTE
len 60 type 24 flags 0x0002 seq 2 pid 10723
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWROUTE
len 60 type 24 flags 0x0002 seq 2 pid 10723
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWROUTE
len 60 type 24 flags 0x0002 seq 2 pid 10723
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() DONE len 20
type 3 flags 0x0002 seq 2 pid 10723
connmand[10723]: ../connman-1.37/src/rtnl.c:process_response() seq 2
connmand[10723]: ../connman-1.37/plugins/ofono.c:ofono_connect()
connmand[10723]: ../connman-1.37/plugins/ofono.c:manager_get_modems()
connmand[10723]: ../connman-1.37/plugins/wifi.c:system_ready()
connmand[10723]:
../connman-1.37/src/device.c:connman_device_driver_register() driver
0x9f9b4 name wifi
connmand[10723]: ../connman-1.37/src/device.c:probe_driver() driver
0x9f9b4 name wifi
connmand[10723]: ../connman-1.37/plugins/wifi.c:wifi_probe() device 0x121d5b0
connmand[10723]:
../connman-1.37/src/device.c:connman_device_ref_debug() 0x121d5b0 ref
2 by ../connman-1.37/plugins/wifi.c:779:wifi_probe()
connmand[10723]:
../connman-1.37/src/rtnl.c:connman_rtnl_add_newlink_watch() id 1
connmand[10723]: ../connman-1.37/plugins/wifi.c:wifi_newlink() index 3
flags 36867 change 0
connmand[10723]: ../connman-1.37/plugins/wifi.c:wifi_newlink() interface up
connmand[10723]:
../connman-1.37/src/technology.c:__connman_technology_add_device()
device 0x121d5b0 type WiFi
connmand[10723]: ../connman-1.37/src/technology.c:technology_get() type 3
connmand[10723]: ../connman-1.37/src/technology.c:technology_find() type 3
connmand[10723]:
../connman-1.37/src/device.c:__connman_device_enable() device
0x121d5b0
connmand[10723]: ../connman-1.37/plugins/wifi.c:wifi_enable() device
0x121d5b0 0x1218a30
connmand[10723]: ../connman-1.37/plugins/ofono.c:manager_get_modems_reply()
connmand[10723]: ../connman-1.37/plugins/ofono.c:add_modem() /ubloxqmi_2
connmand[10723]: ../connman-1.37/plugins/ofono.c:add_modem()
/ubloxqmi_2 Online 0
connmand[10723]: ../connman-1.37/plugins/ofono.c:add_modem()
/ubloxqmi_2 Powered 0
connmand[10723]: ../connman-1.37/plugins/ofono.c:add_modem()
/ubloxqmi_2 Interfaces 0x00
connmand[10723]: ../connman-1.37/plugins/ofono.c:add_modem()
/ubloxqmi_2 Type hardware
connmand[10723]: ../connman-1.37/plugins/ofono.c:modem_set_powered()
/ubloxqmi_2 powered 1
connmand[10723]: ../connman-1.37/plugins/ofono.c:set_property()
/ubloxqmi_2 path /ubloxqmi_2 org.ofono.Modem.Powered
connmand[10723]: ../connman-1.37/plugins/ofono.c:set_property_reply()
/ubloxqmi_2 path /ubloxqmi_2 org.ofono.Modem.Powered
connmand[10723]: ../connman-1.37/plugins/ofono.c:modem_changed()
/ubloxqmi_2 Powered 1
connmand[10723]: ../connman-1.37/plugins/ofono.c:modem_set_powered()
/ubloxqmi_2 powered 1
connmand[10723]: ../connman-1.37/plugins/ofono.c:set_property()
/ubloxqmi_2 path /ubloxqmi_2 org.ofono.Modem.Powered
connmand[10723]: ../connman-1.37/plugins/ofono.c:set_property_reply()
/ubloxqmi_2 path /ubloxqmi_2 org.ofono.Modem.Powered
connmand[10723]: ../connman-1.37/plugins/ofono.c:modem_changed()
/ubloxqmi_2 Interfaces 0x01
connmand[10723]:
../connman-1.37/plugins/ofono.c:modem_update_interfaces() /ubloxqmi_2
connmand[10723]: ../connman-1.37/plugins/ofono.c:api_added() sim added
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWLINK len
1316 type 16 flags 0x0000 seq 0 pid 0
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_newlink() index 3
connmand[10723]: mlan0 {RX} 18 packets 2970 bytes
connmand[10723]: mlan0 {TX} 242 packets 54104 bytes
connmand[10723]: mlan0 {newlink} index 3 address D4:CA:6E:9A:7E:5B mtu 1500
connmand[10723]: mlan0 {newlink} index 3 operstate 2 <DOWN>
connmand[10723]: ../connman-1.37/src/detect.c:detect_newlink() type 1 index 3
connmand[10723]: ../connman-1.37/plugins/wifi.c:wifi_newlink() index 3
flags 36867 change 0
connmand[10723]: ../connman-1.37/plugins/ofono.c:modem_changed()
/ubloxqmi_2 Serial 359215100848010
connmand[10723]: ../connman-1.37/plugins/wifi.c:interface_state() wifi
(nil) interface state 3
connmand[10723]: ../connman-1.37/plugins/wifi.c:scan_finished()
connmand[10723]: ../connman-1.37/plugins/wifi.c:interface_state() wifi
(nil) interface state 2
connmand[10723]: ../connman-1.37/plugins/ofono.c:sim_update_imsi()
/ubloxqmi_2 imsi 204043898000683
connmand[10723]: ../connman-1.37/plugins/ofono.c:create_device() /ubloxqmi_2
connmand[10723]: ../connman-1.37/src/device.c:connman_device_create()
node ofono type 4
connmand[10723]: ../connman-1.37/src/device.c:connman_device_create()
device 0x12121b0
connmand[10723]: ../connman-1.37/plugins/ofono.c:create_device()
device 0x12121b0
connmand[10723]:
../connman-1.37/src/device.c:connman_device_set_string() device
0x12121b0 key Path value /ubloxqmi_2
connmand[10723]:
../connman-1.37/src/device.c:connman_device_register() device
0x12121b0 name Cellular
connmand[10723]:
../connman-1.37/src/device.c:connman_device_register() driver 0x9fb90
name modem
connmand[10723]: ../connman-1.37/plugins/ofono.c:modem_probe()
/ubloxqmi_2 device 0x12121b0
connmand[10723]:
../connman-1.37/src/technology.c:__connman_technology_add_device()
device 0x12121b0 type Cellular
connmand[10723]: ../connman-1.37/src/technology.c:technology_get() type 5
connmand[10723]: ../connman-1.37/src/technology.c:technology_find() type 5
connmand[10723]: ../connman-1.37/src/technology.c:technology_get()
technology (nil) driver 0x9fb6c
connmand[10723]: ../connman-1.37/src/technology.c:technology_load()
technology 0x121b1d8
connmand[10723]: ../connman-1.37/src/technology.c:technology_get()
technology 0x121b1d8 Cellular
connmand[10723]:
../connman-1.37/src/device.c:__connman_device_enable() device
0x12121b0
connmand[10723]: ../connman-1.37/plugins/ofono.c:modem_enable()
/ubloxqmi_2 device 0x12121b0
connmand[10723]: ../connman-1.37/plugins/ofono.c:modem_set_online()
/ubloxqmi_2 online 1
connmand[10723]: ../connman-1.37/plugins/ofono.c:set_property()
/ubloxqmi_2 path /ubloxqmi_2 org.ofono.Modem.Online
connmand[10723]:
../connman-1.37/src/device.c:connman_device_set_powered() device
0x12121b0 powered 0
connmand[10723]: ../connman-1.37/plugins/wifi.c:scan_finished()
connmand[10723]:
../connman-1.37/plugins/wifi.c:interface_create_callback() result 0
ifname mlan0, wifi 0x1218a30
connmand[10723]:
../connman-1.37/plugins/wifi.c:finalize_interface_creation() interface
is ready wifi 0x1218a30 tethering 0
connmand[10723]:
../connman-1.37/src/device.c:connman_device_set_powered() device
0x121d5b0 powered 1
connmand[10723]: ../connman-1.37/src/technology.c:technology_find() type 3
connmand[10723]:
../connman-1.37/src/technology.c:__connman_technology_enabled()
technology 0x121a260 type WiFi rfkill 1 enabled 1
connmand[10723]: ../connman-1.37/plugins/wifi.c:wifi_scan() device
0x121d5b0 wifi 0x121b858 hidden ssid (null)
connmand[10723]: ../connman-1.37/plugins/wifi.c:wifi_scan() max ssids 10
connmand[10723]:
../connman-1.37/plugins/wifi.c:get_latest_connections() ssid
4a757069746572496f54 freq 2437 modified 1579035092
connmand[10723]: ../connman-1.37/plugins/wifi.c:add_scan_param() SSID
4a757069746572496f54 added to scanned list of 1 entries
connmand[10723]: ../connman-1.37/plugins/wifi.c:wifi_update_scanner_type()
connmand[10723]: ../connman-1.37/plugins/wifi.c:parse_autoscan_params()
connmand[10723]:
../connman-1.37/plugins/wifi.c:parse_autoscan_params() Setup
exponential autoscanning
connmand[10723]:
../connman-1.37/plugins/wifi.c:parse_autoscan_params() base 3 - limit
300
connmand[10723]:
../connman-1.37/src/device.c:connman_device_ref_debug() 0x121d5b0 ref
3 by ../connman-1.37/plugins/wifi.c:1961:wifi_scan()
connmand[10723]: ../connman-1.37/plugins/wifi.c:reset_autoscan()
connmand[10723]:
../connman-1.37/src/device.c:connman_device_set_scanning() device
0x121d5b0 scanning 1
connmand[10723]:
../connman-1.37/src/technology.c:__connman_technology_scan_started()
device 0x121d5b0
connmand[10723]: ../connman-1.37/plugins/wifi.c:start_autoscan()
connmand[10723]:
../connman-1.37/src/device.c:connman_device_ref_debug() 0x121d5b0 ref
4 by ../connman-1.37/plugins/wifi.c:1418:start_autoscan()
connmand[10723]: ../connman-1.37/plugins/wifi.c:autoscan_timeout() interval 3
connmand[10723]: ../connman-1.37/plugins/wifi.c:p2p_support()
connmand[10723]:
../connman-1.37/src/technology.c:connman_technology_driver_register()
Registering p2p driver
connmand[10723]: ../connman-1.37/src/technology.c:technology_get() type 9
connmand[10723]: ../connman-1.37/src/technology.c:technology_find() type 9
connmand[10723]: ../connman-1.37/src/technology.c:technology_get()
technology (nil) driver 0x9f980
connmand[10723]: ../connman-1.37/src/technology.c:technology_load()
technology 0x121d740
connmand[10723]: ../connman-1.37/src/technology.c:technology_find() type 3
connmand[10723]: ../connman-1.37/src/technology.c:technology_find() type 9
connmand[10723]: ../connman-1.37/src/technology.c:technology_get()
technology 0x121d740 P2P
connmand[10723]: ../connman-1.37/src/utsname.c:connman_utsname_get_hostname()
connmand[10723]:
../connman-1.37/src/utsname.c:connman_utsname_get_hostname() driver
0x9f7fc name loopback
connmand[10723]: ../connman-1.37/plugins/wifi.c:interface_added()
ifname mlan0 driver nl80211 wifi 0x1218a30 tethering 0
connmand[10723]:
../connman-1.37/src/device.c:connman_device_set_powered() device
0x121d5b0 powered 1
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Property
Hostname
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Property
StaticHostname
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Property
PrettyHostname
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Property
IconName
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Property
Chassis
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Machine type
set to
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Property
Deployment
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Property
Location
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Property
KernelName
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Property
KernelRelease
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Property
KernelVersion
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Property
OperatingSystemPrettyName
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Property
OperatingSystemCPEName
connmand[10723]:
../connman-1.37/src/machine.c:machine_property_changed() Property
HomeURL
connmand[10723]: ../connman-1.37/plugins/ofono.c:set_property_reply()
/ubloxqmi_2 path /ubloxqmi_2 org.ofono.Modem.Online
connmand[10723]: ../connman-1.37/plugins/ofono.c:modem_changed()
/ubloxqmi_2 Online 1
connmand[10723]:
../connman-1.37/src/device.c:connman_device_set_powered() device
0x12121b0 powered 1
connmand[10723]: ../connman-1.37/src/technology.c:technology_find() type 5
connmand[10723]:
../connman-1.37/src/technology.c:__connman_technology_enabled()
technology 0x121b1d8 type Cellular rfkill 0 enabled 0
connmand[10723]: ../connman-1.37/plugins/ofono.c:modem_changed()
/ubloxqmi_2 Interfaces 0x05
connmand[10723]:
../connman-1.37/plugins/ofono.c:modem_update_interfaces() /ubloxqmi_2
connmand[10723]: ../connman-1.37/plugins/ofono.c:api_added() cm added
connmand[10723]: ../connman-1.37/plugins/ofono.c:get_properties()
/ubloxqmi_2 path /ubloxqmi_2 org.ofono.ConnectionManager
connmand[10723]: ../connman-1.37/plugins/ofono.c:cm_get_contexts() /ubloxqmi_2
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWLINK len
56 type 16 flags 0x0000 seq 0 pid 0
connmand[10723]: ../connman-1.37/plugins/ofono.c:modem_changed()
/ubloxqmi_2 Interfaces 0x07
connmand[10723]:
../connman-1.37/plugins/ofono.c:modem_update_interfaces() /ubloxqmi_2
connmand[10723]: ../connman-1.37/plugins/ofono.c:api_added() netreg added
connmand[10723]: ../connman-1.37/plugins/wifi.c:scan_started()
connmand[10723]: ../connman-1.37/plugins/wifi.c:network_added()
4a757069746572496f54_managed_psk
connmand[10723]:
../connman-1.37/src/device.c:connman_device_get_network() device
0x121d5b0 identifier 4a757069746572496f54_managed_psk
connmand[10723]:
../connman-1.37/src/network.c:connman_network_create() network
0x121ae48 identifier 4a757069746572496f54_managed_psk type wifi
connmand[10723]:
../connman-1.37/src/device.c:connman_device_add_network() device
0x121d5b0 network 0x121ae48
connmand[10723]:
../connman-1.37/src/network.c:connman_network_ref_debug() 0x121ae48
name (null) ref 2 by
../connman-1.37/src/device.c:872:connman_device_add_network()
connmand[10723]: ../connman-1.37/src/network.c:network_probe() network
0x121ae48 name (null)
connmand[10723]: ../connman-1.37/src/network.c:network_probe() driver
0x9f964 name wifi
connmand[10723]: ../connman-1.37/plugins/wifi.c:network_probe()
network 0x121ae48
connmand[10723]:
../connman-1.37/src/network.c:connman_network_set_name() network
0x121ae48 name JupiterIoT
connmand[10723]:
../connman-1.37/src/network.c:connman_network_set_available() network
0x121ae48 available 1
connmand[10723]: ../connman-1.37/src/network.c:network_probe() network
0x121ae48 name JupiterIoT
connmand[10723]: ../connman-1.37/src/network.c:network_probe() driver
0x9f964 name wifi
connmand[10723]: ../connman-1.37/plugins/wifi.c:network_probe()
network 0x121ae48
connmand[10723]:
../connman-1.37/src/service.c:__connman_service_create_from_network()
network 0x121ae48
connmand[10723]:
../connman-1.37/src/service.c:connman_service_create() service
0x1220de8
connmand[10723]: ../connman-1.37/src/service.c:service_initialize()
service 0x1220de8
connmand[10723]: ../connman-1.37/src/service.c:service_get() service 0x1220de8
connmand[10723]: ../connman-1.37/src/service.c:update_from_network()
service 0x1220de8 network 0x121ae48
connmand[10723]:
../connman-1.37/src/network.c:connman_network_ref_debug() 0x121ae48
name JupiterIoT ref 3 by
../connman-1.37/src/service.c:7094:update_from_network()
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_create() ipconfig
0x121b670 index 3
connmand[10723]: ../connman-1.37/src/ipconfig.c:create_ipv6config()
ipconfig 0x121f940 index 3 method auto
connmand[10723]: ../connman-1.37/src/service.c:service_register()
service 0x1220de8
connmand[10723]: ../connman-1.37/src/service.c:service_register() path
/net/connman/service/wifi_d4ca6e9a7e5b_4a757069746572496f54_managed_psk
connmand[10723]:
../connman-1.37/src/config.c:__connman_config_provision_service()
service 0x1220de8 type 3
connmand[10723]: ../connman-1.37/src/config.c:try_provision_service()
network 0x121ae48 ident 4a757069746572496f54_managed_psk
connmand[10723]: ../connman-1.37/src/config.c:try_provision_service()
service 0x1220de8 ident
wifi_d4ca6e9a7e5b_4a757069746572496f54_managed_psk
connmand[10723]:
../connman-1.37/src/service.c:__connman_service_disconnect() service
0x1220de8
connmand[10723]: ../connman-1.37/src/agent.c:connman_agent_cancel()
context 0x1220de8
connmand[10723]:
../connman-1.37/src/stats.c:__connman_stats_service_unregister()
service 0x1220de8
connmand[10723]:
../connman-1.37/src/network.c:__connman_network_disconnect() network
0x121ae48
connmand[10723]:
../connman-1.37/src/service.c:__connman_service_load_modifiable()
service 0x1220de8
connmand[10723]: ../connman-1.37/src/service.c:__connman_service_auto_connect()
connmand[10723]:
../connman-1.37/src/connection.c:__connman_connection_update_gateway()
default (nil)
connmand[10723]:
../connman-1.37/src/service.c:service_schedule_added() service
0x1220de8
connmand[10723]: ../connman-1.37/plugins/wifi.c:scan_finished()
connmand[10723]: ../connman-1.37/plugins/wifi.c:interface_state() wifi
0x1218a30 interface state 3
connmand[10723]: ../connman-1.37/plugins/wifi.c:scan_finished()
connmand[10723]:
../connman-1.37/plugins/ofono.c:get_properties_reply() /ubloxqmi_2
path /ubloxqmi_2 org.ofono.ConnectionManager
connmand[10723]: ../connman-1.37/plugins/ofono.c:cm_properties_reply()
/ubloxqmi_2
connmand[10723]: ../connman-1.37/plugins/ofono.c:cm_update_attached()
/ubloxqmi_2 Attached 0
connmand[10723]: ../connman-1.37/plugins/ofono.c:cm_update_powered()
/ubloxqmi_2 ConnnectionManager Powered 1
connmand[10723]:
../connman-1.37/plugins/ofono.c:cm_get_contexts_reply() /ubloxqmi_2
connmand[10723]: ../connman-1.37/plugins/ofono.c:add_cm_context()
/ubloxqmi_2 context path /ubloxqmi_2/context1
connmand[10723]: ../connman-1.37/plugins/ofono.c:add_cm_context()
/ubloxqmi_2 Active 0
connmand[10723]: ../connman-1.37/plugins/ofono.c:add_cm_context()
/ubloxqmi_2 context /ubloxqmi_2/context1 type internet
connmand[10723]: ../connman-1.37/plugins/ofono.c:add_cm_context()
/ubloxqmi_2 Protocol ip
connmand[10723]: ../connman-1.37/plugins/ofono.c:add_cm_context()
/ubloxqmi_2 AccessPointName ''
connmand[10723]: ../connman-1.37/plugins/ofono.c:add_cm_context()
/ubloxqmi_2 Settings
connmand[10723]: ../connman-1.37/plugins/ofono.c:add_cm_context()
/ubloxqmi_2 IPv6.Settings
connmand[10723]:
../connman-1.37/plugins/ofono.c:set_context_ipconfig() context
0x1212d00 protocol ip
connmand[10723]:
../connman-1.37/plugins/ofono.c:set_context_ipconfig() ipv4 method 0
ipv6 method 1
connmand[10723]: ../connman-1.37/src/service.c:run_auto_connect()
connmand[10723]:
../connman-1.37/src/service.c:preferred_tech_add_by_type() type 3
service 0x1220de8 JupiterIoT
connmand[10723]: ../connman-1.37/src/service.c:auto_connect_service()
preferred 1 sessions 0 reason auto
connmand[10723]: ../connman-1.37/src/service.c:auto_connect_service()
service 0x1220de8 JupiterIoT preferred
connmand[10723]:
../connman-1.37/src/service.c:__connman_service_connect() service
0x1220de8 state idle connect reason none -> auto
connmand[10723]:
../connman-1.37/src/service.c:__connman_service_clear_error() service
0x1220de8
connmand[10723]:
../connman-1.37/src/stats.c:__connman_stats_service_register() service
0x1220de8
connmand[10723]: ../connman-1.37/src/stats.c:stats_open() file
0x1212080 name 
/var/lib/connman/wifi_d4ca6e9a7e5b_4a757069746572496f54_managed_psk/data
connmand[10723]: ../connman-1.37/src/stats.c:stats_file_setup() file
0x1212080 fd 16 name
/var/lib/connman/wifi_d4ca6e9a7e5b_4a757069746572496f54_managed_psk/data
connmand[10723]: ../connman-1.37/src/stats.c:stats_file_remap() file
0x1212080 size 4096 addr (nil) len 0
connmand[10723]:
../connman-1.37/src/network.c:__connman_network_connect() network
0x121ae48
connmand[10723]:
../connman-1.37/src/device.c:__connman_device_disconnect() device
0x121d5b0
connmand[10723]:
../connman-1.37/src/network.c:__connman_network_disconnect() network
0x121ae48
connmand[10723]: ../connman-1.37/plugins/wifi.c:network_connect()
network 0x121ae48
connmand[10723]:
../connman-1.37/src/network.c:connman_network_ref_debug() 0x121ae48
name JupiterIoT ref 4 by
../connman-1.37/plugins/wifi.c:2208:network_connect()
connmand[10723]:
../connman-1.37/src/network.c:connman_network_set_associating()
network 0x121ae48 associating 1
connmand[10723]:
../connman-1.37/src/service.c:__connman_service_ipconfig_indicate_state()
service 0x1220de8 (wifi_d4ca6e9a7e5b_4a757069746572496f54_managed_psk)
old state 1 (idle) new state 2 (association) typ)
connmand[10723]:
../connman-1.37/src/service.c:service_indicate_state() service
0x1220de8 old idle - new association/idle => association
connmand[10723]: ../connman-1.37/src/session.c:service_state_changed()
service 0x1220de8 state 2
connmand[10723]: ../connman-1.37/src/notifier.c:notify_idle_state() idle 0
connmand[10723]: ../connman-1.37/src/manager.c:idle_state() idle 0
connmand[10723]:
../connman-1.37/src/connection.c:__connman_connection_update_gateway()
default (nil)
connmand[10723]:
../connman-1.37/src/service.c:__connman_service_ipconfig_indicate_state()
service 0x1220de8 (wifi_d4ca6e9a7e5b_4a757069746572496f54_managed_[
1123.004964] mwifiex_sdio mmc0:0001:1: info: trying2
psk) old state 1 (idle) new state 2 (association) type 2 (IPv6)
connmand[10723]:
../connman-1.37/src/service.c:service_indicate_state() service
0x1220de8 old association - new association/association => association
connmand[10723]:
../connman-1.37/src/service.c:__connman_service_connect() service
0x1220de8 err -115
connmand[10723]: ../connman-1.37/plugins/wifi.c:network_added() 4a7[
1123.050381] mwifiex_sdio mmc0:0001:1: info: associated to bssid
34:08:04:12:b1:a2 successfully
57069746572496f54_managed_psk
connmand[10723]:
../connman-1.37/src/device.c:connman_device_get_network() device
0x121d5b0 identifier 4a757069746572496f54_managed_psk
connmand[10723]:
../connman-1.37/src/network.c:connman_network_set_name() network
0x121ae48 name JupiterIoT
connmand[10723]:
../connman-1.37/src/network.c:connman_network_set_available() network
0x121ae48 available 1
connmand[10723]: ../connman-1.37/plugins/wifi.c:scan_callback() result
0 wifi 0x1218a30
connmand[10723]:
../connman-1.37/src/device.c:connman_device_set_scanning() device
0x121d5b0 scanning 0
connmand[10723]: ../connman-1.37/src/technology.c:technology_find() type 3
connmand[10723]:
../connman-1.37/src/technology.c:__connman_technology_scan_stopped()
technology 0x121a260 devic[ 1123.127369] IPv6:
ADDRCONF(NETDEV_CHANGE): mlan0: link becomes ready
e 0x121d5b0
connmand[10723]: ../connman-1.37/src/technology.c:reply_scan_pending()
technology 0x121a260 err 0
connmand[10723]: ../connman-1.37/src/service.c:__connman_service_auto_connect()
connmand[10723]: ../connman-1.37/plugins/wifi.c:start_autoscan()
connmand[10723]:
../connman-1.37/src/device.c:connman_device_unref_debug() 0x121d5b0
ref 3 by ../connman-1.37/plugins/wifi.c:1307:scan_callback()
connmand[[ 1123.169644] mwifiex_sdio mmc0:0001:1: CMD_RESP: cmd 0x23f
error, result=0x2
10723]: ../connman-1.37/src/service.c:service_send_changed()
connmand[10723]:
../connman-1.37/src/service.c:service_append_added_foreach() new
/net/connman/service/wifi_d4ca6e9a7e5b_4a757069746572496f54_managed_psk
connmand[10723]: ../connman-1.37/src/service.c:run_auto_connect()
connmand[10723]:
../connman-1.37/src/service.c:preferred_tech_add_by_type() type 3
service 0x1220de8 JupiterIoT
connmand[10723]: ../connman-1.37/src/service.c:auto_connect_service()
preferred 1 sessions 0 reason auto
connmand[10723]: ../connman-1.37/plugins/wifi.c:connect_callback()
network 0x121ae48 result 0
connmand[10723]:
../connman-1.37/src/network.c:connman_network_unref_debug() 0x121ae48
name JupiterIoT ref 3 by
../connman-1.37/plugins/wifi.c:2098:connect_callback()
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWLINK len
1316 type 16 flags 0x0000 seq 0 pid 0
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_newlink() index 3
connmand[10723]: mlan0 {RX} 19 packets 3083 bytes
connmand[10723]: mlan0 {TX} 242 packets 54104 bytes
connmand[10723]: mlan0 {update} flags 102403 <UP,LOWER_UP>
connmand[10723]: mlan0 {newlink} index 3 address D4:CA:6E:9A:7E:5B mtu 1500
connmand[10723]: mlan0 {newlink} index 3 operstate 5 <DORMANT>
connmand[10723]: ../connman-1.37/src/detect.c:detect_newlink() type 1 index 3
connmand[10723]: ../connman-1.37/plugins/wifi.c:wifi_newlink() index 3
flags 102403 change 0
connmand[10723]: ../connman-1.37/plugins/wifi.c:wifi_newlink() carrier on
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWLINK len
68 type 16 flags 0x0000 seq 0 pid 0
connmand[10723]: ../connman-1.37/plugins/wifi.c:interface_state() wifi
0x1218a30 interface state 6
connmand[10723]: ../connman-1.37/plugins/wifi.c:reset_autoscan()
connmand[10723]:
../connman-1.37/src/device.c:connman_device_unref_debug() 0x121d5b0
ref 2 by ../connman-1.37/plugins/wifi.c:845:reset_autoscan()
connmand[10723]:
../connman-1.37/src/device.c:connman_device_set_scanning() device
0x121d5b0 scanning 0
connmand[10723]:
../connman-1.37/src/network.c:connman_network_set_associating()
network 0x121ae48 associating 1
connmand[10723]: ../connman-1.37/plugins/wifi.c:interface_state() DONE
connmand[10723]: ../connman-1.37/plugins/wifi.c:interface_state() wifi
0x1218a30 interface state 8
connmand[10723]: ../connman-1.37/plugins/wifi.c:interface_state() DONE
connmand[10723]: ../connman-1.37/plugins/wifi.c:network_associated()
connmand[10723]:
../connman-1.37/src/device.c:connman_device_get_network() device
0x121d5b0 identifier 4a757069746572496f54_managed_psk
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWROUTE
len 116 type 24 flags 0x0600 seq 0 pid 0
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_newroute() index 3
connmand[10723]: mlan0 {add} route ff00:: gw :: scope 0 <UNIVERSE>
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWROUTE
len 116 type 24 flags 0x0600 seq 0 pid 0
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_newroute() index 3
connmand[10723]: mlan0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWLINK len
1316 type 16 flags 0x0000 seq 0 pid 0
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_newlink() index 3
connmand[10723]: mlan0 {RX} 20 packets 3300 bytes
connmand[10723]: mlan0 {TX} 244 packets 54352 bytes
connmand[10723]: mlan0 {update} flags 102467 <UP,RUNNING,LOWER_UP>
connmand[10723]: mlan0 {newlink} index 3 address D4:CA:6E:9A:7E:5B mtu 1500
connmand[10723]: mlan0 {newlink} index 3 operstate 6 <UP>
connmand[10723]: ../connman-1.37/src/detect.c:detect_newlink() type 1 index 3
connmand[10723]: ../connman-1.37/plugins/wifi.c:wifi_newlink() index 3
flags 102467 change 0
connmand[10723]: ../connman-1.37/plugins/wifi.c:interface_state() wifi
0x1218a30 interface state 10
connmand[10723]: ../connman-1.37/plugins/wifi.c:reset_autoscan()
connmand[10723]:
../connman-1.37/src/device.c:connman_device_set_scanning() device
0x121d5b0 scanning 0
connmand[10723]:
../connman-1.37/src/network.c:connman_network_set_connected() network
0x121ae48 connected 0/1 connecting 1 associating 1
connmand[10723]:
../connman-1.37/src/network.c:connman_network_set_associating()
network 0x121ae48 associating 0
connmand[10723]: ../connman-1.37/src/network.c:set_connected() service
0x1220de8 ipv4 0x121b670 ipv6 0x121f940
connmand[10723]: ../connman-1.37/src/network.c:set_configuration()
network 0x121ae48
connmand[10723]:
../connman-1.37/src/service.c:__connman_service_ipconfig_indicate_state()
service 0x1220de8 (wifi_d4ca6e9a7e5b_4a757069746572496f54_managed_psk)
old state 2 (association) new state 3 (configura)
connmand[10723]:
../connman-1.37/src/service.c:service_indicate_state() service
0x1220de8 old association - new configuration/association =>
configuration
connmand[10723]: ../connman-1.37/src/session.c:service_state_changed()
service 0x1220de8 state 3
connmand[10723]:
../connman-1.37/src/stats.c:__connman_stats_service_register() service
0x1220de8
connmand[10723]:
../connman-1.37/src/connection.c:__connman_connection_update_gateway()
default (nil)
connmand[10723]:
../connman-1.37/src/network.c:__connman_network_enable_ipconfig() ipv4
ipconfig method 4
connmand[10723]: ../connman-1.37/src/network.c:set_connected_dhcp()
network 0x121ae48
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_enable() ipconfig
0x121b670
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_ref_debug()
0x121b670 ref 2 by
../connman-1.37/src/ipconfig.c:1577:__connman_ipconfig_enable()
connmand[10723]: ../connman-1.37/src/service.c:service_up() mlan0 up
connmand[10723]: ../connman-1.37/src/service.c:service_lower_up() mlan0 lower up
connmand[10723]: ../connman-1.37/src/service.c:stats_start() service 0x1220de8
connmand[10723]: ../connman-1.37/src/dhcp.c:__connman_dhcp_start()
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_ref_debug()
0x121b670 ref 3 by
../connman-1.37/src/dhcp.c:702:__connman_dhcp_start()
connmand[10723]:
../connman-1.37/src/network.c:connman_network_ref_debug() 0x121ae48
name JupiterIoT ref 4 by
../connman-1.37/src/dhcp.c:706:__connman_dhcp_start()
connmand[10723]: ../connman-1.37/src/dhcp.c:dhcp_initialize() dhcp 0x1224670
connmand[10723]: ../connman-1.37/src/utsname.c:connman_utsname_get_hostname()
connmand[10723]:
../connman-1.37/src/utsname.c:connman_utsname_get_hostname() driver
0x9f7fc name loopback
connmand[10723]: ../connman-1.37/src/network.c:set_configuration()
network 0x121ae48
connmand[10723]:
../connman-1.37/src/service.c:__connman_service_ipconfig_indicate_state()
service 0x1220de8 (wifi_d4ca6e9a7e5b_4a757069746572496f54_managed_psk)
old state 2 (association) new state 3 (configura)
connmand[10723]:
../connman-1.37/src/service.c:service_indicate_state() service
0x1220de8 old configuration - new configuration/configuration =>
configuration
connmand[10723]:
../connman-1.37/src/network.c:__connman_network_enable_ipconfig() ipv6
ipconfig method 5
connmand[10723]: ../connman-1.37/src/network.c:autoconf_ipv6_set()
network 0x121ae48
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_enable() ipconfig
0x121f940
connmand[10723]:
../connman-1.37/src/ipconfig.c:__connman_ipconfig_ref_debug()
0x121f940 ref 2 by
../connman-1.37/src/ipconfig.c:1579:__connman_ipconfig_enable()
connmand[10723]: ../connman-1.37/src/ipconfig.c:enable_ipv6()
connmand[10723]: ../connman-1.37/src/service.c:service_up() mlan0 up
connmand[10723]: ../connman-1.37/src/service.c:service_lower_up() mlan0 lower up
connmand[10723]: ../connman-1.37/src/service.c:stats_start() service 0x1220de8
connmand[10723]: ../connman-1.37/src/ipconfig.c:enable_ipv6()
connmand[10723]:
../connman-1.37/src/inet.c:connman_inet_clear_ipv6_address() index 3
address (null) prefix_len 0
connmand[10723]:
../connman-1.37/src/network.c:connman_network_ref_debug() 0x121ae48
name JupiterIoT ref 5 by
../connman-1.37/src/network.c:907:autoconf_ipv6_set()
connmand[10723]:
../connman-1.37/src/inet.c:__connman_inet_ipv6_send_rs() sock 18
connmand[10723]: ../connman-1.37/src/inet.c:ndisc_send_unspec()
connmand[10723]: ../connman-1.37/plugins/wifi.c:interface_state() DONE
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWADDR len
72 type 20 flags 0x0000 seq 0 pid 0
connmand[10723]: ../connman-1.37/src/rtnl.c:rtnl_message() NEWROUTE
len 116 type 24 flags 0x0600 seq 0 pid 0
connmand[10723]: ../connman-1.37/src/inet.c:rs_timeout_cb() user data 0x1220be8
connmand[10723]: ../connman-1.37/src/network.c:check_dhcpv6() reply (nil)
connmand[10723]: ../connman-1.37/src/network.c:check_dhcpv6() re-send
router solicitation 3
connmand[10723]:
../connman-1.37/src/inet.c:__connman_inet_ipv6_send_rs() sock 19
connmand[10723]: ../connman-1.37/src/inet.c:ndisc_send_unspec()

------------------------------

Subject: Digest Footer

_______________________________________________
connman mailing list -- [email protected]
To unsubscribe send an email to [email protected]


------------------------------

End of connman Digest, Vol 51, Issue 19
***************************************

Reply via email to