Home
last modified time | relevance | path

Searched refs:bytearray_value (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_dict_helpers.c696 entry->bytearray_value = NULL; in _wpa_dbus_dict_entry_get_byte_array()
726 entry->bytearray_value = buffer; in _wpa_dbus_dict_entry_get_byte_array()
728 entry->bytearray_value, entry->array_len); in _wpa_dbus_dict_entry_get_byte_array()
732 os_free(entry->bytearray_value); in _wpa_dbus_dict_entry_get_byte_array()
733 entry->bytearray_value = NULL; in _wpa_dbus_dict_entry_get_byte_array()
870 wpabuf_alloc_ext_data((u8 *) tmpentry.bytearray_value, in _wpa_dbus_dict_entry_get_binarray()
1116 os_free(entry->bytearray_value); in wpa_dbus_dict_entry_clear()
Ddbus_dict_helpers.h148 char *bytearray_value; member
Ddbus_new_handlers_p2p.c966 entry.bytearray_value, in wpas_dbus_setter_p2p_device_config()
2530 entry.bytearray_value, in wpas_dbus_handler_p2p_add_service()
2536 resp = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_add_service()
2640 entry.bytearray_value, in wpas_dbus_handler_p2p_delete_service()
2719 tlv = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_service_sd_req()
2807 tlv = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_service_sd_res()
Ddbus_old_handlers.c879 (u8 *) entry.bytearray_value, in wpas_dbus_iface_set_network()
1306 os_memcpy(blob->data, (u8 *) entry.bytearray_value, in wpas_dbus_iface_set_blobs()
Ddbus_new_handlers.c210 (u8 *) entry.bytearray_value, in set_network_properties()