Searched refs:common_freqs (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_group.c | 1094 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()
|
H A D | p2p.h | 2394 * @common_freqs: On return will hold the group common frequencies 2398 int p2p_group_get_common_freqs(struct p2p_group *group, int *common_freqs,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_group.c | 1138 int p2p_group_get_common_freqs(struct p2p_group *group, int *common_freqs, in p2p_group_get_common_freqs() argument 1145 if (!group || !common_freqs || !num) in p2p_group_get_common_freqs() 1171 os_memset(common_freqs, 0, *num * sizeof(int)); in p2p_group_get_common_freqs() 1172 *num = p2p_channels_to_freqs(&intersect, common_freqs, *num); in p2p_group_get_common_freqs()
|
H A D | p2p.h | 2435 * @common_freqs: On return will hold the group common frequencies 2439 int p2p_group_get_common_freqs(struct p2p_group *group, int *common_freqs,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | p2p_supplicant.c | 2807 int *common_freqs; in wpas_p2p_go_update_common_freqs() local 2811 common_freqs = os_calloc(num, sizeof(int)); in wpas_p2p_go_update_common_freqs() 2812 if (!common_freqs) in wpas_p2p_go_update_common_freqs() 2815 ret = p2p_group_get_common_freqs(wpa_s->p2p_group, common_freqs, &num); in wpas_p2p_go_update_common_freqs() 2819 os_free(common_freqs); in wpas_p2p_go_update_common_freqs() 2824 wpa_s->p2p_group_common_freqs = common_freqs; in wpas_p2p_go_update_common_freqs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | p2p_supplicant.c | 3460 int *common_freqs; in wpas_p2p_go_update_common_freqs() local 3464 common_freqs = os_calloc(num, sizeof(int)); in wpas_p2p_go_update_common_freqs() 3465 if (!common_freqs) in wpas_p2p_go_update_common_freqs() 3468 ret = p2p_group_get_common_freqs(wpa_s->p2p_group, common_freqs, &num); in wpas_p2p_go_update_common_freqs() 3472 os_free(common_freqs); in wpas_p2p_go_update_common_freqs() 3477 wpa_s->p2p_group_common_freqs = common_freqs; in wpas_p2p_go_update_common_freqs()
|
Completed in 31 milliseconds