Searched refs:str_value (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c120 driver = os_strdup(entry.str_value);
126 driver_param = os_strdup(entry.str_value);
132 confname = os_strdup(entry.str_value);
138 bridge_ifname = os_strdup(entry.str_value);
952 size = os_strlen(entry.str_value);
961 entry.str_value);
965 value = os_strdup(entry.str_value);
1207 opensc_engine_path = os_strdup(entry.str_value);
1212 pkcs11_engine_path = os_strdup(entry.str_value);
1217 pkcs11_module_path = os_strdup(entry.str_value);
[all...]
H A Ddbus_new_handlers_p2p.c116 if (!os_strcmp(entry.str_value, "start_with_full"))
118 else if (!os_strcmp(entry.str_value, "social"))
120 else if (!os_strcmp(entry.str_value, "progressive"))
314 pg_object_path = os_strdup(entry.str_value);
453 peer_object_path = os_strdup(entry.str_value);
475 if (!os_strcmp(entry.str_value, "pbc"))
477 else if (!os_strcmp(entry.str_value, "pin"))
479 else if (!os_strcmp(entry.str_value, "display"))
481 else if (!os_strcmp(entry.str_value, "keypad"))
487 pin = os_strdup(entry.str_value);
[all...]
H A Ddbus_dict_helpers.h134 char *str_value; member in union:wpa_dbus_dict_entry::__anon5044
H A Ddbus_dict_helpers.c952 entry->str_value = os_strdup(v);
953 if (entry->str_value == NULL)
1082 os_free(entry->str_value);
H A Ddbus_new_handlers.c207 size = os_strlen(entry.str_value);
217 entry.str_value);
221 value = os_strdup(entry.str_value);
547 driver = os_strdup(entry.str_value);
553 ifname = os_strdup(entry.str_value);
559 confname = os_strdup(entry.str_value);
565 bridge_ifname = os_strdup(entry.str_value);

Completed in 153 milliseconds