Send connman mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.01.org/mailman/listinfo/connman
or, 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: Interface change callback (JH)
   2. "P2P" not available in connman technologies (vishal bs)


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

Message: 1
Date: Thu, 9 May 2019 12:13:02 +1000
From: JH <[email protected]>
To: Daniel Wagner <[email protected]>
Cc: connman <[email protected]>
Subject: Re: Interface change callback
Message-ID:
        <CAA=hcWRntSyQVeyu-h_V3paz6P6-xWRnsgsM8h16DWF=w9e...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

Hi Daniel,

Let me clarify the questions, I've been learning and looking into dbus
detailed functions, please help to clarify following questions:

For following functions for ServicesChanged callback:

dbus_bus_add_match(connection, "type=signal,interface=net.connman.Manager");

dbus_connection_add_filter(connection, services_changed, user_data, NULL);

service_changed(DBusConnection *connection, DBusMessage *message, void
*user_data);

How does the net.connman.Manager provide values and format for
DBusMessage *message and void *user_data?

Will the net.connman.Manager  provide network type like wifi or
cellular for callback for the  services changed event? What will be
message format in the callback?

Thank you.

Kind regards,

- jupiter

On 5/8/19, JH <[email protected]> wrote:
> Hi Daniel,
>
> Thank your response, in terms of connman ServicesChanged callback,
> will the connman API pass network interface type such as wifi or
> cellular to DBusMessage *message or not?
>
> Thank you.
>
> Kind regards,
>
> - jupiter
>
> On 5/2/19, Daniel Wagner <[email protected]> wrote:
>> Hi JH,
>>
>> On Thu, May 02, 2019 at 10:24:22AM +1000, JH wrote:
>>> Are there any C API online reference to use interface change callback
>>> SIGNAL_PROPERTY_CHANGED = "PropertyChanged" and
>>> add_signal_receiver(callback_fn, signal, user_arg) for similar to
>>> https://pythonhosted.org/pyconnman/apidoc.html?
>>
>> There is no C API for ConnMan for external programs. The interface is
>> D-Bus and we it documented in the docs directory. E.g. the Service API
>> is documented here:
>>
>> https://git.kernel.org/pub/scm/network/connman/connman.git/tree/doc/service-api.txt
>>
>> Also have a look at the Python scripts in 'test' directory in case you
>> haven't already done so.
>>
>> Thanks,
>> Daniel
>>
>


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

Message: 2
Date: Thu, 9 May 2019 10:23:11 +0530
From: vishal bs <[email protected]>
To: [email protected]
Subject: "P2P" not available in connman technologies
Message-ID:
        <cacxa1rc9-jog+dm0qrfb+bxvxgjk8m8cm3_rh5yazcfxm86...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,
there is no p2p in the "technologies" list in the connman ,
I did follow one of the other mail lists which was on the same issue.
Link : https://lists.01.org/pipermail/connman/2017-August/022040.html
I gave the commands specified in the link to get the capabilities and
was able to get P2P in both "all global" capabilities of
wpa_supplicant(i.e I am running wpa_supplicant using the parameter -u)
as well as in "Interface" capabilities, further when i enabled the log
I came across this,

connmand[4569]:gsupplicant/suppicannt.c:debug_strvalmap() mode
capability: infrastructure
connmand[4569]:gsupplicant/suppicannt.c:debug_strvalmap() mode
capability: ad-hoc
connmand[4569]:gsupplicant/suppicannt.c:debug_strvalmap() mode capability: ap
connmand[4569]:gsupplicant/suppicannt.c:callback_interface_added()

which is confusing!
It would be great if anybody steps up to solve this problem.

The detailed log is attached.

I hope someone will help me regarding this.

