Lines Matching defs:channel
261 hapd->iconf->channel = oldconf->channel;
1495 * It is possible that the existing channel list is acceptable, so try
1550 * channel setup operations that may take considerable amount of time
1574 wpa_printf(MSG_DEBUG, "Continue interface setup after channel list update");
1598 "channel. (%d)", ret);
1640 u8 *channel)
1644 *hw_mode = ieee80211_freq_to_chan(hapd->iface->freq, channel);
1876 if (iface->conf->channel) {
1881 iface->freq = hostapd_hw_get_freq(hapd, iface->conf->channel);
1885 iface->conf->channel, iface->freq);
1905 "Proceed with AP/channel setup");
1907 * If this is a DFS channel, move to completing
1928 hapd->iconf->channel,
1938 wpa_printf(MSG_ERROR, "Could not set channel for "
2179 * Flushes old stations, sets the channel, encryption,
3273 * TODO: This flow currently supports only changing channel and width within
3282 int channel;
3286 if (!params->channel) {
3287 /* check if the new channel is supported by hw */
3288 params->channel = hostapd_hw_get_channel(hapd, params->freq);
3291 channel = params->channel;
3292 if (!channel)
3300 hostapd_hw_get_freq(hapd, conf->channel),
3301 conf->channel, conf->ieee80211n,
3331 conf->channel = channel;
3381 "invalid frequency for channel switch (freq=%d, sec_channel_offset=%d, vht_enabled=%d, he_enabled=%d)",
3389 settings->freq_params.channel = chan;
3406 /* set channel switch parameters for csa ie */
3516 iface->conf->channel = freq_params->channel;