Lines Matching +full:1 +full:mhz

59 		 * In 80 MHz, the bandwidth "spans" 12 channels (e.g., 36-48),
109 no_ir = 1;
129 * In 160 MHz, the bandwidth "spans" 28 channels (e.g., 36-64),
179 no_ir = 1;
199 * In 320 MHz, the bandwidth "spans" 60 channels (e.g., 65-125),
259 if (bw == BW40MINUS || (bw == BW40 && (((channel - 1) / 4) % 2))) {
275 * valid 20 MHz channels. Override earlier allow_channel()
276 * result and use only the 80 MHz specific version.
282 * valid 20 MHz channels. Override earlier allow_channel()
283 * result and use only the 160 MHz specific version.
289 * valid 20 MHz channels. Override earlier allow_channel()
290 * result and use only the 80 MHz specific version.
296 * valid 20 MHz channels. Override earlier allow_channel()
297 * result and use only the 320 MHz specific version.
341 freq5 = 1;
343 freq2 = 1;
348 freq2 = freq5 = 1;
377 /* Disable >= 40 MHz channels if HT is disabled */
386 /* Disable >= 80 MHz channels if VHT is disabled */
399 return 1;
406 /* Check if either 160 MHz channels is allowed */
416 /* Need at least two non-contiguous 80 MHz segments */
452 return 1;
458 /* Need at least two 80 MHz segments which do not fall under the
459 * same 160 MHz segment to support 80+80 in 6 GHz.
475 * MHz segments allowed.
477 if ((curr_seg - first_seg) > 1)
478 return 1;
480 /* Supported even if the 80 MHz segments are
482 * same 160 MHz segment.
485 return 1;
497 found = 1;
515 return -1;
547 * 1 byte for every other supported operating class.
555 ie_len = wpabuf_put(buf, 1);
583 /* Add a 1-octet operating class to the Operating Class field */
587 /* Add the 2-octet operating classes (i.e., 80+80 MHz cases), if any */
634 classes = os_zalloc((max_num + 1) * sizeof(int));