Searched refs:max_oper_chwidth (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh.c334 if (ssid->max_oper_chwidth != DEFAULT_MAX_OPER_CHWIDTH)
335 conf->vht_oper_chwidth = ssid->max_oper_chwidth;
469 ssid->max_oper_chwidth = CHANWIDTH_80P80MHZ;
473 ssid->max_oper_chwidth = CHANWIDTH_80MHZ;
477 ssid->max_oper_chwidth = CHANWIDTH_160MHZ;
480 ssid->max_oper_chwidth = CHANWIDTH_USE_HT;
H A Dp2p_supplicant.h46 int max_oper_chwidth, int he);
51 int vht, int max_oper_chwidth, int he,
120 int max_oper_chwidth, int pref_freq, int he);
H A Dconfig_ssid.h526 int max_oper_chwidth; member in struct:wpa_ssid
H A Dctrl_iface.c5629 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
5698 pos2 = os_strstr(pos, " max_oper_chwidth=");
5702 max_oper_chwidth = parse_freq(chwidth, freq2);
5703 if (max_oper_chwidth < 0)
5747 pd, ht40, vht, max_oper_chwidth, he,
6303 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local
6346 pos = os_strstr(cmd, " max_oper_chwidth=");
6350 max_oper_chwidth = parse_freq(chwidth, freq2);
6351 if (max_oper_chwidth < 0)
6355 max_oper_chwidth, pref_fre
6428 int max_oper_chwidth, chwidth = 0, freq2 = 0; local
[all...]
H A Dap.c62 if (ssid->max_oper_chwidth)
63 conf->vht_oper_chwidth = ssid->max_oper_chwidth;
H A Dp2p_supplicant.c1921 ssid->max_oper_chwidth = params->max_oper_chwidth;
2273 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth;
5962 int vht, int max_oper_chwidth, int he,
5976 params->max_oper_chwidth = max_oper_chwidth;
6332 int max_oper_chwidth, int he)
6353 ht40, vht, max_oper_chwidth, he, NULL))
6432 int vht, int max_oper_chwidth, int he,
6508 ht40, vht, max_oper_chwidth, h
5959 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels) argument
6330 wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int persistent_group, int freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he) argument
6428 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels, int connection_timeout, int force_scan) argument
[all...]
H A Dconfig_file.c843 INT_DEF(max_oper_chwidth, DEFAULT_MAX_OPER_CHWIDTH);
H A Dconfig.c2243 { INT_RANGE(max_oper_chwidth, CHANWIDTH_USE_HT,
2911 ssid->max_oper_chwidth = DEFAULT_MAX_OPER_CHWIDTH;
H A Dwpa_supplicant.c2367 if (ssid->max_oper_chwidth == CHANWIDTH_80P80MHZ) {
2395 } else if (ssid->max_oper_chwidth == CHANWIDTH_160MHZ) {
2405 } else if (ssid->max_oper_chwidth == CHANWIDTH_USE_HT) {
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.h102 u8 max_oper_chwidth; member in struct:p2p_go_neg_results

Completed in 153 milliseconds