Searched refs:group_iface (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_pd.c51 int group_iface; local
59 &ssid_len, &group_iface, &force_freq);
71 if (group_iface)
85 if (group_iface)
H A Dp2p.h1046 * @group_iface: Buffer for returning whether a separate group interface
1057 u8 *ssid, size_t *ssid_len, int *group_iface,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c3904 u8 *ssid, size_t *ssid_len, int *group_iface,
3912 * group_iface will be set to 1 only if a dedicated interface for P2P
3915 * persistent group and set group_iface to 1, so the caller will know
3918 *group_iface = 0;
3926 *group_iface = wpas_p2p_create_iface(wpa_s);
3903 wpas_get_go_info(void *ctx, u8 *intended_addr, u8 *ssid, size_t *ssid_len, int *group_iface, unsigned int *freq) argument

Completed in 121 milliseconds