Searched refs:next_sep (Results 1 – 2 of 2) sorted by relevance
39 char *next_sep; in wpas_dbus_decompose_object_path() local54 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()
985 char *next_sep; in wpas_dbus_new_decompose_object_path() local1000 next_sep = os_strchr(obj_path_only + dev_path_prefix_len, '/'); in wpas_dbus_new_decompose_object_path()1001 if (next_sep != NULL) { in wpas_dbus_new_decompose_object_path()1003 next_sep, p2p_persistent_group ? in wpas_dbus_new_decompose_object_path()1007 next_sep, WPAS_DBUS_NEW_BSSIDS_PART "/"); in wpas_dbus_new_decompose_object_path()1030 *next_sep = '\0'; in wpas_dbus_new_decompose_object_path()