Searched refs:freq1_offset (Results 1 – 9 of 9) 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 | scan.c | 1005 local->scan_chandef.freq1_offset = chan->freq_offset; in ieee80211_scan_state_set_channel()
|
| H A D | mlme.c | 179 .freq1_offset = channel->freq_offset, in ieee80211_determine_ap_chan() 1401 chanreq.oper.center_freq1, chanreq.oper.freq1_offset, in ieee80211_config_bw() 3006 csa_ie.chanreq.oper.freq1_offset, in ieee80211_sta_process_chanswitch()
|
| H A D | util.c | 3314 chandef->freq1_offset = oper_khz % 1000; in ieee80211_chandef_s1g_oper()
|
| /linux/net/wireless/ |
| H A D | chan.c | 32 .freq1_offset = chan->freq_offset, in cfg80211_chandef_create() 349 if (chandef->freq1_offset >= 1000) in cfg80211_chandef_valid()
|
| 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 | 3593 chandef->freq1_offset = control_freq % 1000; in _nl80211_parse_chandef() 3646 chandef->freq1_offset = nla_get_u32_default( in _nl80211_parse_chandef()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 866 u16 freq1_offset; member 1011 chandef1->freq1_offset == chandef2->freq1_offset && in cfg80211_chandef_identical() 9593 return MHZ_TO_KHZ(chandef->center_freq1) + chandef->freq1_offset; in ieee80211_chandef_to_khz() 10418 MHZ_TO_KHZ(chandef->center_freq1) + chandef->freq1_offset; in cfg80211_s1g_get_start_freq_khz() 10433 MHZ_TO_KHZ(chandef->center_freq1) + chandef->freq1_offset; in cfg80211_s1g_get_end_freq_khz()
|