Searched refs:freq1_offset (Results 1 – 6 of 6) sorted by relevance
| /linux/net/mac80211/ |
| H A D | trace.h | 44 __field(u32, freq1_offset) \ 51 __entry->freq1_offset = (c) ? (c)->freq1_offset : 0; \ 55 __entry->center_freq1, __entry->freq1_offset, __entry->center_freq2 70 __entry->min_freq1_offset = (c)->freq1_offset; \ 91 __entry->ap_freq1_offset = (c)->chan ? (c)->freq1_offset : 0; \ 543 __entry->channel_cfreq1_offset = link_conf->chanreq.oper.freq1_offset; 1752 u32 freq1_offset; member 1810 SWITCH_ENTRY_ASSIGN(old_chandef.freq1_offset, 1811 old_ctx->def.freq1_offset); 1822 SWITCH_ENTRY_ASSIGN(new_chandef.freq1_offset, [all …]
|
| H A D | main.c | 128 chandef.freq1_offset = chandef.chan->freq_offset; in ieee80211_calc_hw_conf_chan() 139 chandef.width, chandef.center_freq1, chandef.freq1_offset, in ieee80211_calc_hw_conf_chan()
|
| H A D | mlme.c | 178 .freq1_offset = channel->freq_offset, in ieee80211_determine_ap_chan() 1334 chanreq.oper.center_freq1, chanreq.oper.freq1_offset, in ieee80211_config_bw() 2921 csa_ie.chanreq.oper.freq1_offset, in ieee80211_sta_process_chanswitch()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 830 u16 freq1_offset; member 975 chandef1->freq1_offset == chandef2->freq1_offset && in cfg80211_chandef_identical() 9515 return MHZ_TO_KHZ(chandef->center_freq1) + chandef->freq1_offset; in ieee80211_chandef_to_khz() 10322 MHZ_TO_KHZ(chandef->center_freq1) + chandef->freq1_offset; in cfg80211_s1g_get_start_freq_khz() 10337 MHZ_TO_KHZ(chandef->center_freq1) + chandef->freq1_offset; in cfg80211_s1g_get_end_freq_khz()
|
| /linux/net/wireless/ |
| H A D | trace.h | 142 __field(u32, freq1_offset) \ 155 __entry->freq1_offset = (chandef)->freq1_offset;\ 164 __entry->freq1_offset = 0; \ 173 __entry->center_freq1, __entry->freq1_offset, \
|
| H A D | nl80211.c | 3537 chandef->freq1_offset = control_freq % 1000; in _nl80211_parse_chandef() 3590 chandef->freq1_offset = nla_get_u32_default( in _nl80211_parse_chandef()
|