Lines Matching defs:channels
84 * channel as the control or any of the secondary channels.
89 * channel as the control or any of the secondary channels.
163 * @dfs_cac_ms: DFS CAC time in milliseconds, this is valid for DFS channels.
433 * @channels: bitmap that indicates the 2.16 GHz channel(s)
441 u8 channels;
467 * @channels: Array of channels the hardware can operate with
470 * @n_channels: Number of channels in @channels
487 struct ieee80211_channel *channels;
591 * This function reads info from DT and uses it to *modify* channels (disable
594 * sure to call it only if channels in wiphy are copied and can be modified
598 * It also modifies channels so they have to be set first.
688 * @edmg: define the EDMG channels configuration.
689 * If edmg is requested (i.e. the .channels member is non-zero),
802 * Return: %true if the channels defined by the channel definitions are
826 return chandef->edmg.channels || chandef->edmg.bw_config;
849 * cfg80211_chandef_usable - check if secondary channels can be used
853 * Return: %true if secondary channels are usable. %false otherwise.
875 * rates may not be used in 5/10 MHz channels.
900 * max_power for non-standard (20 MHz) channels.
1252 * @num_different_channels: the number of different channels we want
1340 * @supported_channels: supported channels in IEEE 802.11 format
1341 * @supported_channels_len: number of supported channels
1508 * @n_bonded_ch: In case of EDMG the number of bonded channels (1-4)
2008 * to operate on DFS channels.
2070 * channels to scan, and the SSIDs to send probe requests for (including the
2138 * @channels: channels to scan on.
2139 * @n_channels: total number of channels to scan
2196 struct ieee80211_channel *channels[];
2264 * @n_channels: total number of channels to scan
2278 * @channels: channels to scan
2342 struct ieee80211_channel *channels[];
2646 * IBSSs to join on other channels.
2660 * to operate on DFS channels.
2765 * @edmg: define the EDMG channels.
2766 * This may specify multiple channels and bonding options for the driver
3009 * @n_channels: Number of channels where the match occurred. This
3010 * value may be zero if the driver can't report the channels.
3011 * @channels: center frequencies of the channels where a match
3017 u32 channels[];
4300 * @WIPHY_FLAG_SUPPORTS_5_10_MHZ: Device supports 5 MHz and 10 MHz channels.
4352 * 1. Allow #STA <= 1, #AP <= 1, matching BI, channels = 1, 2 total:
4368 * 2. Allow #{AP, P2P-GO} <= 8, channels = 1, 8 total:
4384 * 3. Allow #STA <= 1, #{P2P-client,P2P-GO} <= 3 on two channels, 4 total.
4412 * can use up to this many different channels
4783 * @bands: information about bands/channels supported by this device
7509 * @dev: the device which switched channels
7745 * ieee80211_get_num_supported_channels - get number of channels device has
7748 * Return: the number of channels supported by the device.