HomeSort by relevance Sort by last modified time
    Searched refs:common_freqs (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 1094 int p2p_group_get_common_freqs(struct p2p_group *group, int *common_freqs,
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);
p2p.h     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 2806 int *common_freqs; local
    [all...]

Completed in 93 milliseconds