Searched refs:weighted_pcl (Results 1 – 12 of 12) sorted by relevance
/hostap-latest/src/p2p/ |
D | p2p_utils.c | 522 int p2p_remove_6ghz_channels(struct weighted_pcl *pref_freq_list, int size) in p2p_remove_6ghz_channels() 547 bool p2p_pref_freq_allowed(const struct weighted_pcl *freq_list, bool go) in p2p_pref_freq_allowed() 560 const struct weighted_pcl *freq_list, in p2p_check_pref_channel() 582 const struct weighted_pcl *freq_list, in p2p_pref_channel_filter()
|
D | p2p.h | 15 struct weighted_pcl; 1138 struct weighted_pcl *freq_list); 2344 bool p2p_pref_freq_allowed(const struct weighted_pcl *freq_list, bool go); 2405 const struct weighted_pcl *pref_freq_list, 2430 int p2p_remove_6ghz_channels(struct weighted_pcl *pref_freq_list, int size);
|
D | p2p_i.h | 548 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; 794 const struct weighted_pcl *pref_freq_list, 899 const struct weighted_pcl *freq_list,
|
D | p2p_go_neg.c | 602 const struct weighted_pcl freq_list[], in p2p_check_pref_chan_no_recv() 651 const struct weighted_pcl freq_list[], in p2p_check_pref_chan_recv() 742 sizeof(struct weighted_pcl)); in p2p_check_pref_chan()
|
D | p2p_build.c | 115 const struct weighted_pcl *pref_freq_list, in p2p_buf_add_pref_channel_list()
|
D | p2p.c | 5571 const struct weighted_pcl *pref_freq_list, in p2p_set_own_pref_freq_list() 5580 size * sizeof(struct weighted_pcl)); in p2p_set_own_pref_freq_list()
|
/hostap-latest/wpa_supplicant/ |
D | p2p_supplicant.c | 129 struct weighted_pcl *pref_freq_list, 727 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; in p2ps_group_capability() 3127 struct weighted_pcl *pref_freq_list, in wpas_p2p_pick_best_pref_freq() 3193 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; in wpas_invitation_process() 4817 struct weighted_pcl *freq_list) in wpas_p2p_get_pref_freq_list() 5788 struct weighted_pcl *pref_freq_list, in wpas_p2p_setup_freqs() 5980 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; in wpas_p2p_connect() 6266 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; in wpas_p2p_select_go_freq() 7688 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; in wpas_p2p_invite() 7778 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; in wpas_p2p_invite_group()
|
D | driver_i.h | 977 struct weighted_pcl *freq_list) in wpa_drv_get_pref_freq_list()
|
D | wpa_supplicant_i.h | 1976 struct weighted_pcl *freq_list);
|
D | ctrl_iface.c | 8485 struct weighted_pcl *freq_list) in wpas_ctrl_iface_get_pref_freq_list_override() 8529 struct weighted_pcl freq_list[100]; in wpas_ctrl_iface_get_pref_freq_list()
|
/hostap-latest/src/drivers/ |
D | driver.h | 3047 struct weighted_pcl { struct 4970 struct weighted_pcl *freq_list);
|
D | driver_nl80211.c | 12692 struct weighted_pcl *freq_list; 12695 static void get_pcl_attr_values(struct weighted_pcl *wpcl, struct nlattr *nl[]) in get_pcl_attr_values() 12783 struct weighted_pcl tmp; in preferred_freq_info_handler() 12823 struct weighted_pcl *freq_list) in nl80211_get_pref_freq_list() 12881 os_memset(freq_list, 0, *num * sizeof(struct weighted_pcl)); in nl80211_get_pref_freq_list()
|