Lines Matching defs:chwidth
6373 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0;
6448 chwidth = atoi(pos2 + 18);
6450 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
6454 if (allow_6ghz && chwidth == 40)
7049 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0;
7097 chwidth = atoi(pos + 18);
7099 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
7105 if (allow_6ghz && chwidth == 40)
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);
7258 if (allow_6ghz && chwidth == 40)