Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:channels

165 	/* Add non-preferred channels attribute */
193 * non-preferred channels list during association, if the AP supports
248 * wpa_non_pref_chan_cmp - Compare two channels for sorting
250 * In MBO IE non-preferred channel subelement we can put many channels in an
253 * build the IE attributes and WNM Request subelements, save the channels sorted
278 wpa_printf(MSG_DEBUG, "MBO: Update non-preferred channels, non_pref_chan=%s",
399 if (mode->channels[i].chan == chan)
404 (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED))
408 *flags = mode->channels[i].flag;
424 * In 80 MHz, the bandwidth "spans" 12 channels (e.g., 36-48),
425 * so the center channel is 6 channels away from the start/end.
445 /* check all the channels are available */
474 * In 160 MHz, the bandwidth "spans" 28 channels (e.g., 36-64),
475 * so the center channel is 14 channels away from the start/end.
496 /* Check all the channels are available */
559 u8 channels[] = { 42, 58, 106, 122, 138, 155 };
561 for (i = 0; i < ARRAY_SIZE(channels); i++) {
562 if (verify_channel(mode, channels[i], op_class->bw) ==