Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
Dp2p_group.c1094 int p2p_group_get_common_freqs(struct p2p_group *group, int *common_freqs, in p2p_group_get_common_freqs() argument
1101 if (!group || !common_freqs || !num) in p2p_group_get_common_freqs()
1127 os_memset(common_freqs, 0, *num * sizeof(int)); in p2p_group_get_common_freqs()
1128 *num = p2p_channels_to_freqs(&intersect, common_freqs, *num); in p2p_group_get_common_freqs()
Dp2p.h2398 int p2p_group_get_common_freqs(struct p2p_group *group, int *common_freqs,
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c2806 int *common_freqs; in wpas_p2p_go_update_common_freqs() local
2810 common_freqs = os_calloc(num, sizeof(int)); in wpas_p2p_go_update_common_freqs()
2811 if (!common_freqs) in wpas_p2p_go_update_common_freqs()
2814 ret = p2p_group_get_common_freqs(wpa_s->p2p_group, common_freqs, &num); in wpas_p2p_go_update_common_freqs()
2818 os_free(common_freqs); in wpas_p2p_go_update_common_freqs()
2823 wpa_s->p2p_group_common_freqs = common_freqs; in wpas_p2p_go_update_common_freqs()