OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common_freqs
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/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
2413
* @
common_freqs
: On return will hold the group common frequencies
2417
int p2p_group_get_common_freqs(struct p2p_group *group, int *
common_freqs
,
/src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant.c
3012
int *
common_freqs
;
local
3016
common_freqs
= os_calloc(num, sizeof(int));
3017
if (!
common_freqs
)
3020
ret = p2p_group_get_common_freqs(wpa_s->p2p_group,
common_freqs
, &num);
3024
os_free(
common_freqs
);
3029
wpa_s->p2p_group_common_freqs =
common_freqs
;
Completed in 25 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026