Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/p2p/
H A Dp2p_utils.c271 int p2p_channels_includes_freq(const struct p2p_channels *channels, in p2p_channels_includes_freq() function
334 if (p2p_channels_includes_freq(tmpc, freq)) in p2p_get_pref_freq()
H A Dp2p.h2073 int p2p_channels_includes_freq(const struct p2p_channels *channels,
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c3002 if ((channels == NULL || p2p_channels_includes_freq(channels, freq)) && in freq_included()