Searched refs:freq_included (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | p2p_supplicant.c | 2793 static int freq_included(struct wpa_supplicant *wpa_s, in freq_included() function 3051 } else if (!freq_included(wpa_s, channels, *force_freq)) { in wpas_invitation_process() 3310 freq_included(wpa_s, channels, neg_freq)) in wpas_invitation_result() 3313 freq_included(wpa_s, channels, peer_oper_freq)) in wpas_invitation_result() 5880 freq_included(wpa_s, channels, freq)) in wpas_p2p_supported_freq_go() 5896 freq_included(wpa_s, channels, params->freq) && in wpas_p2p_select_go_freq_no_pref() 5905 freq_included(wpa_s, channels, params->freq) && in wpas_p2p_select_go_freq_no_pref() 5913 freq_included(wpa_s, channels, params->freq) && in wpas_p2p_select_go_freq_no_pref() 5921 freq_included(wpa_s, channels, params->freq) && in wpas_p2p_select_go_freq_no_pref() 6024 !freq_included(wpa_ in wpas_p2p_init_go_params() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp.c | 464 static int freq_included(const unsigned int freqs[], unsigned int num, in freq_included() function 500 if (freq_included(auth->freq, auth->num_freq, freq)) in dpp_channel_intersect() 541 if (freq_included(auth->freq, auth->num_freq, freq)) in dpp_channel_local_list() 4091 freq_included(own_bi->freq, own_bi->num_freq, in dpp_nfc_update_bi_channel()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | p2p_supplicant.c | 3446 static int freq_included(struct wpa_supplicant *wpa_s, in freq_included() function 3717 } else if (!freq_included(wpa_s, channels, *force_freq)) { in wpas_invitation_process() 4103 freq_included(wpa_s, channels, neg_freq)) in wpas_invitation_result() 4106 freq_included(wpa_s, channels, peer_oper_freq)) in wpas_invitation_result() 7134 freq_included(wpa_s, channels, freq)) 7279 !freq_included(wpa_s, channels, freq)) { 7812 (freq > 0 && !freq_included(wpa_s, channels, freq))) 7817 if (freq <= 0 || !freq_included(wpa_s, channels, freq)) { 7825 freq_included(wpa_s, channels, bss->freq))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 2050 static int freq_included(const unsigned int freqs[], unsigned int num, in freq_included() function 2086 if (freq_included(auth->freq, auth->num_freq, freq)) in dpp_channel_intersect() 2127 if (freq_included(auth->freq, auth->num_freq, freq)) in dpp_channel_local_list()
|
Completed in 35 milliseconds