Home
last modified time | relevance | path

Searched refs:next_sep (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_old.c39 char *next_sep; in wpas_dbus_decompose_object_path() local
54 next_sep = strchr(obj_path_only + dev_path_prefix_len, '/'); in wpas_dbus_decompose_object_path()
55 if (next_sep != NULL) { in wpas_dbus_decompose_object_path()
56 const char *net_part = strstr(next_sep, in wpas_dbus_decompose_object_path()
58 const char *bssid_part = strstr(next_sep, in wpas_dbus_decompose_object_path()
79 *next_sep = '\0'; in wpas_dbus_decompose_object_path()
Ddbus_new_helpers.c983 char *next_sep; in wpas_dbus_new_decompose_object_path() local
998 next_sep = os_strchr(obj_path_only + dev_path_prefix_len, '/'); in wpas_dbus_new_decompose_object_path()
999 if (next_sep != NULL) { in wpas_dbus_new_decompose_object_path()
1001 next_sep, p2p_persistent_group ? in wpas_dbus_new_decompose_object_path()
1005 next_sep, WPAS_DBUS_NEW_BSSIDS_PART "/"); in wpas_dbus_new_decompose_object_path()
1028 *next_sep = '\0'; in wpas_dbus_new_decompose_object_path()
/external/wpa_supplicant_6/wpa_supplicant/
Dctrl_iface_dbus.c291 char *next_sep; in wpas_dbus_decompose_object_path() local
306 next_sep = strchr(obj_path_only + dev_path_prefix_len, '/'); in wpas_dbus_decompose_object_path()
307 if (next_sep != NULL) { in wpas_dbus_decompose_object_path()
308 const char *net_part = strstr(next_sep, in wpas_dbus_decompose_object_path()
310 const char *bssid_part = strstr(next_sep, in wpas_dbus_decompose_object_path()
331 *next_sep = '\0'; in wpas_dbus_decompose_object_path()