HomeSort by: relevance | last modified time | path
    Searched refs:max_oper_chwidth (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
config_ssid.h 589 enum oper_chan_width max_oper_chwidth; member in struct:wpa_ssid
p2p_supplicant.h 47 int max_oper_chwidth, int he, int edmg, bool allow_6ghz);
52 int max_oper_chwidth, int he, int edmg,
mesh.c 647 ssid->max_oper_chwidth =
652 ssid->max_oper_chwidth =
657 ssid->max_oper_chwidth = CONF_OPER_CHWIDTH_160MHZ;
660 ssid->max_oper_chwidth = CONF_OPER_CHWIDTH_USE_HT;
ap.c 85 if (ssid->max_oper_chwidth)
86 hostapd_set_oper_chwidth(conf, ssid->max_oper_chwidth);
248 get_max_oper_chwidth_6ghz(ssid->max_oper_chwidth) >= 40) {
255 if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_40MHZ_6GHZ)
256 ssid->max_oper_chwidth = CONF_OPER_CHWIDTH_USE_HT;
260 get_max_oper_chwidth_6ghz(ssid->max_oper_chwidth) >= 80)
ctrl_iface.c 6376 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
6449 pos2 = os_strstr(pos, " max_oper_chwidth=");
6453 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
6454 if (max_oper_chwidth < 0)
6458 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ;
6501 pd, ht40, vht, max_oper_chwidth, he, edmg,
7052 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local
7098 pos = os_strstr(cmd, " max_oper_chwidth=");
7102 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
7103 if (max_oper_chwidth < 0
7194 int max_oper_chwidth, chwidth = 0, freq2 = 0; local
    [all...]
p2p_supplicant.c 2084 ssid->max_oper_chwidth = params->max_oper_chwidth;
2481 res->max_oper_chwidth = wpa_s->p2p_go_max_oper_chwidth;
6483 int vht, int max_oper_chwidth, int he,
6498 params->max_oper_chwidth = max_oper_chwidth;
6896 int max_oper_chwidth, int he, int edmg,
6922 ht40, vht, max_oper_chwidth, he, edmg,
7043 int vht, int max_oper_chwidth, int he,
7123 ht40, vht, max_oper_chwidth, he, edmg
    [all...]
config_file.c 793 INT_DEF(max_oper_chwidth, DEFAULT_MAX_OPER_CHWIDTH);
wpa_supplicant.c 3085 if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_USE_HT)
3124 if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_80P80MHZ) {
3158 } else if (ssid->max_oper_chwidth == CONF_OPER_CHWIDTH_160MHZ) {
config.c 2545 { INT_RANGE(max_oper_chwidth, CONF_OPER_CHWIDTH_USE_HT,
3282 ssid->max_oper_chwidth = DEFAULT_MAX_OPER_CHWIDTH;
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 369 int max_oper_chwidth, chwidth = 0, freq2 = 0; local
421 } else if (os_strcmp(entry.key, "max_oper_chwidth") == 0 &&
431 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
432 if (max_oper_chwidth < 0)
436 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ;
478 max_oper_chwidth, he, edmg,
487 ht40, vht, max_oper_chwidth, he, edmg,
  /src/external/bsd/wpa/dist/src/p2p/
p2p.h 106 u8 max_oper_chwidth; member in struct:p2p_go_neg_results

Completed in 71 milliseconds