Searched refs:network_id (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/etc/ |
| HD | netconfig | 9 # <network_id> <semantics> <flags> <protofamily> <protoname> \
|
| /NextBSD/contrib/wpa/wpa_supplicant/dbus/ |
| HD | dbus_new.h | 193 int client, int network_id); 404 int client, int network_id) in wpas_dbus_signal_p2p_group_started() argument
|
| HD | dbus_old.c | 140 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()
|
| HD | dbus_new.c | 1264 int client, int network_id) in wpas_dbus_signal_p2p_group_started() argument
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | notify.h | 115 struct wpa_ssid *ssid, int network_id,
|
| HD | notify.c | 650 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()
|
| HD | p2p_supplicant.c | 1270 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 …]
|