Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_dict_helpers.c622 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()
Ddbus_dict_helpers.h133 char *bytearray_value; member
Ddbus_new_handlers_p2p.c1025 entry.bytearray_value, in wpas_dbus_setter_p2p_device_config()
1115 entry.bytearray_value, 4); in wpas_dbus_setter_p2p_device_config()
1120 entry.bytearray_value, 4); in wpas_dbus_setter_p2p_device_config()
1125 entry.bytearray_value, 4); in wpas_dbus_setter_p2p_device_config()
1130 entry.bytearray_value, 4); in wpas_dbus_setter_p2p_device_config()
2635 entry.bytearray_value, in wpas_dbus_handler_p2p_add_service()
2641 resp = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_add_service()
2720 query = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_delete_service()
2807 tlv = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_service_sd_req()
2895 tlv = wpabuf_alloc_copy(entry.bytearray_value, in wpas_dbus_handler_p2p_service_sd_res()
Ddbus_new_handlers.c218 (u8 *) entry.bytearray_value, in set_network_properties()