Home
last modified time | relevance | path

Searched refs:net_id_str (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/wpa/wpa_supplicant/dbus/
HDdbus_new_handlers_p2p.c335 char *net_id_str; in wpas_dbus_handler_p2p_group_add() local
344 &net_id_str); in wpas_dbus_handler_p2p_group_add()
345 if (iface == NULL || net_id_str == NULL || in wpas_dbus_handler_p2p_group_add()
354 group_id = strtoul(net_id_str, NULL, 10); in wpas_dbus_handler_p2p_group_add()
706 char *net_id_str; in wpas_dbus_handler_p2p_invite() local
715 &net_id_str); in wpas_dbus_handler_p2p_invite()
716 if (iface == NULL || net_id_str == NULL || in wpas_dbus_handler_p2p_invite()
724 group_id = strtoul(net_id_str, NULL, 10); in wpas_dbus_handler_p2p_invite()