Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:common_freqs

2806 	int *common_freqs;
2810 common_freqs = os_calloc(num, sizeof(int));
2811 if (!common_freqs)
2814 ret = p2p_group_get_common_freqs(wpa_s->p2p_group, common_freqs, &num);
2818 os_free(common_freqs);
2823 wpa_s->p2p_group_common_freqs = common_freqs;