Searched refs:freq_included (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | p2p_supplicant.c | 2998 static int freq_included(struct wpa_supplicant *wpa_s, in freq_included() function 3327 } else if (!freq_included(wpa_s, channels, *force_freq)) { in wpas_invitation_process() 3592 freq_included(wpa_s, channels, neg_freq)) in wpas_invitation_result() 3595 freq_included(wpa_s, channels, peer_oper_freq)) in wpas_invitation_result() 6396 freq_included(wpa_s, channels, freq)) in wpas_p2p_supported_freq_go() 6542 !freq_included(wpa_s, channels, freq)) { in wpas_p2p_init_go_params() 7097 (freq > 0 && !freq_included(wpa_s, channels, freq))) in wpas_p2p_group_add_persistent() 7102 if (freq <= 0 || !freq_included(wpa_s, channels, freq)) { in wpas_p2p_group_add_persistent() 7110 freq_included(wpa_s, channels, bss->freq)) in wpas_p2p_group_add_persistent()
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp.c | 553 static int freq_included(const unsigned int freqs[], unsigned int num, in freq_included() function 589 if (freq_included(auth->freq, auth->num_freq, freq)) in dpp_channel_intersect() 630 if (freq_included(auth->freq, auth->num_freq, freq)) in dpp_channel_local_list() 4708 freq_included(own_bi->freq, own_bi->num_freq, in dpp_nfc_update_bi_channel()
|