Searched refs:freq_included (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.c | 2792 static int freq_included(struct wpa_supplicant *wpa_s, in freq_included() function 3050 } else if (!freq_included(wpa_s, channels, *force_freq)) { in wpas_invitation_process() 3309 freq_included(wpa_s, channels, neg_freq)) in wpas_invitation_result() 3312 freq_included(wpa_s, channels, peer_oper_freq)) in wpas_invitation_result() 5873 freq_included(wpa_s, channels, freq)) in wpas_p2p_supported_freq_go() 5889 freq_included(wpa_s, channels, params->freq) && in wpas_p2p_select_go_freq_no_pref() 5898 freq_included(wpa_s, channels, params->freq) && in wpas_p2p_select_go_freq_no_pref() 5906 freq_included(wpa_s, channels, params->freq) && in wpas_p2p_select_go_freq_no_pref() 5914 freq_included(wpa_s, channels, params->freq) && in wpas_p2p_select_go_freq_no_pref() 6017 !freq_included(wpa_s, channels, freq)) { in wpas_p2p_init_go_params() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | dpp.c | 1908 static int freq_included(const unsigned int freqs[], unsigned int num, in freq_included() function 1944 if (freq_included(auth->freq, auth->num_freq, freq)) in dpp_channel_intersect() 1985 if (freq_included(auth->freq, auth->num_freq, freq)) in dpp_channel_local_list()
|