Lines Matching defs:channel
90 /* Time to stay on the channel */
182 * Add channel list TLV (section 8.4.2)
184 * Actual channel data comes from priv->wdev->wiphy->channels.
201 * channel 00 01 00 00 00 64 00
203 * channel 01
207 * channel 2 00 02 00 00 00 64 00
366 * Add channel (phy ds) TLV
371 static int lbs_add_channel_tlv(u8 *tlv, u8 channel)
378 * 06 channel
382 ds->channel = channel;
462 struct ieee80211_channel *channel)
470 ret = lbs_mesh_set_channel(priv, channel->hw_value);
484 * bit to the AP. So we cannot stay away from our current channel too long,
605 /* To find out the channel, we must parse the IEs */
632 /* No channel, no luck */
637 struct ieee80211_channel *channel =
644 if (channel &&
645 !(channel->flags & IEEE80211_CHAN_DISABLED)) {
646 bss = cfg80211_inform_bss(wiphy, channel,
655 lbs_deb_scan("scan response: missing BSS channel IE\n");
667 * Our scan command contains a TLV, consting of a SSID TLV, a channel list
696 /* stop network while we're away from our main channel */
713 /* add channel TLVs */
1112 if (bss->channel)
1113 pos += lbs_add_channel_tlv(pos, bss->channel->hw_value);
1115 lbs_deb_assoc("no channel\n");
1316 bss = cfg80211_get_bss(wiphy, sme->channel, sme->bssid,
1672 /* Fake DS channel IE */
1752 * IE DS channel 01
1772 cmd.bss.ds.channel = params->chandef.chan->hw_value;
1868 * IE DS channel 01
1886 cmd.ds.channel = params->chandef.chan->hw_value;