Lines Matching defs:max_oper_chwidth
6373 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0;
6446 pos2 = os_strstr(pos, " max_oper_chwidth=");
6450 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
6451 if (max_oper_chwidth < 0)
6455 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ;
6498 pd, ht40, vht, max_oper_chwidth, he, edmg,
7049 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0;
7095 pos = os_strstr(cmd, " max_oper_chwidth=");
7099 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
7100 if (max_oper_chwidth < 0)
7106 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ;
7109 max_oper_chwidth, pref_freq, he, edmg,
7191 int max_oper_chwidth, chwidth = 0, freq2 = 0;
7201 sscanf(token, "max_oper_chwidth=%d", &chwidth) == 1) {
7254 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
7255 if (max_oper_chwidth < 0)
7259 max_oper_chwidth = CONF_OPER_CHWIDTH_40MHZ_6GHZ;
7268 max_oper_chwidth, he,
7273 max_oper_chwidth, he, edmg, allow_6ghz);