Searched refs:next_sep (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_old.c39 char *next_sep; local
54 next_sep = strchr(obj_path_only + dev_path_prefix_len, '/');
55 if (next_sep != NULL) {
56 const char *net_part = strstr(next_sep,
58 const char *bssid_part = strstr(next_sep,
79 *next_sep = '\0';
H A Ddbus_new_helpers.c983 char *next_sep; local
998 next_sep = os_strchr(obj_path_only + dev_path_prefix_len, '/');
999 if (next_sep != NULL) {
1001 next_sep, p2p_persistent_group ?
1005 next_sep, WPAS_DBUS_NEW_BSSIDS_PART "/");
1028 *next_sep = '\0';

Completed in 106 milliseconds