Home
last modified time | relevance | path

Searched refs:str_value (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c155 if (os_strcmp(entry.str_value, "start_with_full") == 0) in wpas_dbus_handler_p2p_find()
157 else if (os_strcmp(entry.str_value, "social") == 0) in wpas_dbus_handler_p2p_find()
159 else if (os_strcmp(entry.str_value, "progressive") == 0) in wpas_dbus_handler_p2p_find()
396 pg_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_group_add()
399 if (hwaddr_aton(entry.str_value, go_bssid_buf)) in wpas_dbus_handler_p2p_group_add()
566 peer_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_remove_client()
571 interface_addr = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_remove_client()
652 peer_object_path = os_strdup(entry.str_value); in wpas_dbus_handler_p2p_connect()
674 if (os_strcmp(entry.str_value, "pbc") == 0) in wpas_dbus_handler_p2p_connect()
676 else if (os_strcmp(entry.str_value, "pin") == 0) in wpas_dbus_handler_p2p_connect()
[all …]
Ddbus_dict_helpers.c961 entry->str_value = os_strdup(v); in _wpa_dbus_dict_fill_value_from_variant()
962 if (entry->str_value == NULL) in _wpa_dbus_dict_fill_value_from_variant()
969 entry->str_value = os_strdup(v); in _wpa_dbus_dict_fill_value_from_variant()
970 if (entry->str_value == NULL) in _wpa_dbus_dict_fill_value_from_variant()
1134 os_free(entry->str_value); in wpa_dbus_dict_entry_clear()
Ddbus_new_handlers.c240 size = os_strlen(entry.str_value); in set_network_properties()
248 entry.str_value); in set_network_properties()
252 value = os_strdup(entry.str_value); in set_network_properties()
417 size = os_strlen(entry->str_value); in set_cred_property()
425 entry->str_value); in set_cred_property()
431 value = os_strdup(entry->str_value); in set_cred_property()
790 driver = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
797 ifname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
804 confname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
811 bridge_ifname = os_strdup(entry.str_value); in wpas_dbus_handler_create_interface()
[all …]
Ddbus_dict_helpers.h131 char *str_value; member