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; \ 540 __entry->channel_cfreq1_offset = link_conf->chanreq.oper.freq1_offset; 1678 u32 freq1_offset; member 1736 SWITCH_ENTRY_ASSIGN(old_chandef.freq1_offset, 1737 old_ctx->def.freq1_offset); 1748 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 | 974 local->scan_chandef.freq1_offset = chan->freq_offset; in ieee80211_scan_state_set_channel()
|
H A D | mlme.c | 173 .freq1_offset = channel->freq_offset, in ieee80211_determine_ap_chan() 1064 chanreq.oper.center_freq1, chanreq.oper.freq1_offset, in ieee80211_config_bw() 2528 csa_ie.chanreq.oper.freq1_offset, in ieee80211_sta_process_chanswitch()
|
H A D | util.c | 3214 chandef->freq1_offset = oper_freq % 1000; in ieee80211_chandef_s1g_oper()
|
/linux/net/wireless/ |
H A D | chan.c | 32 .freq1_offset = chan->freq_offset, in cfg80211_chandef_create() 305 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 | 3352 chandef->freq1_offset = control_freq % 1000; in _nl80211_parse_chandef() 3412 chandef->freq1_offset = nla_get_u32( in _nl80211_parse_chandef() 3415 chandef->freq1_offset = 0; in _nl80211_parse_chandef()
|
/linux/include/net/ |
H A D | cfg80211.h | 828 u16 freq1_offset; member 969 chandef1->freq1_offset == chandef2->freq1_offset && in cfg80211_chandef_identical() 9059 return MHZ_TO_KHZ(chandef->center_freq1) + chandef->freq1_offset; in ieee80211_chandef_to_khz()
|