Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/
Ddbus_dict_helpers.c641 entry->bytearray_value = NULL; in _wpa_dbus_dict_entry_get_byte_array()
651 entry->bytearray_value = buffer; in _wpa_dbus_dict_entry_get_byte_array()
666 entry->bytearray_value = buffer; in _wpa_dbus_dict_entry_get_byte_array()
669 entry->bytearray_value[count] = byte; in _wpa_dbus_dict_entry_get_byte_array()
676 free(entry->bytearray_value); in _wpa_dbus_dict_entry_get_byte_array()
677 entry->bytearray_value = NULL; in _wpa_dbus_dict_entry_get_byte_array()
964 free(entry->bytearray_value); in wpa_dbus_dict_entry_clear()
Ddbus_dict_helpers.h118 char *bytearray_value; member
Dctrl_iface_dbus_handlers.c979 (u8 *) entry.bytearray_value, in wpas_dbus_iface_set_network()
1430 os_memcpy(blob->data, (u8 *) entry.bytearray_value, in wpas_dbus_iface_set_blobs()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_dict_helpers.c744 entry->bytearray_value = NULL; in _wpa_dbus_dict_entry_get_byte_array()
751 entry->bytearray_value = buffer; in _wpa_dbus_dict_entry_get_byte_array()
769 entry->bytearray_value = buffer; in _wpa_dbus_dict_entry_get_byte_array()
772 entry->bytearray_value[count] = byte; in _wpa_dbus_dict_entry_get_byte_array()
779 os_free(entry->bytearray_value); in _wpa_dbus_dict_entry_get_byte_array()
780 entry->bytearray_value = NULL; in _wpa_dbus_dict_entry_get_byte_array()
893 wpabuf_alloc_ext_data((u8 *) tmpentry.bytearray_value, in _wpa_dbus_dict_entry_get_binarray()
1091 os_free(entry->bytearray_value); in wpa_dbus_dict_entry_clear()
Ddbus_dict_helpers.h150 char *bytearray_value; member
Ddbus_new_handlers_p2p.c887 entry.bytearray_value, in wpas_dbus_setter_p2p_device_properties()
2027 entry.bytearray_value, in wpas_dbus_handler_p2p_add_service()
2033 resp = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_add_service()
2126 entry.bytearray_value, in wpas_dbus_handler_p2p_delete_service()
2202 tlv = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_service_sd_req()
2284 tlv = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_service_sd_res()
Ddbus_old_handlers.c952 (u8 *) entry.bytearray_value, in wpas_dbus_iface_set_network()
1371 os_memcpy(blob->data, (u8 *) entry.bytearray_value, in wpas_dbus_iface_set_blobs()
Ddbus_new_handlers.c206 (u8 *) entry.bytearray_value, in set_network_properties()