Searched refs:bytearray_value (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_dict_helpers.c | 696 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()
|
D | dbus_dict_helpers.h | 148 char *bytearray_value; member
|
D | dbus_new_handlers_p2p.c | 966 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()
|
D | dbus_old_handlers.c | 879 (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()
|
D | dbus_new_handlers.c | 210 (u8 *) entry.bytearray_value, in set_network_properties()
|