Lines Matching defs:channels

87  *	channel as the control or any of the secondary channels.
92 * channel as the control or any of the secondary channels.
114 * channel as the control or any of the secondary channels.
173 * @dfs_cac_ms: DFS CAC time in milliseconds, this is valid for DFS channels.
482 * @channels: bitmap that indicates the 2.16 GHz channel(s)
490 u8 channels;
516 * @channels: Array of channels the hardware can operate with
519 * @n_channels: Number of channels in @channels
536 struct ieee80211_channel *channels;
648 * This function reads info from DT and uses it to *modify* channels (disable
651 * sure to call it only if channels in wiphy are copied and can be modified
655 * It also modifies channels so they have to be set first.
745 * @edmg: define the EDMG channels configuration.
746 * If edmg is requested (i.e. the .channels member is non-zero),
887 * Return: %true if the channels defined by the channel definitions are
911 return chandef->edmg.channels || chandef->edmg.bw_config;
934 * cfg80211_chandef_usable - check if secondary channels can be used
938 * Return: %true if secondary channels are usable. %false otherwise.
970 * rates may not be used in 5/10 MHz channels.
1007 * max_power for non-standard (20 MHz) channels.
1030 * cfg80211_any_usable_channels - check for usable channels
1033 * @prohibited_flags: which channels to not consider usable,
1461 * @num_different_channels: the number of different channels we want
1598 * @supported_channels: supported channels in IEEE 802.11 format
1599 * @supported_channels_len: number of supported channels
1772 * @n_bonded_ch: In case of EDMG the number of bonded channels (1-4)
2354 * to operate on DFS channels.
2418 * channels to scan, and the SSIDs to send probe requests for (including the
2488 * @channels: channels to scan on.
2489 * @n_channels: total number of channels to scan
2546 struct ieee80211_channel *channels[] __counted_by(n_channels);
2614 * @n_channels: total number of channels to scan
2628 * @channels: channels to scan
2692 struct ieee80211_channel *channels[];
3042 * IBSSs to join on other channels.
3056 * to operate on DFS channels.
3161 * @edmg: define the EDMG channels.
3162 * This may specify multiple channels and bonding options for the driver
3405 * @n_channels: Number of channels where the match occurred. This
3406 * value may be zero if the driver can't report the channels.
3407 * @channels: center frequencies of the channels where a match
3413 u32 channels[];
4808 * @WIPHY_FLAG_SUPPORTS_5_10_MHZ: Device supports 5 MHz and 10 MHz channels.
4865 * 1. Allow #STA <= 1, #AP <= 1, matching BI, channels = 1, 2 total:
4881 * 2. Allow #{AP, P2P-GO} <= 8, channels = 1, 8 total:
4897 * 3. Allow #STA <= 1, #{P2P-client,P2P-GO} <= 3 on two channels, 4 total.
4925 * can use up to this many different channels
5312 * @bands: information about bands/channels supported by this device
8589 * @dev: the device which switched channels
8861 * ieee80211_get_num_supported_channels - get number of channels device has
8864 * Return: the number of channels supported by the device.