HomeSort by relevance Sort by last modified time
    Searched refs:next_sep (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 39 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';
dbus_new_helpers.c 983 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 33 milliseconds