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

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 45 char *next_sep; local
60 next_sep = strchr(obj_path_only + dev_path_prefix_len, '/');
61 if (next_sep != NULL) {
62 const char *net_part = strstr(next_sep,
64 const char *bssid_part = strstr(next_sep,
85 *next_sep = '\0';
dbus_new_helpers.c 989 char *next_sep; local
1004 next_sep = os_strchr(obj_path_only + dev_path_prefix_len, '/');
1005 if (next_sep != NULL) {
1007 next_sep, p2p_persistent_group ?
1011 next_sep, WPAS_DBUS_NEW_BSSIDS_PART "/");
1034 *next_sep = '\0';
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.c 291 char *next_sep; local
306 next_sep = strchr(obj_path_only + dev_path_prefix_len, '/');
307 if (next_sep != NULL) {
308 const char *net_part = strstr(next_sep,
310 const char *bssid_part = strstr(next_sep,
331 *next_sep = '\0';
    [all...]

Completed in 538 milliseconds