Searched refs:next_sep (Results 1 – 3 of 3) 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()
983 char *next_sep; in wpas_dbus_new_decompose_object_path() local998 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()
291 char *next_sep; in wpas_dbus_decompose_object_path() local306 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()