| /src/external/bsd/wpa/dist/src/p2p/ |
| p2p_utils.c | 522 int p2p_remove_6ghz_channels(struct weighted_pcl *pref_freq_list, int size) 527 if (is_6ghz_freq(pref_freq_list[i].freq)) { 529 pref_freq_list[i].freq); 531 os_memmove(&pref_freq_list[i], &pref_freq_list[i + 1], 532 (size - i) * sizeof(pref_freq_list[0]));
|
| p2p_go_neg.c | 190 p2p_pref_channel_filter(&p2p->channels, p2p->pref_freq_list, 205 p2p_buf_add_pref_channel_list(buf, p2p->pref_freq_list, 354 p2p_pref_channel_filter(&p2p->channels, p2p->pref_freq_list, 666 msg->pref_freq_list[2 * j], 667 msg->pref_freq_list[2 * j + 1]); 717 p2p->pref_freq_list)) 727 if (p2p_freq_to_channel(p2p->pref_freq_list[i].freq, 733 (is_6ghz_freq(p2p->pref_freq_list[i].freq) && 737 p2p->pref_freq_list[i].freq, go); 739 os_memmove(&p2p->pref_freq_list[i] [all...] |
| p2p_build.c | 115 const struct weighted_pcl *pref_freq_list, 126 * pref_freq_list returned from driver. This is needed for calculations 130 if (p2p_freq_to_channel(pref_freq_list[i].freq, &op_class, 132 !(pref_freq_list[i].flag & WEIGHTED_PCL_EXCLUDE)) 141 if (p2p_freq_to_channel(pref_freq_list[i].freq, &op_class, 143 (pref_freq_list[i].flag & WEIGHTED_PCL_EXCLUDE)) { 145 pref_freq_list[i].freq);
|
| p2p_i.h | 548 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; member in struct:p2p_data 660 const u8 *pref_freq_list; member in struct:p2p_message 794 const struct weighted_pcl *pref_freq_list,
|
| p2p.h | 2405 const struct weighted_pcl *pref_freq_list, 2430 int p2p_remove_6ghz_channels(struct weighted_pcl *pref_freq_list, int size);
|
| p2p_parse.c | 583 msg->pref_freq_list = elems.pref_freq_list;
|
| p2p_invitation.c | 92 p2p_buf_add_pref_channel_list(buf, p2p->pref_freq_list,
|
| p2p.c | 5571 const struct weighted_pcl *pref_freq_list, 5579 os_memcpy(p2p->pref_freq_list, pref_freq_list, 5583 i, p2p->pref_freq_list[i].freq);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| p2p_supplicant.c | 129 struct weighted_pcl *pref_freq_list, 727 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; local 740 (int *) pref_freq, 0, pref_freq_list, &size)) 3123 * - input: the max size of pref_freq_list, 3124 * - output: the valid size of pref_freq_list filled with data. 3127 struct weighted_pcl *pref_freq_list, 3144 pref_freq_list); 3146 max_pref_freq = p2p_remove_6ghz_channels(pref_freq_list, 3158 pref_freq_list[i].freq) || 3160 pref_freq_list[i].freq) | 3193 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; local 5980 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; local 6266 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; local 7688 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; local 7778 struct weighted_pcl pref_freq_list[P2P_MAX_PREF_CHANNELS]; local [all...] |
| /src/external/bsd/wpa/dist/src/common/ |
| ieee802_11_common.h | 80 const u8 *pref_freq_list; member in struct:ieee802_11_elems
|
| ieee802_11_common.c | 179 elems->pref_freq_list = pos;
|