Home
last modified time | relevance | path

Searched refs:next_sep (Results 1 – 1 of 1) 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()