Searched refs:bytearray_value (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_dict_helpers.c | 622 entry->bytearray_value = NULL; in _wpa_dbus_dict_entry_get_byte_array() 652 entry->bytearray_value = buffer; in _wpa_dbus_dict_entry_get_byte_array() 654 entry->bytearray_value, entry->array_len); in _wpa_dbus_dict_entry_get_byte_array() 658 os_free(entry->bytearray_value); in _wpa_dbus_dict_entry_get_byte_array() 659 entry->bytearray_value = NULL; in _wpa_dbus_dict_entry_get_byte_array() 796 wpabuf_alloc_ext_data((u8 *) tmpentry.bytearray_value, in _wpa_dbus_dict_entry_get_binarray() 1042 os_free(entry->bytearray_value); in wpa_dbus_dict_entry_clear()
|
D | dbus_dict_helpers.h | 133 char *bytearray_value; member
|
D | dbus_new_handlers_p2p.c | 1014 entry.bytearray_value, in wpas_dbus_setter_p2p_device_config() 1104 entry.bytearray_value, 4); in wpas_dbus_setter_p2p_device_config() 1109 entry.bytearray_value, 4); in wpas_dbus_setter_p2p_device_config() 1114 entry.bytearray_value, 4); in wpas_dbus_setter_p2p_device_config() 1119 entry.bytearray_value, 4); in wpas_dbus_setter_p2p_device_config() 2600 entry.bytearray_value, in wpas_dbus_handler_p2p_add_service() 2606 resp = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_add_service() 2710 entry.bytearray_value, in wpas_dbus_handler_p2p_delete_service() 2789 tlv = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_service_sd_req() 2877 tlv = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_service_sd_res()
|
D | dbus_old_handlers.c | 869 (u8 *) entry.bytearray_value, in wpas_dbus_iface_set_network() 1295 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()
|