Thank you
vishal
-------------- next part --------------
connmand[3279]: src/dbus.c:__connman_dbus_init() 
connmand[3279]: src/inotify.c:__connman_inotify_init() 
connmand[3279]: src/technology.c:__connman_technology_init() 
connmand[3279]: src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[3279]: src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[3279]: src/notifier.c:__connman_notifier_init() 
connmand[3279]: src/agent.c:__connman_agent_init() 
connmand[3279]: src/service.c:__connman_service_init() 
connmand[3279]: src/agent.c:connman_agent_driver_register() Registering driver 
0x6ae1a0 name service
connmand[3279]: src/storage.c:storage_load() Loading 
/var/lib/connman/ethernet_dc4a3ed26a61_cable/settings
connmand[3279]: src/provider.c:__connman_provider_init() 
connmand[3279]: src/notifier.c:connman_notifier_register() notifier 0x6ae1e0 
name provider
connmand[3279]: src/network.c:__connman_network_init() 
connmand[3279]: src/device.c:__connman_device_init() 
connmand[3279]: src/ippool.c:__connman_ippool_init() 
connmand[3279]: src/iptables.c:__connman_iptables_init() 
connmand[3279]: src/firewall.c:__connman_firewall_init() 
connmand[3279]: src/iptables.c:iptables_init() filter
connmand[3279]: src/iptables.c:__connman_iptables_commit() filter
connmand[3279]: src/iptables.c:iptables_init() mangle
connmand[3279]: src/iptables.c:__connman_iptables_commit() mangle
connmand[3279]: src/iptables.c:iptables_init() nat
connmand[3279]: src/iptables.c:__connman_iptables_commit() nat
connmand[3279]: src/nat.c:__connman_nat_init() 
connmand[3279]: src/notifier.c:connman_notifier_register() notifier 0x6ae720 
name nat
connmand[3279]: src/tethering.c:__connman_tethering_init() 
connmand[3279]: src/counter.c:__connman_counter_init() 
connmand[3279]: src/manager.c:__connman_manager_init() 
connmand[3279]: src/notifier.c:connman_notifier_register() notifier 0x6ae140 
name manager
connmand[3279]: src/config.c:__connman_config_init() 
connmand[3279]: src/inotify.c:create_watch() Add directory watch for 
/var/lib/connman
connmand[3279]: src/config.c:read_configs() 
connmand[3279]: src/stats.c:__connman_stats_init() 
connmand[3279]: src/clock.c:__connman_clock_init() 
connmand[3279]: src/timezone.c:__connman_timezone_init() 
connmand[3279]: src/timezone.c:__connman_timezone_lookup() sysconfig zone (null)
connmand[3279]: src/timezone.c:__connman_timezone_lookup() localtime zone 
Asia/Kolkata
connmand[3279]: src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[3279]: src/resolver.c:__connman_resolver_init() dnsproxy 1
connmand[3279]: src/dnsproxy.c:__connman_dnsproxy_init() 
connmand[3279]: src/dnsproxy.c:__connman_dnsproxy_add_listener() index 1
connmand[3279]: src/dnsproxy.c:get_listener() family 2 protocol 17 index 1
connmand[3279]: src/inet.c:__connman_inet_get_interface_address() index 1 
interface lo
connmand[3279]: src/dnsproxy.c:get_listener() family 10 protocol 17 index 1
connmand[3279]: src/inet.c:__connman_inet_get_interface_address() index 1 
interface lo
connmand[3279]: src/dnsproxy.c:get_listener() family 2 protocol 6 index 1
connmand[3279]: src/inet.c:__connman_inet_get_interface_address() index 1 
interface lo
connmand[3279]: src/dnsproxy.c:get_listener() family 10 protocol 6 index 1
connmand[3279]: src/inet.c:__connman_inet_get_interface_address() index 1 
interface lo
connmand[3279]: src/resolver.c:__connman_resolvfile_append() index 1 server ::1
connmand[3279]: src/resolver.c:__connman_resolvfile_append() index 1 server 
127.0.0.1
connmand[3279]: src/notifier.c:connman_notifier_register() notifier 0x6ae6c0 
name dnsproxy
connmand[3279]: src/ipconfig.c:__connman_ipconfig_init() 
connmand[3279]: src/rtnl.c:__connman_rtnl_init() 
connmand[3279]: src/task.c:__connman_task_init() 
connmand[3279]: src/proxy.c:__connman_proxy_init() 
connmand[3279]: src/detect.c:__connman_detect_init() 
connmand[3279]: src/rtnl.c:connman_rtnl_register() rtnl 0x6ae240 name detect
connmand[3279]: src/session.c:__connman_session_init() 
connmand[3279]: src/notifier.c:connman_notifier_register() notifier 0x6ae3e0 
name session
connmand[3279]: src/timeserver.c:__connman_timeserver_init() 
connmand[3279]: src/notifier.c:connman_notifier_register() notifier 0x6ae280 
name timeserver
connmand[3279]: src/connection.c:__connman_connection_init() 
connmand[3279]: src/rtnl.c:connman_rtnl_register() rtnl 0x6ae100 name connection
connmand[3279]: src/plugin.c:__connman_plugin_init() 
connmand[3279]: Checking loopback interface settings
connmand[3279]: System hostname is hptest
connmand[3279]: src/utsname.c:connman_utsname_driver_register() driver 0x6ac020 
name loopback
connmand[3279]: src/notifier.c:connman_notifier_register() notifier 0x6add20 
name pacrunner
connmand[3279]: src/proxy.c:connman_proxy_driver_register() driver 0x6add00 
name pacrunnerproxy
connmand[3279]: src/provider.c:connman_provider_driver_register() driver 
0x6adc60 name VPN
connmand[3279]: plugins/vpn.c:vpnd_created() connection 0x15ff5f0
connmand[3279]: plugins/vpn.c:get_connections() 
connmand[3279]: src/network.c:connman_network_driver_register() driver 0x6adbe0 
name network
connmand[3279]: src/network.c:probe_driver() driver 0x6adbe0 name network
connmand[3279]: src/device.c:connman_device_driver_register() driver 0x6adba0 
name dundee
connmand[3279]: src/device.c:probe_driver() driver 0x6adba0 name dundee
connmand[3279]: plugins/ofono.c:ofono_init() 
connmand[3279]: src/network.c:connman_network_driver_register() driver 0x6ac860 
name cellular
connmand[3279]: src/network.c:probe_driver() driver 0x6ac860 name cellular
connmand[3279]: src/device.c:connman_device_driver_register() driver 0x6ac820 
name modem
connmand[3279]: src/device.c:probe_driver() driver 0x6ac820 name modem
connmand[3279]: src/technology.c:connman_technology_driver_register() 
Registering cellular driver
connmand[3279]: src/technology.c:connman_technology_driver_register() 
Registering bluetooth driver
connmand[3279]: src/device.c:connman_device_driver_register() driver 0x6ac720 
name bluetooth
connmand[3279]: src/device.c:probe_driver() driver 0x6ac720 name bluetooth
connmand[3279]: src/network.c:connman_network_driver_register() driver 0x6ac760 
name bluetooth
connmand[3279]: src/network.c:probe_driver() driver 0x6ac760 name bluetooth
connmand[3279]: src/network.c:connman_network_driver_register() driver 0x6ac220 
name wifi
connmand[3279]: src/network.c:probe_driver() driver 0x6ac220 name wifi
connmand[3279]: src/technology.c:connman_technology_driver_register() 
Registering wifi driver
connmand[3279]: src/technology.c:connman_technology_driver_register() 
Registering ethernet driver
connmand[3279]: src/network.c:connman_network_driver_register() driver 0x6ac160 
name cable
connmand[3279]: src/network.c:probe_driver() driver 0x6ac160 name cable
connmand[3279]: src/device.c:connman_device_driver_register() driver 0x6ac120 
name ethernet
connmand[3279]: src/device.c:probe_driver() driver 0x6ac120 name ethernet
connmand[3279]: src/technology.c:connman_technology_driver_register() 
Registering cdc_ethernet driver
connmand[3279]: src/network.c:connman_network_driver_register() driver 0x6ac660 
name bluetooth_legacy-pan
connmand[3279]: src/network.c:probe_driver() driver 0x6ac660 name 
bluetooth_legacy-pan
connmand[3279]: src/device.c:connman_device_driver_register() driver 0x6ac620 
name bluetooth_legacy
connmand[3279]: src/device.c:probe_driver() driver 0x6ac620 name 
bluetooth_legacy
connmand[3279]: src/technology.c:connman_technology_driver_register() 
Registering bluetooth_legacy driver
connmand[3279]: src/rtnl.c:__connman_rtnl_start() 
connmand[3279]: src/rtnl.c:send_getlink() 
connmand[3279]: src/rtnl.c:send_request() GETLINK len 17 type 18 flags 0x0301 
seq 0
connmand[3279]: src/rtnl.c:send_getaddr() 
connmand[3279]: src/rtnl.c:send_getroute() 
connmand[3279]: src/dhcp.c:__connman_dhcp_init() 
connmand[3279]: src/dhcpv6.c:__connman_dhcpv6_init() 
connmand[3279]: src/wpad.c:__connman_wpad_init() 
connmand[3279]: src/wispr.c:__connman_wispr_init() 
connmand[3279]: src/rfkill.c:__connman_rfkill_init() 
connmand[3279]: src/rfkill.c:rfkill_process() 
connmand[3279]: src/rfkill.c:rfkill_process() idx 0 type 2 op 0 soft 1 hard 0
connmand[3279]: src/technology.c:__connman_technology_add_rfkill() index 0 type 
4 soft 1 hard 0
connmand[3279]: src/technology.c:technology_get() type 4
connmand[3279]: src/technology.c:technology_find() type 4
connmand[3279]: src/technology.c:technology_get() technology (nil) driver 
0x6ac6e0
connmand[3279]: src/technology.c:technology_get() technology (nil) driver 
0x6ac5e0
connmand[3279]: src/technology.c:technology_load() technology 0x160eb40
connmand[3279]: src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[3279]: src/technology.c:technology_get() technology 0x160eb40
connmand[3279]: src/technology.c:technology_apply_rfkill_change() technology 
0x160eb40 --> 1/0 vs 0/0
connmand[3279]: src/rfkill.c:rfkill_process() 
connmand[3279]: src/rfkill.c:rfkill_process() idx 1 type 1 op 0 soft 0 hard 0
connmand[3279]: src/technology.c:__connman_technology_add_rfkill() index 1 type 
3 soft 0 hard 0
connmand[3279]: src/technology.c:technology_get() type 3
connmand[3279]: src/technology.c:technology_find() type 3
connmand[3279]: src/technology.c:technology_get() technology (nil) driver 
0x6ac1e0
connmand[3279]: src/technology.c:technology_load() technology 0x160fd60
connmand[3279]: src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[3279]: src/technology.c:technology_get() technology 0x160fd60
connmand[3279]: src/technology.c:technology_apply_rfkill_change() technology 
0x160fd60 --> 0/0 vs 0/0
connmand[3279]: src/rfkill.c:rfkill_process() 
connmand[3279]: plugins/vpn.c:vpnd_created() connection 0x15ff5f0
connmand[3279]: plugins/vpn.c:get_connections() 
connmand[3279]: plugins/vpn.c:get_connections_reply() 
connmand[3279]: gsupplicant/supplicant.c:service_property() Debug level 0
connmand[3279]: gsupplicant/supplicant.c:service_property() Debug timestamp 1
connmand[3279]: gsupplicant/supplicant.c:service_property() Debug show keys 0
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() EAP method: MD5
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() EAP method: TLS
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() EAP method: MSCHAPV2
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() EAP method: PEAP
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() EAP method: TTLS
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() EAP method: GTC
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() EAP method: OTP
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() EAP method: LEAP
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() EAP method: WSC
connmand[3279]: gsupplicant/supplicant.c:service_property() key Capabilities 
type a
connmand[3279]: gsupplicant/supplicant.c:service_property() key WFDIEs type a
connmand[3279]: plugins/wifi.c:system_ready() 
connmand[3279]: src/device.c:connman_device_driver_register() driver 0x6ac260 
name wifi
connmand[3279]: src/device.c:probe_driver() driver 0x6ac260 name wifi
connmand[3279]: plugins/bluetooth_legacy.c:bluetooth_connect() connection 
0x15ff5f0
connmand[3279]: src/rtnl.c:rtnl_message() buf 0x7fffbf8405f0 len 3548
connmand[3279]: src/rtnl.c:rtnl_message() NEWLINK len 1180 type 16 flags 0x0002 
seq 0 pid 3279
connmand[3279]: src/ipconfig.c:__connman_ipconfig_newlink() index 1
connmand[3279]: lo {newlink} index 1 operstate 0 <UNKNOWN>
connmand[3279]: src/detect.c:detect_newlink() type 772 index 1
connmand[3279]: src/rtnl.c:rtnl_message() NEWLINK len 1188 type 16 flags 0x0002 
seq 0 pid 3279
connmand[3279]: src/ipconfig.c:__connman_ipconfig_newlink() index 2
connmand[3279]: eth0 {create} index 2 type 1 <ETHER>
connmand[3279]: eth0 {update} flags 36866 <DOWN>
connmand[3279]: eth0 {newlink} index 2 address DC:4A:3E:D2:6A:61 mtu 1500
connmand[3279]: eth0 {newlink} index 2 operstate 2 <DOWN>
connmand[3279]: src/detect.c:detect_newlink() type 1 index 2
connmand[3279]: src/device.c:connman_device_create() node dc4a3ed26a61 type 1
connmand[3279]: src/device.c:connman_device_create() device 0x160b180
connmand[3279]: src/device.c:connman_device_set_string() device 0x160b180 key 
Address value DC:4A:3E:D2:6A:61
connmand[3279]: src/device.c:connman_device_register() device 0x160b180 name 
Ethernet
connmand[3279]: src/device.c:connman_device_register() driver 0x6ac120 name 
ethernet
connmand[3279]: plugins/ethernet.c:ethernet_probe() device 0x160b180
connmand[3279]: src/rtnl.c:connman_rtnl_add_newlink_watch() id 1
connmand[3279]: plugins/ethernet.c:ethernet_newlink() index 2 flags 36866 
change 0
connmand[3279]: src/technology.c:__connman_technology_add_device() device 
0x160b180 type Wired
connmand[3279]: src/technology.c:technology_get() type 2
connmand[3279]: src/technology.c:technology_find() type 2
connmand[3279]: src/technology.c:technology_get() technology (nil) driver 
0x6ac0a0
connmand[3279]: src/technology.c:technology_load() technology 0x15ffab0
connmand[3279]: src/storage.c:storage_load() Loading /var/lib/connman/settings
connmand[3279]: src/technology.c:technology_get() technology 0x15ffab0
connmand[3279]: src/device.c:__connman_device_enable() device 0x160b180
connmand[3279]: plugins/ethernet.c:ethernet_enable() device 0x160b180
connmand[3279]: src/device.c:connman_device_set_powered() driver 0x160b180 
powered 1
connmand[3279]: src/technology.c:technology_find() type 2
connmand[3279]: src/technology.c:__connman_technology_enabled() technology 
0x15ffab0 type Wired rfkill 0 enabled 0
connmand[3279]: src/device.c:connman_device_set_disconnected() device 0x160b180 
disconnected 0
connmand[3279]: Adding interface eth0 [ ethernet ]
connmand[3279]: src/technology.c:technology_find() type 2
connmand[3279]: plugins/ethernet.c:eth_add_interface() index 2 name eth0 ident 
dc4a3ed26a61
connmand[3279]: plugins/ethernet.c:ethernet_newlink() index 2 flags 36866 
change 0
connmand[3279]: src/rtnl.c:rtnl_message() NEWLINK len 1180 type 16 flags 0x0002 
seq 0 pid 3279
connmand[3279]: src/ipconfig.c:__connman_ipconfig_newlink() index 3
connmand[3279]: wlan0 {create} index 3 type 1 <ETHER>
connmand[3279]: wlan0 {update} flags 4098 <DOWN>
connmand[3279]: wlan0 {newlink} index 3 address 48:E2:44:80:41:41 mtu 1500
connmand[3279]: wlan0 {newlink} index 3 operstate 2 <DOWN>
connmand[3279]: src/detect.c:detect_newlink() type 1 index 3
connmand[3279]: src/device.c:connman_device_create() node 48e244804141 type 2
connmand[3279]: src/device.c:connman_device_create() device 0x16142f0
connmand[3279]: src/device.c:connman_device_set_string() device 0x16142f0 key 
Address value 48:E2:44:80:41:41
connmand[3279]: src/device.c:connman_device_register() device 0x16142f0 name 
Wireless
connmand[3279]: src/device.c:connman_device_register() driver 0x6ac260 name wifi
connmand[3279]: plugins/wifi.c:wifi_probe() device 0x16142f0
connmand[3279]: src/device.c:connman_device_ref_debug() 0x16142f0 ref 2 by 
plugins/wifi.c:184:wifi_probe()
connmand[3279]: src/rtnl.c:connman_rtnl_add_newlink_watch() id 2
connmand[3279]: plugins/wifi.c:wifi_newlink() index 3 flags 4098 change 0
connmand[3279]: src/technology.c:__connman_technology_add_device() device 
0x16142f0 type WiFi
connmand[3279]: src/technology.c:technology_get() type 3
connmand[3279]: src/technology.c:technology_find() type 3
connmand[3279]: src/device.c:__connman_device_enable() device 0x16142f0
connmand[3279]: src/device.c:connman_device_get_string() device 0x16142f0 key 
Interface
connmand[3279]: plugins/wifi.c:wifi_enable() device 0x16142f0 0x15ffc60
connmand[3279]: gsupplicant/supplicant.c:g_supplicant_interface_create() ifname 
wlan0
connmand[3279]: gsupplicant/supplicant.c:interface_get_params() 
connmand[3279]: Adding interface wlan0 [ wifi ]
connmand[3279]: src/technology.c:technology_find() type 3
connmand[3279]: plugins/wifi.c:wifi_newlink() index 3 flags 4098 change 0
connmand[3279]: src/rtnl.c:rtnl_message() buf 0x7fffbf8405f0 len 20
connmand[3279]: src/rtnl.c:rtnl_message() DONE len 20 type 3 flags 0x0002 seq 0 
pid 3279
connmand[3279]: src/rtnl.c:process_response() seq 0
connmand[3279]: src/rtnl.c:send_request() GETADDR len 17 type 22 flags 0x0301 
seq 1
connmand[3279]: src/rtnl.c:rtnl_message() buf 0x7fffbf8405f0 len 1188
connmand[3279]: src/rtnl.c:rtnl_message() NEWLINK len 1188 type 16 flags 0x0000 
seq 0 pid 0
connmand[3279]: src/ipconfig.c:__connman_ipconfig_newlink() index 2
connmand[3279]: eth0 {update} flags 36867 <UP>
connmand[3279]: eth0 {newlink} index 2 address DC:4A:3E:D2:6A:61 mtu 1500
connmand[3279]: eth0 {newlink} index 2 operstate 2 <DOWN>
connmand[3279]: src/detect.c:detect_newlink() type 1 index 2
connmand[3279]: plugins/ethernet.c:ethernet_newlink() index 2 flags 36867 
change 1
connmand[3279]: plugins/ethernet.c:ethernet_newlink() power on
connmand[3279]: src/device.c:connman_device_set_powered() driver 0x160b180 
powered 1
connmand[3279]: plugins/bluetooth_legacy.c:list_adapters_reply() 
connmand[3279]: plugins/bluetooth_legacy.c:add_adapter() path 
/org/bluez/1079/hci0
connmand[3279]: plugins/vpn.c:get_connections_reply() 
connmand[3279]: src/rtnl.c:rtnl_message() buf 0x7fffbf8405f0 len 76
connmand[3279]: src/rtnl.c:rtnl_message() NEWADDR len 76 type 20 flags 0x0002 
seq 1 pid 3279
connmand[3279]: src/ipconfig.c:__connman_ipconfig_newaddr() index 1
connmand[3279]: src/rtnl.c:rtnl_message() buf 0x7fffbf8405f0 len 20
connmand[3279]: src/rtnl.c:rtnl_message() DONE len 20 type 3 flags 0x0002 seq 1 
pid 3279
connmand[3279]: src/rtnl.c:process_response() seq 1
connmand[3279]: src/rtnl.c:send_request() GETROUTE len 17 type 26 flags 0x0301 
seq 2
connmand[3279]: gsupplicant/supplicant.c:interface_get_result() 
connmand[3279]: gsupplicant/supplicant.c:interface_get_result() Interface not 
created yet
connmand[3279]: gsupplicant/supplicant.c:interface_get_result() Creating 
interface
connmand[3279]: gsupplicant/supplicant.c:interface_create_params() 
connmand[3279]: src/rtnl.c:rtnl_message() buf 0x7fffbf8405f0 len 240
connmand[3279]: src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0002 
seq 2 pid 3279
connmand[3279]: src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0002 
seq 2 pid 3279
connmand[3279]: src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0002 
seq 2 pid 3279
connmand[3279]: src/rtnl.c:rtnl_message() NEWROUTE len 60 type 24 flags 0x0002 
seq 2 pid 3279
connmand[3279]: src/rtnl.c:rtnl_message() buf 0x7fffbf8405f0 len 20
connmand[3279]: src/rtnl.c:rtnl_message() DONE len 20 type 3 flags 0x0002 seq 2 
pid 3279
connmand[3279]: src/rtnl.c:process_response() seq 2
connmand[3279]: plugins/bluetooth_legacy.c:adapter_properties_reply() path 
/org/bluez/1079/hci0
connmand[3279]: src/device.c:connman_device_create() node bluetooth_legacy type 
3
connmand[3279]: src/device.c:connman_device_create() device 0x1614930
connmand[3279]: src/device.c:connman_device_set_string() device 0x1614930 key 
Path value /org/bluez/1079/hci0
connmand[3279]: src/device.c:connman_device_register() device 0x1614930 name 
Bluetooth
connmand[3279]: src/device.c:connman_device_register() driver 0x6ac620 name 
bluetooth_legacy
connmand[3279]: plugins/bluetooth_legacy.c:bluetooth_probe() device 0x1614930
connmand[3279]: src/technology.c:__connman_technology_add_device() device 
0x1614930 type Bluetooth
connmand[3279]: src/technology.c:technology_get() type 4
connmand[3279]: src/technology.c:technology_find() type 4
connmand[3279]: src/device.c:__connman_device_disable() device 0x1614930
connmand[3279]: src/device.c:connman_device_set_string() device 0x1614930 key 
Address value 48:E2:44:80:41:42
connmand[3279]: src/device.c:connman_device_set_string() device 0x1614930 key 
Name value ubuntu-0
connmand[3279]: src/device.c:connman_device_set_string() device 0x1614930 key 
Path value /org/bluez/1079/hci0
connmand[3279]: src/device.c:connman_device_set_powered() driver 0x1614930 
powered 0
connmand[3279]: src/device.c:connman_device_set_scanning() device 0x1614930 
scanning 0
connmand[3279]: src/rtnl.c:rtnl_message() buf 0x7fffbf8405f0 len 1180
connmand[3279]: src/rtnl.c:rtnl_message() NEWLINK len 1180 type 16 flags 0x0000 
seq 0 pid 0
connmand[3279]: src/ipconfig.c:__connman_ipconfig_newlink() index 3
connmand[3279]: wlan0 {update} flags 4099 <UP>
connmand[3279]: wlan0 {newlink} index 3 address 48:E2:44:80:41:41 mtu 1500
connmand[3279]: wlan0 {newlink} index 3 operstate 2 <DOWN>
connmand[3279]: src/detect.c:detect_newlink() type 1 index 3
connmand[3279]: plugins/wifi.c:wifi_newlink() index 3 flags 4099 change 1
connmand[3279]: plugins/wifi.c:wifi_newlink() interface up
connmand[3279]: src/rtnl.c:rtnl_message() buf 0x7fffbf8405f0 len 1180
connmand[3279]: src/rtnl.c:rtnl_message() NEWLINK len 1180 type 16 flags 0x0000 
seq 0 pid 0
connmand[3279]: src/ipconfig.c:__connman_ipconfig_newlink() index 3
connmand[3279]: wlan0 {newlink} index 3 address 48:E2:44:80:41:41 mtu 1500
connmand[3279]: wlan0 {newlink} index 3 operstate 2 <DOWN>
connmand[3279]: src/detect.c:detect_newlink() type 1 index 3
connmand[3279]: plugins/wifi.c:wifi_newlink() index 3 flags 4099 change 0
connmand[3279]: gsupplicant/supplicant.c:signal_interface_added() path 
/fi/w1/wpa_supplicant1 /fi/w1/wpa_supplicant1
connmand[3279]: gsupplicant/supplicant.c:interface_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_property() Capabilities
connmand[3279]: gsupplicant/supplicant.c:interface_property() State
connmand[3279]: plugins/wifi.c:interface_state() wifi (nil) interface state 3
connmand[3279]: gsupplicant/supplicant.c:interface_property() state inactive (3)
connmand[3279]: gsupplicant/supplicant.c:interface_property() Scanning
connmand[3279]: plugins/wifi.c:scan_finished() 
connmand[3279]: gsupplicant/supplicant.c:interface_property() ApScan
connmand[3279]: gsupplicant/supplicant.c:interface_property() BSSExpireAge
connmand[3279]: gsupplicant/supplicant.c:interface_property() key BSSExpireAge 
type u
connmand[3279]: gsupplicant/supplicant.c:interface_property() BSSExpireCount
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
BSSExpireCount type u
connmand[3279]: gsupplicant/supplicant.c:interface_property() Country
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Country type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Ifname
connmand[3279]: gsupplicant/supplicant.c:interface_property() Driver
connmand[3279]: gsupplicant/supplicant.c:interface_property() BridgeIfname
connmand[3279]: gsupplicant/supplicant.c:interface_property() ConfigFile
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ConfigFile 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() CurrentBSS
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added_without_keys() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_property() CurrentNetwork
connmand[3279]: gsupplicant/supplicant.c:interface_network_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_property() CurrentAuthMode
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
CurrentAuthMode type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Blobs
connmand[3279]: gsupplicant/supplicant.c:interface_property() BSSs
connmand[3279]: gsupplicant/supplicant.c:interface_property() Networks
connmand[3279]: gsupplicant/supplicant.c:interface_property() FastReauth
connmand[3279]: gsupplicant/supplicant.c:interface_property() key FastReauth 
type b
connmand[3279]: gsupplicant/supplicant.c:interface_property() ScanInterval
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ScanInterval 
type i
connmand[3279]: gsupplicant/supplicant.c:interface_property() PKCS11EnginePath
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
PKCS11EnginePath type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() PKCS11ModulePath
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
PKCS11ModulePath type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DisconnectReason
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
DisconnectReason type i
connmand[3279]: gsupplicant/supplicant.c:interface_property() AssocStatusCode
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
AssocStatusCode type i
connmand[3279]: gsupplicant/supplicant.c:interface_property() CtrlInterface
connmand[3279]: gsupplicant/supplicant.c:interface_property() key CtrlInterface 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() CtrlInterfaceGroup
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
CtrlInterfaceGroup type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() EapolVersion
connmand[3279]: gsupplicant/supplicant.c:interface_property() key EapolVersion 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Bgscan
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Bgscan type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DisableScanOffload
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
DisableScanOffload type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() OpenscEnginePath
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
OpenscEnginePath type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() OpensslCiphers
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
OpensslCiphers type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() PcscReader
connmand[3279]: gsupplicant/supplicant.c:interface_property() key PcscReader 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() PcscPin
connmand[3279]: gsupplicant/supplicant.c:interface_property() key PcscPin type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ExternalSim
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ExternalSim 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DriverParam
connmand[3279]: gsupplicant/supplicant.c:interface_property() key DriverParam 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
Dot11RSNAConfigPMKLifetime
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
Dot11RSNAConfigPMKLifetime type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
Dot11RSNAConfigPMKReauthThreshold
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
Dot11RSNAConfigPMKReauthThreshold type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
Dot11RSNAConfigSATimeout
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
Dot11RSNAConfigSATimeout type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() UpdateConfig
connmand[3279]: gsupplicant/supplicant.c:interface_property() key UpdateConfig 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Uuid
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Uuid type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DeviceName
connmand[3279]: gsupplicant/supplicant.c:interface_property() key DeviceName 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Manufacturer
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Manufacturer 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ModelName
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ModelName 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ModelNumber
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ModelNumber 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() SerialNumber
connmand[3279]: gsupplicant/supplicant.c:interface_property() key SerialNumber 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DeviceType
connmand[3279]: gsupplicant/supplicant.c:interface_property() key DeviceType 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() OsVersion
connmand[3279]: gsupplicant/supplicant.c:interface_property() key OsVersion 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ConfigMethods
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ConfigMethods 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsCredProcessing
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
WpsCredProcessing type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsVendorExtM1
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
WpsVendorExtM1 type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() SecDeviceType
connmand[3279]: gsupplicant/supplicant.c:interface_property() key SecDeviceType 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pListenRegClass
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pListenRegClass type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pListenChannel
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pListenChannel type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pOperRegClass
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pOperRegClass type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pOperChannel
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pOperChannel type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pGoIntent
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pGoIntent 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pSsidPostfix
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pSsidPostfix type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
PersistentReconnect
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
PersistentReconnect type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pIntraBss
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pIntraBss 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pGroupIdle
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pGroupIdle 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
P2pGoFreqChangePolicy
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pGoFreqChangePolicy type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pPassphraseLen
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pPassphraseLen type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pPrefChan
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pPrefChan 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pNoGoFreq
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pNoGoFreq 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pAddCliChan
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pAddCliChan 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
P2pOptimizeListenChan
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pOptimizeListenChan type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pGoHt40
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pGoHt40 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pGoVht
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pGoVht type 
s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pDisabled
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pDisabled 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pGoCtwindow
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pGoCtwindow 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pNoGroupIface
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pNoGroupIface type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
P2pIgnoreSharedFreq
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pIgnoreSharedFreq type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() IpAddrGo
connmand[3279]: gsupplicant/supplicant.c:interface_property() key IpAddrGo type 
s
connmand[3279]: gsupplicant/supplicant.c:interface_property() IpAddrMask
connmand[3279]: gsupplicant/supplicant.c:interface_property() key IpAddrMask 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() IpAddrStart
connmand[3279]: gsupplicant/supplicant.c:interface_property() key IpAddrStart 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() IpAddrEnd
connmand[3279]: gsupplicant/supplicant.c:interface_property() key IpAddrEnd 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pCliProbe
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pCliProbe 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() BssMaxCount
connmand[3279]: gsupplicant/supplicant.c:interface_property() key BssMaxCount 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() FilterSsids
connmand[3279]: gsupplicant/supplicant.c:interface_property() key FilterSsids 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() FilterRssi
connmand[3279]: gsupplicant/supplicant.c:interface_property() key FilterRssi 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() MaxNumSta
connmand[3279]: gsupplicant/supplicant.c:interface_property() key MaxNumSta 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DisassocLowAck
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
DisassocLowAck type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Interworking
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Interworking 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Hessid
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Hessid type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() AccessNetworkType
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
AccessNetworkType type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() PbcInM1
connmand[3279]: gsupplicant/supplicant.c:interface_property() key PbcInM1 type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Autoscan
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Autoscan type 
s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsNfcDevPwId
connmand[3279]: gsupplicant/supplicant.c:interface_property() key WpsNfcDevPwId 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsNfcDhPubkey
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
WpsNfcDhPubkey type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsNfcDhPrivkey
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
WpsNfcDhPrivkey type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsNfcDevPw
connmand[3279]: gsupplicant/supplicant.c:interface_property() key WpsNfcDevPw 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ExtPasswordBackend
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
ExtPasswordBackend type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pGoMaxInactivity
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pGoMaxInactivity type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() AutoInterworking
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
AutoInterworking type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Okc
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Okc type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Pmf
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Pmf type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() SaeGroups
connmand[3279]: gsupplicant/supplicant.c:interface_property() key SaeGroups 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DtimPeriod
connmand[3279]: gsupplicant/supplicant.c:interface_property() key DtimPeriod 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() BeaconInt
connmand[3279]: gsupplicant/supplicant.c:interface_property() key BeaconInt 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ApVendorElements
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
ApVendorElements type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() IgnoreOldScanRes
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
IgnoreOldScanRes type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() FreqList
connmand[3279]: gsupplicant/supplicant.c:interface_property() key FreqList type 
s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ScanCurFreq
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ScanCurFreq 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() SchedScanInterval
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
SchedScanInterval type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
TdlsExternalControl
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
TdlsExternalControl type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() OsuDir
connmand[3279]: gsupplicant/supplicant.c:interface_property() key OsuDir type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WowlanTriggers
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
WowlanTriggers type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pSearchDelay
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pSearchDelay type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() MacAddr
connmand[3279]: gsupplicant/supplicant.c:interface_property() key MacAddr type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() RandAddrLifetime
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
RandAddrLifetime type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() PreassocMacAddr
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
PreassocMacAddr type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() KeyMgmtOffload
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
KeyMgmtOffload type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() PassiveScan
connmand[3279]: gsupplicant/supplicant.c:interface_property() key PassiveScan 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
ReassocSameBssOptim
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
ReassocSameBssOptim type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsPriority
connmand[3279]: gsupplicant/supplicant.c:interface_property() key WpsPriority 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpaRscRelaxation
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
WpaRscRelaxation type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() SchedScanPlans
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
SchedScanPlans type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() GasAddress3
connmand[3279]: gsupplicant/supplicant.c:interface_property() key GasAddress3 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() FtmResponder
connmand[3279]: gsupplicant/supplicant.c:interface_property() key FtmResponder 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() FtmInitiator
connmand[3279]: gsupplicant/supplicant.c:interface_property() key FtmInitiator 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() (null)
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
none
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
ieee8021x
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
wpa-psk
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
wpa-ft-psk
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
wpa-ft-eap
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
wpa-eap
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
wps
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() AuthAlg capability: 
open
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() AuthAlg capability: 
shared
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() AuthAlg capability: 
leap
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Protocol capability: 
wpa
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Protocol capability: 
rsn
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Pairwise capability: 
tkip
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Pairwise capability: 
ccmp
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Group capability: 
wep40
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Group capability: 
wep104
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Group capability: 
tkip
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Group capability: 
ccmp
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Scan capability: 
active
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Scan capability: 
passive
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Scan capability: ssid
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Mode capability: 
infrastructure
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Mode capability: 
ad-hoc
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Mode capability: ap
connmand[3279]: gsupplicant/supplicant.c:callback_interface_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_create_result() 
connmand[3279]: gsupplicant/supplicant.c:signal_interface_changed() 
connmand[3279]: gsupplicant/supplicant.c:interface_property() State
connmand[3279]: plugins/wifi.c:interface_state() wifi (nil) interface state 2
connmand[3279]: gsupplicant/supplicant.c:interface_property() state 
disconnected (2)
connmand[3279]: gsupplicant/supplicant.c:interface_property() Capabilities
connmand[3279]: gsupplicant/supplicant.c:interface_property() State
connmand[3279]: gsupplicant/supplicant.c:interface_property() state 
disconnected (2)
connmand[3279]: gsupplicant/supplicant.c:interface_property() Scanning
connmand[3279]: plugins/wifi.c:scan_finished() 
connmand[3279]: gsupplicant/supplicant.c:interface_property() ApScan
connmand[3279]: gsupplicant/supplicant.c:interface_property() BSSExpireAge
connmand[3279]: gsupplicant/supplicant.c:interface_property() key BSSExpireAge 
type u
connmand[3279]: gsupplicant/supplicant.c:interface_property() BSSExpireCount
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
BSSExpireCount type u
connmand[3279]: gsupplicant/supplicant.c:interface_property() Country
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Country type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Ifname
connmand[3279]: gsupplicant/supplicant.c:interface_property() Driver
connmand[3279]: gsupplicant/supplicant.c:interface_property() BridgeIfname
connmand[3279]: gsupplicant/supplicant.c:interface_property() ConfigFile
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ConfigFile 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() CurrentBSS
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added_without_keys() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_property() CurrentNetwork
connmand[3279]: gsupplicant/supplicant.c:interface_network_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_property() CurrentAuthMode
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
CurrentAuthMode type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Blobs
connmand[3279]: gsupplicant/supplicant.c:interface_property() BSSs
connmand[3279]: gsupplicant/supplicant.c:interface_property() Networks
connmand[3279]: gsupplicant/supplicant.c:interface_property() FastReauth
connmand[3279]: gsupplicant/supplicant.c:interface_property() key FastReauth 
type b
connmand[3279]: gsupplicant/supplicant.c:interface_property() ScanInterval
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ScanInterval 
type i
connmand[3279]: gsupplicant/supplicant.c:interface_property() PKCS11EnginePath
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
PKCS11EnginePath type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() PKCS11ModulePath
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
PKCS11ModulePath type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DisconnectReason
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
DisconnectReason type i
connmand[3279]: gsupplicant/supplicant.c:interface_property() AssocStatusCode
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
AssocStatusCode type i
connmand[3279]: gsupplicant/supplicant.c:interface_property() CtrlInterface
connmand[3279]: gsupplicant/supplicant.c:interface_property() key CtrlInterface 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() CtrlInterfaceGroup
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
CtrlInterfaceGroup type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() EapolVersion
connmand[3279]: gsupplicant/supplicant.c:interface_property() key EapolVersion 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Bgscan
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Bgscan type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DisableScanOffload
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
DisableScanOffload type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() OpenscEnginePath
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
OpenscEnginePath type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() OpensslCiphers
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
OpensslCiphers type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() PcscReader
connmand[3279]: gsupplicant/supplicant.c:interface_property() key PcscReader 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() PcscPin
connmand[3279]: gsupplicant/supplicant.c:interface_property() key PcscPin type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ExternalSim
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ExternalSim 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DriverParam
connmand[3279]: gsupplicant/supplicant.c:interface_property() key DriverParam 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
Dot11RSNAConfigPMKLifetime
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
Dot11RSNAConfigPMKLifetime type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
Dot11RSNAConfigPMKReauthThreshold
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
Dot11RSNAConfigPMKReauthThreshold type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
Dot11RSNAConfigSATimeout
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
Dot11RSNAConfigSATimeout type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() UpdateConfig
connmand[3279]: gsupplicant/supplicant.c:interface_property() key UpdateConfig 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Uuid
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Uuid type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DeviceName
connmand[3279]: gsupplicant/supplicant.c:interface_property() key DeviceName 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Manufacturer
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Manufacturer 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ModelName
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ModelName 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ModelNumber
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ModelNumber 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() SerialNumber
connmand[3279]: gsupplicant/supplicant.c:interface_property() key SerialNumber 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DeviceType
connmand[3279]: gsupplicant/supplicant.c:interface_property() key DeviceType 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() OsVersion
connmand[3279]: gsupplicant/supplicant.c:interface_property() key OsVersion 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ConfigMethods
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ConfigMethods 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsCredProcessing
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
WpsCredProcessing type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsVendorExtM1
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
WpsVendorExtM1 type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() SecDeviceType
connmand[3279]: gsupplicant/supplicant.c:interface_property() key SecDeviceType 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pListenRegClass
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pListenRegClass type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pListenChannel
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pListenChannel type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pOperRegClass
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pOperRegClass type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pOperChannel
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pOperChannel type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pGoIntent
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pGoIntent 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pSsidPostfix
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pSsidPostfix type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
PersistentReconnect
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
PersistentReconnect type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pIntraBss
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pIntraBss 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pGroupIdle
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pGroupIdle 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
P2pGoFreqChangePolicy
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pGoFreqChangePolicy type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pPassphraseLen
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pPassphraseLen type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pPrefChan
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pPrefChan 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pNoGoFreq
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pNoGoFreq 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pAddCliChan
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pAddCliChan 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
P2pOptimizeListenChan
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pOptimizeListenChan type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pGoHt40
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pGoHt40 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pGoVht
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pGoVht type 
s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pDisabled
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pDisabled 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pGoCtwindow
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pGoCtwindow 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pNoGroupIface
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pNoGroupIface type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
P2pIgnoreSharedFreq
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pIgnoreSharedFreq type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() IpAddrGo
connmand[3279]: gsupplicant/supplicant.c:interface_property() key IpAddrGo type 
s
connmand[3279]: gsupplicant/supplicant.c:interface_property() IpAddrMask
connmand[3279]: gsupplicant/supplicant.c:interface_property() key IpAddrMask 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() IpAddrStart
connmand[3279]: gsupplicant/supplicant.c:interface_property() key IpAddrStart 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() IpAddrEnd
connmand[3279]: gsupplicant/supplicant.c:interface_property() key IpAddrEnd 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pCliProbe
connmand[3279]: gsupplicant/supplicant.c:interface_property() key P2pCliProbe 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() BssMaxCount
connmand[3279]: gsupplicant/supplicant.c:interface_property() key BssMaxCount 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() FilterSsids
connmand[3279]: gsupplicant/supplicant.c:interface_property() key FilterSsids 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() FilterRssi
connmand[3279]: gsupplicant/supplicant.c:interface_property() key FilterRssi 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() MaxNumSta
connmand[3279]: gsupplicant/supplicant.c:interface_property() key MaxNumSta 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DisassocLowAck
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
DisassocLowAck type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Interworking
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Interworking 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Hessid
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Hessid type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() AccessNetworkType
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
AccessNetworkType type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() PbcInM1
connmand[3279]: gsupplicant/supplicant.c:interface_property() key PbcInM1 type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Autoscan
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Autoscan type 
s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsNfcDevPwId
connmand[3279]: gsupplicant/supplicant.c:interface_property() key WpsNfcDevPwId 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsNfcDhPubkey
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
WpsNfcDhPubkey type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsNfcDhPrivkey
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
WpsNfcDhPrivkey type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsNfcDevPw
connmand[3279]: gsupplicant/supplicant.c:interface_property() key WpsNfcDevPw 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ExtPasswordBackend
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
ExtPasswordBackend type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pGoMaxInactivity
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pGoMaxInactivity type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() AutoInterworking
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
AutoInterworking type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Okc
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Okc type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() Pmf
connmand[3279]: gsupplicant/supplicant.c:interface_property() key Pmf type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() SaeGroups
connmand[3279]: gsupplicant/supplicant.c:interface_property() key SaeGroups 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() DtimPeriod
connmand[3279]: gsupplicant/supplicant.c:interface_property() key DtimPeriod 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() BeaconInt
connmand[3279]: gsupplicant/supplicant.c:interface_property() key BeaconInt 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ApVendorElements
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
ApVendorElements type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() IgnoreOldScanRes
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
IgnoreOldScanRes type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() FreqList
connmand[3279]: gsupplicant/supplicant.c:interface_property() key FreqList type 
s
connmand[3279]: gsupplicant/supplicant.c:interface_property() ScanCurFreq
connmand[3279]: gsupplicant/supplicant.c:interface_property() key ScanCurFreq 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() SchedScanInterval
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
SchedScanInterval type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
TdlsExternalControl
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
TdlsExternalControl type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() OsuDir
connmand[3279]: gsupplicant/supplicant.c:interface_property() key OsuDir type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WowlanTriggers
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
WowlanTriggers type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() P2pSearchDelay
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
P2pSearchDelay type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() MacAddr
connmand[3279]: gsupplicant/supplicant.c:interface_property() key MacAddr type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() RandAddrLifetime
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
RandAddrLifetime type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() PreassocMacAddr
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
PreassocMacAddr type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() KeyMgmtOffload
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
KeyMgmtOffload type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() PassiveScan
connmand[3279]: gsupplicant/supplicant.c:interface_property() key PassiveScan 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() 
ReassocSameBssOptim
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
ReassocSameBssOptim type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpsPriority
connmand[3279]: gsupplicant/supplicant.c:interface_property() key WpsPriority 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() WpaRscRelaxation
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
WpaRscRelaxation type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() SchedScanPlans
connmand[3279]: gsupplicant/supplicant.c:interface_property() key 
SchedScanPlans type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() GasAddress3
connmand[3279]: gsupplicant/supplicant.c:interface_property() key GasAddress3 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() FtmResponder
connmand[3279]: gsupplicant/supplicant.c:interface_property() key FtmResponder 
type s
connmand[3279]: gsupplicant/supplicant.c:interface_property() FtmInitiator
connmand[3279]: gsupplicant/supplicant.c:interface_property() key FtmInitiator 
type s
connmand[3279]: plugins/wifi.c:interface_create_callback() result 0 ifname 
wlan0, wifi 0x15ffc60
connmand[3279]: plugins/wifi.c:interface_create_callback() interface is ready 
wifi 0x15ffc60 tethering 0
connmand[3279]: src/device.c:connman_device_set_powered() driver 0x16142f0 
powered 1
connmand[3279]: src/technology.c:technology_find() type 3
connmand[3279]: src/technology.c:__connman_technology_enabled() technology 
0x160fd60 type WiFi rfkill 1 enabled 1
connmand[3279]: src/device.c:connman_device_set_disconnected() device 0x16142f0 
disconnected 0
connmand[3279]: plugins/wifi.c:wifi_scan() device 0x16142f0 wifi 0x160aeb0 
hidden ssid (null)
connmand[3279]: plugins/wifi.c:wifi_scan() max ssids 4
connmand[3279]: plugins/wifi.c:reset_autoscan() 
connmand[3279]: plugins/wifi.c:throw_wifi_scan() device 0x16142f0 0x160aeb0
connmand[3279]: src/device.c:connman_device_ref_debug() 0x16142f0 ref 3 by 
plugins/wifi.c:566:throw_wifi_scan()
connmand[3279]: src/device.c:connman_device_set_scanning() device 0x16142f0 
scanning 1
connmand[3279]: src/technology.c:__connman_technology_scan_started() device 
0x16142f0
connmand[3279]: gsupplicant/supplicant.c:interface_property() (null)
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
none
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
ieee8021x
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
wpa-psk
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
wpa-ft-psk
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
wpa-ft-eap
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
wpa-eap
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() KeyMgmt capability: 
wps
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() AuthAlg capability: 
open
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() AuthAlg capability: 
shared
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() AuthAlg capability: 
leap
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Protocol capability: 
wpa
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Protocol capability: 
rsn
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Pairwise capability: 
tkip
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Pairwise capability: 
ccmp
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Group capability: 
wep40
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Group capability: 
wep104
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Group capability: 
tkip
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Group capability: 
ccmp
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Scan capability: 
active
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Scan capability: 
passive
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Scan capability: ssid
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Mode capability: 
infrastructure
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Mode capability: 
ad-hoc
connmand[3279]: gsupplicant/supplicant.c:debug_strvalmap() Mode capability: ap
connmand[3279]: gsupplicant/supplicant.c:callback_interface_added() 
connmand[3279]: plugins/wifi.c:interface_added() ifname wlan0 driver nl80211 
wifi 0x15ffc60 tethering 0
connmand[3279]: src/device.c:connman_device_set_powered() driver 0x16142f0 
powered 1
connmand[3279]: gsupplicant/supplicant.c:interface_autoscan_result() error 
org.freedesktop.DBus.Error.UnknownMethod
connmand[3279]: plugins/wifi.c:interface_autoscan_callback() Could not enable 
Autoscan, falling back...
connmand[3279]: plugins/wifi.c:parse_autoscan_params() Emulating autoscan
connmand[3279]: plugins/wifi.c:parse_autoscan_params() base 3 - limit 300
connmand[3279]: plugins/wifi.c:start_autoscan() 
connmand[3279]: src/device.c:connman_device_ref_debug() 0x16142f0 ref 4 by 
plugins/wifi.c:715:start_autoscan()
connmand[3279]: plugins/wifi.c:autoscan_timeout() interval 3
connmand[3279]: gsupplicant/supplicant.c:signal_interface_changed() 
connmand[3279]: gsupplicant/supplicant.c:interface_property() State
connmand[3279]: plugins/wifi.c:interface_state() wifi 0x15ffc60 interface state 
4
connmand[3279]: gsupplicant/supplicant.c:interface_property() state scanning (4)
connmand[3279]: gsupplicant/supplicant.c:interface_property() Scanning
connmand[3279]: plugins/wifi.c:scan_started() 
connmand[3279]: src/rtnl.c:rtnl_message() buf 0x7fffbf8405f0 len 64
connmand[3279]: src/rtnl.c:rtnl_message() NEWLINK len 64 type 16 flags 0x0000 
seq 0 pid 0
connmand[3279]: gsupplicant/supplicant.c:signal_bss_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added_with_keys() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
/fi/w1/wpa_supplicant1/Interfaces/9/BSSs/0
connmand[3279]: gsupplicant/supplicant.c:bss_property() key SSID
connmand[3279]: gsupplicant/supplicant.c:bss_property() key BSSID
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Privacy
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Mode
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Signal
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Frequency
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Rates
connmand[3279]: gsupplicant/supplicant.c:bss_property() key WPA
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: KeyMgmt
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: Group
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: Pairwise
connmand[3279]: gsupplicant/supplicant.c:bss_property() key RSN
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: KeyMgmt
connmand[3279]: gsupplicant/supplicant.c:bss_keymgmt() Keymgmt: wpa-psk
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: Group
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: Pairwise
connmand[3279]: gsupplicant/supplicant.c:bss_pairwise() Pairwise: ccmp
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: MgmtGroup
connmand[3279]: gsupplicant/supplicant.c:bss_property() key WPS
connmand[3279]: gsupplicant/supplicant.c:bss_property() key WPS type a
connmand[3279]: gsupplicant/supplicant.c:bss_property() key IEs
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Age
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Age type u
connmand[3279]: gsupplicant/supplicant.c:add_or_replace_bss_to_network() New 
group created: 6d697374_managed_psk
connmand[3279]: gsupplicant/supplicant.c:add_or_replace_bss_to_network() New 
network mist created
connmand[3279]: plugins/wifi.c:network_added() 
connmand[3279]: src/device.c:connman_device_get_network() device 0x16142f0 
identifier 6d697374_managed_psk
connmand[3279]: src/network.c:connman_network_create() identifier 
6d697374_managed_psk type 2
connmand[3279]: src/network.c:connman_network_create() network 0x160c1e0
connmand[3279]: src/service.c:connman_service_lookup_from_network() network 
0x160c1e0
connmand[3279]: src/device.c:connman_device_add_network() device 0x16142f0 
network 0x160c1e0
connmand[3279]: src/network.c:connman_network_ref_debug() 0x160c1e0 name (null) 
ref 2 by src/device.c:875:connman_device_add_network()
connmand[3279]: src/network.c:network_probe() network 0x160c1e0 name (null)
connmand[3279]: src/network.c:network_probe() driver 0x6ac220 name wifi
connmand[3279]: plugins/wifi.c:network_probe() network 0x160c1e0
connmand[3279]: src/network.c:connman_network_set_name() network 0x160c1e0 name 
mist
connmand[3279]: src/network.c:connman_network_set_blob() network 0x160c1e0 key 
WiFi.SSID size 4
connmand[3279]: src/network.c:connman_network_set_string() network 0x160c1e0 
key WiFi.Security value psk
connmand[3279]: src/network.c:connman_network_set_strength() network 0x160c1e0 
strengh 58
connmand[3279]: src/network.c:connman_network_set_bool() network 0x160c1e0 key 
WiFi.WPS value 0
connmand[3279]: src/network.c:connman_network_set_frequency() network 0x160c1e0 
frequency 2472
connmand[3279]: src/network.c:connman_network_set_available() network 0x160c1e0 
available 1
connmand[3279]: src/network.c:connman_network_set_string() network 0x160c1e0 
key WiFi.Mode value managed
connmand[3279]: src/network.c:network_probe() network 0x160c1e0 name mist
connmand[3279]: src/network.c:network_probe() driver 0x6ac220 name wifi
connmand[3279]: plugins/wifi.c:network_probe() network 0x160c1e0
connmand[3279]: src/service.c:__connman_service_create_from_network() network 
0x160c1e0
connmand[3279]: src/service.c:connman_service_create() service 0x1617680
connmand[3279]: src/service.c:service_initialize() service 0x1617680
connmand[3279]: src/service.c:service_get() service 0x1617680
connmand[3279]: src/service.c:update_from_network() service 0x1617680 network 
0x160c1e0
connmand[3279]: src/network.c:connman_network_get_string() network 0x160c1e0 
key Name
connmand[3279]: src/network.c:connman_network_get_bool() network 0x160c1e0 key 
Roaming
connmand[3279]: src/network.c:connman_network_get_string() network 0x160c1e0 
key WiFi.Security
connmand[3279]: src/network.c:connman_network_get_bool() network 0x160c1e0 key 
WiFi.WPS
connmand[3279]: src/network.c:connman_network_ref_debug() 0x160c1e0 name mist 
ref 3 by src/service.c:6475:update_from_network()
connmand[3279]: src/ipconfig.c:__connman_ipconfig_create() index 3
connmand[3279]: src/ipconfig.c:__connman_ipconfig_create() ipconfig 0x1618ed0
connmand[3279]: src/ipconfig.c:create_ipv6config() index 3
connmand[3279]: src/ipconfig.c:create_ipv6config() ipconfig 0x1618f30 method 
auto
connmand[3279]: src/service.c:service_register() service 0x1617680
connmand[3279]: src/service.c:service_register() path 
/net/connman/service/wifi_48e244804141_6d697374_managed_psk
connmand[3279]: src/config.c:__connman_config_provision_service() service 
0x1617680 type 3
connmand[3279]: src/service.c:service_load() service 0x1617680
connmand[3279]: src/storage.c:storage_load() Loading 
/var/lib/connman/wifi_48e244804141_6d697374_managed_psk/settings
connmand[3279]: src/storage.c:storage_load() Unable to load 
/var/lib/connman/wifi_48e244804141_6d697374_managed_psk/settings: No such file 
or directory
connmand[3279]: src/connection.c:update_order() 
connmand[3279]: src/connection.c:__connman_connection_update_gateway() default 
(nil)
connmand[3279]: src/session.c:service_add() service 0x1617680
connmand[3279]: src/service.c:service_schedule_added() service 0x1617680
connmand[3279]: gsupplicant/supplicant.c:signal_bss_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added_with_keys() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
/fi/w1/wpa_supplicant1/Interfaces/9/BSSs/1
connmand[3279]: gsupplicant/supplicant.c:bss_property() key SSID
connmand[3279]: gsupplicant/supplicant.c:bss_property() key BSSID
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Privacy
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Mode
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Signal
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Frequency
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Rates
connmand[3279]: gsupplicant/supplicant.c:bss_property() key WPA
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: KeyMgmt
connmand[3279]: gsupplicant/supplicant.c:bss_keymgmt() Keymgmt: wpa-psk
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: Group
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: Pairwise
connmand[3279]: gsupplicant/supplicant.c:bss_pairwise() Pairwise: tkip
connmand[3279]: gsupplicant/supplicant.c:bss_pairwise() Pairwise: ccmp
connmand[3279]: gsupplicant/supplicant.c:bss_property() key RSN
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: KeyMgmt
connmand[3279]: gsupplicant/supplicant.c:bss_keymgmt() Keymgmt: wpa-psk
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: Group
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: Pairwise
connmand[3279]: gsupplicant/supplicant.c:bss_pairwise() Pairwise: tkip
connmand[3279]: gsupplicant/supplicant.c:bss_pairwise() Pairwise: ccmp
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: MgmtGroup
connmand[3279]: gsupplicant/supplicant.c:bss_property() key WPS
connmand[3279]: gsupplicant/supplicant.c:bss_property() key WPS type a
connmand[3279]: gsupplicant/supplicant.c:bss_property() key IEs
connmand[3279]: gsupplicant/supplicant.c:bss_process_ies() IE: match WPS_OUI
connmand[3279]: gsupplicant/supplicant.c:get_tlv() IE: match type 0x1044
connmand[3279]: gsupplicant/supplicant.c:get_tlv() returning 0x2
connmand[3279]: gsupplicant/supplicant.c:get_tlv() IE: match type 0x104a
connmand[3279]: gsupplicant/supplicant.c:get_tlv() returning 0x10
connmand[3279]: gsupplicant/supplicant.c:get_tlv() returning 0
connmand[3279]: gsupplicant/supplicant.c:get_tlv() returning 0
connmand[3279]: gsupplicant/supplicant.c:bss_process_ies() WPS Methods 0x7
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Age
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Age type u
connmand[3279]: gsupplicant/supplicant.c:add_or_replace_bss_to_network() New 
group created: 6d69737476_managed_psk
connmand[3279]: gsupplicant/supplicant.c:add_or_replace_bss_to_network() New 
network mistv created
connmand[3279]: plugins/wifi.c:network_added() 
connmand[3279]: src/device.c:connman_device_get_network() device 0x16142f0 
identifier 6d69737476_managed_psk
connmand[3279]: src/network.c:connman_network_create() identifier 
6d69737476_managed_psk type 2
connmand[3279]: src/network.c:connman_network_create() network 0x1611e90
connmand[3279]: src/service.c:connman_service_lookup_from_network() network 
0x1611e90
connmand[3279]: src/device.c:connman_device_add_network() device 0x16142f0 
network 0x1611e90
connmand[3279]: src/network.c:connman_network_ref_debug() 0x1611e90 name (null) 
ref 2 by src/device.c:875:connman_device_add_network()
connmand[3279]: src/network.c:network_probe() network 0x1611e90 name (null)
connmand[3279]: src/network.c:network_probe() driver 0x6ac220 name wifi
connmand[3279]: plugins/wifi.c:network_probe() network 0x1611e90
connmand[3279]: src/network.c:connman_network_set_name() network 0x1611e90 name 
mistv
connmand[3279]: src/network.c:connman_network_set_blob() network 0x1611e90 key 
WiFi.SSID size 5
connmand[3279]: src/network.c:connman_network_set_string() network 0x1611e90 
key WiFi.Security value psk
connmand[3279]: src/network.c:connman_network_set_strength() network 0x1611e90 
strengh 54
connmand[3279]: src/network.c:connman_network_set_bool() network 0x1611e90 key 
WiFi.WPS value 0
connmand[3279]: src/network.c:connman_network_set_frequency() network 0x1611e90 
frequency 2427
connmand[3279]: src/network.c:connman_network_set_available() network 0x1611e90 
available 1
connmand[3279]: src/network.c:connman_network_set_string() network 0x1611e90 
key WiFi.Mode value managed
connmand[3279]: src/network.c:network_probe() network 0x1611e90 name mistv
connmand[3279]: src/network.c:network_probe() driver 0x6ac220 name wifi
connmand[3279]: plugins/wifi.c:network_probe() network 0x1611e90
connmand[3279]: src/service.c:__connman_service_create_from_network() network 
0x1611e90
connmand[3279]: src/service.c:connman_service_create() service 0x1610400
connmand[3279]: src/service.c:service_initialize() service 0x1610400
connmand[3279]: src/service.c:service_get() service 0x1610400
connmand[3279]: src/service.c:update_from_network() service 0x1610400 network 
0x1611e90
connmand[3279]: src/network.c:connman_network_get_string() network 0x1611e90 
key Name
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1611e90 key 
Roaming
connmand[3279]: src/network.c:connman_network_get_string() network 0x1611e90 
key WiFi.Security
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1611e90 key 
WiFi.WPS
connmand[3279]: src/network.c:connman_network_ref_debug() 0x1611e90 name mistv 
ref 3 by src/service.c:6475:update_from_network()
connmand[3279]: src/ipconfig.c:__connman_ipconfig_create() index 3
connmand[3279]: src/ipconfig.c:__connman_ipconfig_create() ipconfig 0x16190b0
connmand[3279]: src/ipconfig.c:create_ipv6config() index 3
connmand[3279]: src/ipconfig.c:create_ipv6config() ipconfig 0x1619110 method 
auto
connmand[3279]: src/service.c:service_register() service 0x1610400
connmand[3279]: src/service.c:service_register() path 
/net/connman/service/wifi_48e244804141_6d69737476_managed_psk
connmand[3279]: src/config.c:__connman_config_provision_service() service 
0x1610400 type 3
connmand[3279]: src/service.c:service_load() service 0x1610400
connmand[3279]: src/storage.c:storage_load() Loading 
/var/lib/connman/wifi_48e244804141_6d69737476_managed_psk/settings
connmand[3279]: src/storage.c:storage_load() Unable to load 
/var/lib/connman/wifi_48e244804141_6d69737476_managed_psk/settings: No such 
file or directory
connmand[3279]: src/connection.c:update_order() 
connmand[3279]: src/connection.c:__connman_connection_update_gateway() default 
(nil)
connmand[3279]: src/session.c:service_add() service 0x1610400
connmand[3279]: src/service.c:service_schedule_added() service 0x1610400
connmand[3279]: gsupplicant/supplicant.c:signal_bss_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added_with_keys() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
/fi/w1/wpa_supplicant1/Interfaces/9/BSSs/2
connmand[3279]: gsupplicant/supplicant.c:bss_property() key SSID
connmand[3279]: gsupplicant/supplicant.c:bss_property() key BSSID
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Privacy
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Mode
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Signal
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Frequency
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Rates
connmand[3279]: gsupplicant/supplicant.c:bss_property() key WPA
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: KeyMgmt
connmand[3279]: gsupplicant/supplicant.c:bss_keymgmt() Keymgmt: wpa-psk
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: Group
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: Pairwise
connmand[3279]: gsupplicant/supplicant.c:bss_pairwise() Pairwise: tkip
connmand[3279]: gsupplicant/supplicant.c:bss_pairwise() Pairwise: ccmp
connmand[3279]: gsupplicant/supplicant.c:bss_property() key RSN
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: KeyMgmt
connmand[3279]: gsupplicant/supplicant.c:bss_keymgmt() Keymgmt: wpa-psk
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: Group
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: Pairwise
connmand[3279]: gsupplicant/supplicant.c:bss_pairwise() Pairwise: tkip
connmand[3279]: gsupplicant/supplicant.c:bss_pairwise() Pairwise: ccmp
connmand[3279]: gsupplicant/supplicant.c:bss_wpa() Key: MgmtGroup
connmand[3279]: gsupplicant/supplicant.c:bss_property() key WPS
connmand[3279]: gsupplicant/supplicant.c:bss_property() key WPS type a
connmand[3279]: gsupplicant/supplicant.c:bss_property() key IEs
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Age
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Age type u
connmand[3279]: gsupplicant/supplicant.c:add_or_replace_bss_to_network() New 
group created: 507261727468616e61_managed_psk
connmand[3279]: gsupplicant/supplicant.c:add_or_replace_bss_to_network() New 
network Prarthana created
connmand[3279]: plugins/wifi.c:network_added() 
connmand[3279]: src/device.c:connman_device_get_network() device 0x16142f0 
identifier 507261727468616e61_managed_psk
connmand[3279]: src/network.c:connman_network_create() identifier 
507261727468616e61_managed_psk type 2
connmand[3279]: src/network.c:connman_network_create() network 0x1612d10
connmand[3279]: src/service.c:connman_service_lookup_from_network() network 
0x1612d10
connmand[3279]: src/device.c:connman_device_add_network() device 0x16142f0 
network 0x1612d10
connmand[3279]: src/network.c:connman_network_ref_debug() 0x1612d10 name (null) 
ref 2 by src/device.c:875:connman_device_add_network()
connmand[3279]: src/network.c:network_probe() network 0x1612d10 name (null)
connmand[3279]: src/network.c:network_probe() driver 0x6ac220 name wifi
connmand[3279]: plugins/wifi.c:network_probe() network 0x1612d10
connmand[3279]: src/network.c:connman_network_set_name() network 0x1612d10 name 
Prarthana
connmand[3279]: src/network.c:connman_network_set_blob() network 0x1612d10 key 
WiFi.SSID size 9
connmand[3279]: src/network.c:connman_network_set_string() network 0x1612d10 
key WiFi.Security value psk
connmand[3279]: src/network.c:connman_network_set_strength() network 0x1612d10 
strengh 48
connmand[3279]: src/network.c:connman_network_set_bool() network 0x1612d10 key 
WiFi.WPS value 0
connmand[3279]: src/network.c:connman_network_set_frequency() network 0x1612d10 
frequency 2457
connmand[3279]: src/network.c:connman_network_set_available() network 0x1612d10 
available 1
connmand[3279]: src/network.c:connman_network_set_string() network 0x1612d10 
key WiFi.Mode value managed
connmand[3279]: src/network.c:network_probe() network 0x1612d10 name Prarthana
connmand[3279]: src/network.c:network_probe() driver 0x6ac220 name wifi
connmand[3279]: plugins/wifi.c:network_probe() network 0x1612d10
connmand[3279]: src/service.c:__connman_service_create_from_network() network 
0x1612d10
connmand[3279]: src/service.c:connman_service_create() service 0x160b4b0
connmand[3279]: src/service.c:service_initialize() service 0x160b4b0
connmand[3279]: src/service.c:service_get() service 0x160b4b0
connmand[3279]: src/service.c:update_from_network() service 0x160b4b0 network 
0x1612d10
connmand[3279]: src/network.c:connman_network_get_string() network 0x1612d10 
key Name
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1612d10 key 
Roaming
connmand[3279]: src/network.c:connman_network_get_string() network 0x1612d10 
key WiFi.Security
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1612d10 key 
WiFi.WPS
connmand[3279]: src/network.c:connman_network_ref_debug() 0x1612d10 name 
Prarthana ref 3 by src/service.c:6475:update_from_network()
connmand[3279]: src/ipconfig.c:__connman_ipconfig_create() index 3
connmand[3279]: src/ipconfig.c:__connman_ipconfig_create() ipconfig 0x1619800
connmand[3279]: src/ipconfig.c:create_ipv6config() index 3
connmand[3279]: src/ipconfig.c:create_ipv6config() ipconfig 0x1619860 method 
auto
connmand[3279]: src/service.c:service_register() service 0x160b4b0
connmand[3279]: src/service.c:service_register() path 
/net/connman/service/wifi_48e244804141_507261727468616e61_managed_psk
connmand[3279]: src/config.c:__connman_config_provision_service() service 
0x160b4b0 type 3
connmand[3279]: src/service.c:service_load() service 0x160b4b0
connmand[3279]: src/storage.c:storage_load() Loading 
/var/lib/connman/wifi_48e244804141_507261727468616e61_managed_psk/settings
connmand[3279]: src/storage.c:storage_load() Unable to load 
/var/lib/connman/wifi_48e244804141_507261727468616e61_managed_psk/settings: No 
such file or directory
connmand[3279]: src/connection.c:update_order() 
connmand[3279]: src/connection.c:__connman_connection_update_gateway() default 
(nil)
connmand[3279]: src/session.c:service_add() service 0x160b4b0
connmand[3279]: src/service.c:service_schedule_added() service 0x160b4b0
connmand[3279]: gsupplicant/supplicant.c:signal_scan_done() 
connmand[3279]: plugins/wifi.c:network_added() 
connmand[3279]: src/device.c:connman_device_get_network() device 0x16142f0 
identifier 6d697374_managed_psk
connmand[3279]: src/network.c:connman_network_set_name() network 0x160c1e0 name 
mist
connmand[3279]: src/network.c:connman_network_set_blob() network 0x160c1e0 key 
WiFi.SSID size 4
connmand[3279]: src/network.c:connman_network_set_string() network 0x160c1e0 
key WiFi.Security value psk
connmand[3279]: src/network.c:connman_network_set_strength() network 0x160c1e0 
strengh 58
connmand[3279]: src/network.c:connman_network_set_bool() network 0x160c1e0 key 
WiFi.WPS value 0
connmand[3279]: src/network.c:connman_network_set_frequency() network 0x160c1e0 
frequency 2472
connmand[3279]: src/network.c:connman_network_set_available() network 0x160c1e0 
available 1
connmand[3279]: src/network.c:connman_network_set_string() network 0x160c1e0 
key WiFi.Mode value managed
connmand[3279]: src/service.c:__connman_service_update_from_network() network 
0x160c1e0
connmand[3279]: src/service.c:connman_service_lookup_from_network() network 
0x160c1e0
connmand[3279]: src/network.c:connman_network_get_string() network 0x160c1e0 
key Name
connmand[3279]: src/network.c:connman_network_get_bool() network 0x160c1e0 key 
WiFi.WPS
connmand[3279]: src/network.c:connman_network_get_bool() network 0x160c1e0 key 
Roaming
connmand[3279]: plugins/wifi.c:network_added() 
connmand[3279]: src/device.c:connman_device_get_network() device 0x16142f0 
identifier 6d69737476_managed_psk
connmand[3279]: src/network.c:connman_network_set_name() network 0x1611e90 name 
mistv
connmand[3279]: src/network.c:connman_network_set_blob() network 0x1611e90 key 
WiFi.SSID size 5
connmand[3279]: src/network.c:connman_network_set_string() network 0x1611e90 
key WiFi.Security value psk
connmand[3279]: src/network.c:connman_network_set_strength() network 0x1611e90 
strengh 54
connmand[3279]: src/network.c:connman_network_set_bool() network 0x1611e90 key 
WiFi.WPS value 1
connmand[3279]: src/network.c:connman_network_set_frequency() network 0x1611e90 
frequency 2427
connmand[3279]: src/network.c:connman_network_set_available() network 0x1611e90 
available 1
connmand[3279]: src/network.c:connman_network_set_string() network 0x1611e90 
key WiFi.Mode value managed
connmand[3279]: src/service.c:__connman_service_update_from_network() network 
0x1611e90
connmand[3279]: src/service.c:connman_service_lookup_from_network() network 
0x1611e90
connmand[3279]: src/network.c:connman_network_get_string() network 0x1611e90 
key Name
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1611e90 key 
WiFi.WPS
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1611e90 key 
Roaming
connmand[3279]: plugins/wifi.c:network_added() 
connmand[3279]: src/device.c:connman_device_get_network() device 0x16142f0 
identifier 507261727468616e61_managed_psk
connmand[3279]: src/network.c:connman_network_set_name() network 0x1612d10 name 
Prarthana
connmand[3279]: src/network.c:connman_network_set_blob() network 0x1612d10 key 
WiFi.SSID size 9
connmand[3279]: src/network.c:connman_network_set_string() network 0x1612d10 
key WiFi.Security value psk
connmand[3279]: src/network.c:connman_network_set_strength() network 0x1612d10 
strengh 48
connmand[3279]: src/network.c:connman_network_set_bool() network 0x1612d10 key 
WiFi.WPS value 0
connmand[3279]: src/network.c:connman_network_set_frequency() network 0x1612d10 
frequency 2457
connmand[3279]: src/network.c:connman_network_set_available() network 0x1612d10 
available 1
connmand[3279]: src/network.c:connman_network_set_string() network 0x1612d10 
key WiFi.Mode value managed
connmand[3279]: src/service.c:__connman_service_update_from_network() network 
0x1612d10
connmand[3279]: src/service.c:connman_service_lookup_from_network() network 
0x1612d10
connmand[3279]: src/network.c:connman_network_get_string() network 0x1612d10 
key Name
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1612d10 key 
WiFi.WPS
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1612d10 key 
Roaming
connmand[3279]: plugins/wifi.c:scan_callback_hidden() result 0 wifi 0x15ffc60
connmand[3279]: plugins/wifi.c:get_hidden_connections_params() max ssids 4
connmand[3279]: plugins/wifi.c:scan_callback() result 0 wifi 0x15ffc60
connmand[3279]: src/device.c:connman_device_set_scanning() device 0x16142f0 
scanning 0
connmand[3279]: src/technology.c:technology_find() type 3
connmand[3279]: src/technology.c:__connman_technology_scan_stopped() technology 
0x160fd60 device 0x16142f0
connmand[3279]: src/technology.c:reply_scan_pending() technology 0x160fd60 err 0
connmand[3279]: src/service.c:__connman_service_auto_connect() 
connmand[3279]: plugins/wifi.c:start_autoscan() 
connmand[3279]: src/device.c:connman_device_unref_debug() 0x16142f0 ref 3 by 
plugins/wifi.c:629:scan_callback()
connmand[3279]: src/service.c:run_auto_connect() 
connmand[3279]: gsupplicant/supplicant.c:signal_interface_changed() 
connmand[3279]: gsupplicant/supplicant.c:interface_property() State
connmand[3279]: plugins/wifi.c:interface_state() wifi 0x15ffc60 interface state 
3
connmand[3279]: gsupplicant/supplicant.c:interface_property() state inactive (3)
connmand[3279]: gsupplicant/supplicant.c:interface_property() Scanning
connmand[3279]: plugins/wifi.c:scan_finished() 
connmand[3279]: gsupplicant/supplicant.c:interface_property() BSSs
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added_without_keys() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
/fi/w1/wpa_supplicant1/Interfaces/9/BSSs/0
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added_without_keys() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
/fi/w1/wpa_supplicant1/Interfaces/9/BSSs/1
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added_without_keys() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
connmand[3279]: gsupplicant/supplicant.c:interface_bss_added() 
/fi/w1/wpa_supplicant1/Interfaces/9/BSSs/2
connmand[3279]: src/service.c:service_send_changed() 
connmand[3279]: src/service.c:service_append_added_foreach() new 
/net/connman/service/wifi_48e244804141_6d697374_managed_psk
connmand[3279]: src/service.c:append_ipv4() ipv4 0x1618ed0 state idle
connmand[3279]: src/ipconfig.c:__connman_ipconfig_append_ipv4config() 
connmand[3279]: src/service.c:append_ipv6() ipv6 0x1618f30 state idle
connmand[3279]: src/ipconfig.c:__connman_ipconfig_append_ipv6config() 
connmand[3279]: src/service.c:append_proxy() 
connmand[3279]: src/service.c:append_provider() 0x1617680 (nil)
connmand[3279]: src/service.c:service_append_added_foreach() new 
/net/connman/service/wifi_48e244804141_6d69737476_managed_psk
connmand[3279]: src/service.c:append_ipv4() ipv4 0x16190b0 state idle
connmand[3279]: src/ipconfig.c:__connman_ipconfig_append_ipv4config() 
connmand[3279]: src/service.c:append_ipv6() ipv6 0x1619110 state idle
connmand[3279]: src/ipconfig.c:__connman_ipconfig_append_ipv6config() 
connmand[3279]: src/service.c:append_proxy() 
connmand[3279]: src/service.c:append_provider() 0x1610400 (nil)
connmand[3279]: src/service.c:service_append_added_foreach() new 
/net/connman/service/wifi_48e244804141_507261727468616e61_managed_psk
connmand[3279]: src/service.c:append_ipv4() ipv4 0x1619800 state idle
connmand[3279]: src/ipconfig.c:__connman_ipconfig_append_ipv4config() 
connmand[3279]: src/service.c:append_ipv6() ipv6 0x1619860 state idle
connmand[3279]: src/ipconfig.c:__connman_ipconfig_append_ipv6config() 
connmand[3279]: src/service.c:append_proxy() 
connmand[3279]: src/service.c:append_provider() 0x160b4b0 (nil)
connmand[3279]: plugins/wifi.c:throw_wifi_scan() device 0x16142f0 0x160aeb0
connmand[3279]: src/device.c:connman_device_ref_debug() 0x16142f0 ref 4 by 
plugins/wifi.c:566:throw_wifi_scan()
connmand[3279]: src/device.c:connman_device_set_scanning() device 0x16142f0 
scanning 1
connmand[3279]: src/technology.c:__connman_technology_scan_started() device 
0x16142f0
connmand[3279]: src/network.c:connman_network_set_available() network 0x160c1e0 
available 0
connmand[3279]: src/network.c:connman_network_set_available() network 0x1612d10 
available 0
connmand[3279]: src/network.c:connman_network_set_available() network 0x1611e90 
available 0
connmand[3279]: plugins/wifi.c:autoscan_timeout() interval 9
connmand[3279]: gsupplicant/supplicant.c:signal_interface_changed() 
connmand[3279]: gsupplicant/supplicant.c:interface_property() State
connmand[3279]: plugins/wifi.c:interface_state() wifi 0x15ffc60 interface state 
4
connmand[3279]: gsupplicant/supplicant.c:interface_property() state scanning (4)
connmand[3279]: gsupplicant/supplicant.c:interface_property() Scanning
connmand[3279]: plugins/wifi.c:scan_started() 
connmand[3279]: src/rtnl.c:rtnl_message() buf 0x7fffbf8405f0 len 64
connmand[3279]: src/rtnl.c:rtnl_message() NEWLINK len 64 type 16 flags 0x0000 
seq 0 pid 0
connmand[3279]: gsupplicant/supplicant.c:signal_scan_done() 
connmand[3279]: plugins/wifi.c:network_added() 
connmand[3279]: src/device.c:connman_device_get_network() device 0x16142f0 
identifier 6d697374_managed_psk
connmand[3279]: src/network.c:connman_network_set_name() network 0x160c1e0 name 
mist
connmand[3279]: src/network.c:connman_network_set_blob() network 0x160c1e0 key 
WiFi.SSID size 4
connmand[3279]: src/network.c:connman_network_set_string() network 0x160c1e0 
key WiFi.Security value psk
connmand[3279]: src/network.c:connman_network_set_strength() network 0x160c1e0 
strengh 58
connmand[3279]: src/network.c:connman_network_set_bool() network 0x160c1e0 key 
WiFi.WPS value 0
connmand[3279]: src/network.c:connman_network_set_frequency() network 0x160c1e0 
frequency 2472
connmand[3279]: src/network.c:connman_network_set_available() network 0x160c1e0 
available 1
connmand[3279]: src/network.c:connman_network_set_string() network 0x160c1e0 
key WiFi.Mode value managed
connmand[3279]: src/service.c:__connman_service_update_from_network() network 
0x160c1e0
connmand[3279]: src/service.c:connman_service_lookup_from_network() network 
0x160c1e0
connmand[3279]: src/network.c:connman_network_get_string() network 0x160c1e0 
key Name
connmand[3279]: src/network.c:connman_network_get_bool() network 0x160c1e0 key 
WiFi.WPS
connmand[3279]: src/network.c:connman_network_get_bool() network 0x160c1e0 key 
Roaming
connmand[3279]: plugins/wifi.c:network_added() 
connmand[3279]: src/device.c:connman_device_get_network() device 0x16142f0 
identifier 6d69737476_managed_psk
connmand[3279]: src/network.c:connman_network_set_name() network 0x1611e90 name 
mistv
connmand[3279]: src/network.c:connman_network_set_blob() network 0x1611e90 key 
WiFi.SSID size 5
connmand[3279]: src/network.c:connman_network_set_string() network 0x1611e90 
key WiFi.Security value psk
connmand[3279]: src/network.c:connman_network_set_strength() network 0x1611e90 
strengh 54
connmand[3279]: src/network.c:connman_network_set_bool() network 0x1611e90 key 
WiFi.WPS value 1
connmand[3279]: src/network.c:connman_network_set_frequency() network 0x1611e90 
frequency 2427
connmand[3279]: src/network.c:connman_network_set_available() network 0x1611e90 
available 1
connmand[3279]: src/network.c:connman_network_set_string() network 0x1611e90 
key WiFi.Mode value managed
connmand[3279]: src/service.c:__connman_service_update_from_network() network 
0x1611e90
connmand[3279]: src/service.c:connman_service_lookup_from_network() network 
0x1611e90
connmand[3279]: src/network.c:connman_network_get_string() network 0x1611e90 
key Name
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1611e90 key 
WiFi.WPS
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1611e90 key 
Roaming
connmand[3279]: plugins/wifi.c:network_added() 
connmand[3279]: src/device.c:connman_device_get_network() device 0x16142f0 
identifier 507261727468616e61_managed_psk
connmand[3279]: src/network.c:connman_network_set_name() network 0x1612d10 name 
Prarthana
connmand[3279]: src/network.c:connman_network_set_blob() network 0x1612d10 key 
WiFi.SSID size 9
connmand[3279]: src/network.c:connman_network_set_string() network 0x1612d10 
key WiFi.Security value psk
connmand[3279]: src/network.c:connman_network_set_strength() network 0x1612d10 
strengh 48
connmand[3279]: src/network.c:connman_network_set_bool() network 0x1612d10 key 
WiFi.WPS value 0
connmand[3279]: src/network.c:connman_network_set_frequency() network 0x1612d10 
frequency 2457
connmand[3279]: src/network.c:connman_network_set_available() network 0x1612d10 
available 1
connmand[3279]: src/network.c:connman_network_set_string() network 0x1612d10 
key WiFi.Mode value managed
connmand[3279]: src/service.c:__connman_service_update_from_network() network 
0x1612d10
connmand[3279]: src/service.c:connman_service_lookup_from_network() network 
0x1612d10
connmand[3279]: src/network.c:connman_network_get_string() network 0x1612d10 
key Name
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1612d10 key 
WiFi.WPS
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1612d10 key 
Roaming
connmand[3279]: plugins/wifi.c:scan_callback_hidden() result 0 wifi 0x15ffc60
connmand[3279]: plugins/wifi.c:get_hidden_connections_params() max ssids 4
connmand[3279]: plugins/wifi.c:scan_callback() result 0 wifi 0x15ffc60
connmand[3279]: src/device.c:connman_device_set_scanning() device 0x16142f0 
scanning 0
connmand[3279]: src/technology.c:technology_find() type 3
connmand[3279]: src/technology.c:__connman_technology_scan_stopped() technology 
0x160fd60 device 0x16142f0
connmand[3279]: src/technology.c:reply_scan_pending() technology 0x160fd60 err 0
connmand[3279]: src/service.c:__connman_service_auto_connect() 
connmand[3279]: plugins/wifi.c:start_autoscan() 
connmand[3279]: src/device.c:connman_device_unref_debug() 0x16142f0 ref 3 by 
plugins/wifi.c:629:scan_callback()
connmand[3279]: gsupplicant/supplicant.c:signal_interface_changed() 
connmand[3279]: gsupplicant/supplicant.c:interface_property() State
connmand[3279]: plugins/wifi.c:interface_state() wifi 0x15ffc60 interface state 
3
connmand[3279]: gsupplicant/supplicant.c:interface_property() state inactive (3)
connmand[3279]: gsupplicant/supplicant.c:interface_property() Scanning
connmand[3279]: plugins/wifi.c:scan_finished() 
connmand[3279]: gsupplicant/supplicant.c:signal_bss_changed() 
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Age
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Age type u
connmand[3279]: gsupplicant/supplicant.c:signal_bss_changed() 
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Signal
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Age
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Age type u
connmand[3279]: gsupplicant/supplicant.c:signal_bss_changed() New network 
signal for mistv -76 dBm
connmand[3279]: plugins/wifi.c:network_changed() name mistv
connmand[3279]: src/device.c:connman_device_get_network() device 0x16142f0 
identifier 6d69737476_managed_psk
connmand[3279]: src/network.c:connman_network_set_strength() network 0x1611e90 
strengh 44
connmand[3279]: src/service.c:__connman_service_update_from_network() network 
0x1611e90
connmand[3279]: src/service.c:connman_service_lookup_from_network() network 
0x1611e90
connmand[3279]: src/network.c:connman_network_get_string() network 0x1611e90 
key Name
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1611e90 key 
WiFi.WPS
connmand[3279]: src/network.c:connman_network_get_bool() network 0x1611e90 key 
Roaming
connmand[3279]: gsupplicant/supplicant.c:signal_bss_changed() 
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Age
connmand[3279]: gsupplicant/supplicant.c:bss_property() key Age type u
connmand[3279]: src/service.c:service_send_changed() 
connmand[3279]: src/service.c:service_append_added_foreach() changed 
/net/connman/service/wifi_48e244804141_6d697374_managed_psk
connmand[3279]: src/service.c:service_append_added_foreach() changed 
/net/connman/service/wifi_48e244804141_507261727468616e61_managed_psk
connmand[3279]: src/service.c:service_append_added_foreach() changed 
/net/connman/service/wifi_48e244804141_6d69737476_managed_psk
connmand[3279]: src/service.c:run_auto_connect() 

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

Subject: Digest Footer

_______________________________________________
connman mailing list
[email protected]
https://lists.01.org/mailman/listinfo/connman


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

End of connman Digest, Vol 43, Issue 9
**************************************

Reply via email to