HomeSort by: relevance | last modified time | path
    Searched defs:freq_list (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
nan_de.h 98 const int *freq_list; member in struct:nan_publish_params
nan_de.c 47 int *freq_list; member in struct:nan_de_service
57 int multi_chan_idx; /* index to freq_list[] */
102 os_free(srv->freq_list);
317 if (srv->freq_list[srv->multi_chan_idx] == 0)
319 srv->freq = srv->freq_list[srv->multi_chan_idx];
521 if (force_single || !srv->freq_list || srv->freq_list[0] == 0)
536 if (srv->in_multi_chan && srv->freq_list && srv->freq_list[0]) {
539 if (srv->freq_list[srv->multi_chan_idx] == 0
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
ap_drv_ops.c 1048 int **freq_list)
1079 int_array_add_unique(freq_list, chan->freq);
1126 int *freq_list = NULL; local
1161 false, &freq_list);
1164 if (!freq_list && hapd->iface->is_no_ir) {
1166 "NO_IR: Interface freq_list is empty. Failing do_acs.");
1170 params.freq_list = freq_list;
1204 os_free(freq_list);
  /src/external/bsd/wpa/dist/src/p2p/
p2p.h 158 * freq_list - Zero-terminated list of possible operational channels
160 int freq_list[P2P_MAX_CHANNELS]; member in struct:p2p_go_neg_results
1129 * @len: Length of freq_list in entries (both IN and OUT)
1130 * @freq_list: Buffer for returning the preferred frequencies (MHz)
1138 struct weighted_pcl *freq_list);
2077 int *freq_list, unsigned int max_len);
2344 bool p2p_pref_freq_allowed(const struct weighted_pcl *freq_list, bool go);
  /src/external/bsd/wpa/dist/wpa_supplicant/
config_ssid.h 657 * freq_list - Array of allowed frequencies or %NULL for all
664 int *freq_list; member in struct:wpa_ssid
config.h 989 * freq_list - Array of allowed scan frequencies or %NULL for all
994 int *freq_list; member in struct:wpa_config
997 * initial_freq_list - like freq_list but for initial scan
ctrl_iface.c 8490 struct weighted_pcl *freq_list)
8514 freq_list[count].freq = atoi(pos);
8515 freq_list[count++].flag = WEIGHTED_PCL_GO | WEIGHTED_PCL_CLI;
8534 struct weighted_pcl freq_list[100]; local
8559 ret = wpa_drv_get_pref_freq_list(wpa_s, iface_type, &num, freq_list);
8565 i > 0 ? "," : "", freq_list[i].freq);
12208 int *freq_list = NULL; local
12234 if (os_strncmp(token, "freq_list=", 10) == 0) {
12238 os_free(freq_list);
12239 freq_list = wpas_nan_usd_all_freqs(wpa_s)
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211.c 12455 static int add_acs_ch_list(struct nl_msg *msg, const int *freq_list)
12463 if (!freq_list)
12466 num_freqs = int_array_len(freq_list);
12472 const int freq = freq_list[i];
12498 static int add_acs_freq_list(struct nl_msg *msg, const int *freq_list)
12503 if (!freq_list)
12505 len = int_array_len(freq_list);
12510 freqs[i] = freq_list[i];
12546 add_acs_ch_list(msg, params->freq_list) ||
12547 add_acs_freq_list(msg, params->freq_list) ||
12634 struct weighted_pcl *freq_list; member in struct:nl80211_pcl
    [all...]
driver.h 2842 const int *freq_list; member in struct:drv_acs_params
4931 * @freq_list: Weighted preferred channel list
4935 * the driver specific to a particular interface type. The freq_list
4941 struct weighted_pcl *freq_list);

Completed in 33 milliseconds