Home
last modified time | relevance | path

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

/NextBSD/etc/
HDnetconfig9 # <network_id> <semantics> <flags> <protofamily> <protoname> \
/NextBSD/contrib/wpa/wpa_supplicant/dbus/
HDdbus_new.h193 int client, int network_id);
404 int client, int network_id) in wpas_dbus_signal_p2p_group_started() argument
HDdbus_old.c140 int network_id) in wpas_dispatch_network_method() argument
146 ssid = wpa_config_get_network(wpa_s->conf, network_id); in wpas_dispatch_network_method()
HDdbus_new.c1264 int client, int network_id) in wpas_dbus_signal_p2p_group_started() argument
/NextBSD/contrib/wpa/wpa_supplicant/
HDnotify.h115 struct wpa_ssid *ssid, int network_id,
HDnotify.c650 struct wpa_ssid *ssid, int network_id, in wpas_notify_p2p_group_started() argument
656 wpas_dbus_signal_p2p_group_started(wpa_s, ssid, client, network_id); in wpas_notify_p2p_group_started()
HDp2p_supplicant.c1270 int network_id = -1; in wpas_group_formation_completed() local
1345 network_id = wpas_p2p_store_persistent_group(wpa_s->parent, in wpas_group_formation_completed()
1351 if (network_id < 0 && ssid) in wpas_group_formation_completed()
1352 network_id = ssid->id; in wpas_group_formation_completed()
1354 wpas_notify_p2p_group_started(wpa_s, ssid, network_id, 0); in wpas_group_formation_completed()
1700 int network_id = -1; in p2p_go_configured() local
1738 network_id = wpas_p2p_store_persistent_group( in p2p_go_configured()
1743 if (network_id < 0) in p2p_go_configured()
1744 network_id = ssid->id; in p2p_go_configured()
1745 wpas_notify_p2p_group_started(wpa_s, ssid, network_id, 0); in p2p_go_configured()
[all …]