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

/netbsd-current/external/bsd/wpa/dist/src/p2p/
H A Dp2p_group.c1094 int p2p_group_get_common_freqs(struct p2p_group *group, int *common_freqs, argument
1101 if (!group || !common_freqs || !num)
1127 os_memset(common_freqs, 0, *num * sizeof(int));
1128 *num = p2p_channels_to_freqs(&intersect, common_freqs, *num);
H A Dp2p.h2394 * @common_freqs: On return will hold the group common frequencies
2398 int p2p_group_get_common_freqs(struct p2p_group *group, int *common_freqs,
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dp2p_supplicant.c2798 int *common_freqs; local
2802 common_freqs = os_calloc(num, sizeof(int));
2803 if (!common_freqs)
2806 ret = p2p_group_get_common_freqs(wpa_s->p2p_group, common_freqs, &num);
2810 os_free(common_freqs);
2815 wpa_s->p2p_group_common_freqs = common_freqs;

Completed in 148 milliseconds