Home
last modified time | relevance | path

Searched refs:chan_def (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dutil.c346 struct cfg80211_chan_def *chan_def) in nxpwifi_convert_chan_to_band_cfg() argument
350 switch (chan_def->chan->band) { in nxpwifi_convert_chan_to_band_cfg()
361 switch (chan_def->width) { in nxpwifi_convert_chan_to_band_cfg()
368 if (chan_def->center_freq1 > chan_def->chan->center_freq) in nxpwifi_convert_chan_to_band_cfg()
375 nxpwifi_get_sec_chan_offset(chan_def->chan->hw_value); in nxpwifi_convert_chan_to_band_cfg()
383 chan_def->width); in nxpwifi_convert_chan_to_band_cfg()
H A Dutil.h153 struct cfg80211_chan_def *chan_def);
/linux/net/mac80211/
H A Dnan.c380 struct cfg80211_chan_def *chan_def = in ieee80211_nan_set_local_sched() local
383 if (!chan_def->chan) in ieee80211_nan_set_local_sched()
387 chan_def)) in ieee80211_nan_set_local_sched()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c11908 static u8 ath12k_mac_get_num_pwr_levels(struct cfg80211_chan_def *chan_def) in ath12k_mac_get_num_pwr_levels() argument
11910 if (chan_def->chan->flags & IEEE80211_CHAN_PSD) { in ath12k_mac_get_num_pwr_levels()
11911 switch (chan_def->width) { in ath12k_mac_get_num_pwr_levels()
11926 switch (chan_def->width) { in ath12k_mac_get_num_pwr_levels()
11943 static u16 ath12k_mac_get_6ghz_start_frequency(struct cfg80211_chan_def *chan_def) in ath12k_mac_get_6ghz_start_frequency() argument
11958 switch (chan_def->width) { in ath12k_mac_get_6ghz_start_frequency()
11975 return chan_def->center_freq1 - diff_seq; in ath12k_mac_get_6ghz_start_frequency()
11978 static u16 ath12k_mac_get_seg_freq(struct cfg80211_chan_def *chan_def, in ath12k_mac_get_seg_freq() argument