Searched refs:freq1_offset (Results 1 – 8 of 8) 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); [all...] |
H A D | scan.c | 996 local->scan_chandef.freq1_offset = chan->freq_offset; in ieee80211_scan_state_set_channel()
|
H A D | mlme.c | 178 .freq1_offset = channel->freq_offset, in ieee80211_determine_ap_chan() 1314 chanreq.oper.center_freq1, chanreq.oper.freq1_offset, in ieee80211_config_bw() 2890 csa_ie.chanreq.oper.freq1_offset, in ieee80211_sta_process_chanswitch()
|
H A D | util.c | 3232 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() 345 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 | 3407 chandef->freq1_offset = control_freq % 1000; in _nl80211_parse_chandef() 3466 chandef->freq1_offset = in _nl80211_parse_chandef()
|
/linux/include/net/ |
H A D | cfg80211.h | 820 * @freq1_offset: offset from @center_freq1, in KHz 831 u16 freq1_offset; member 972 chandef1->freq1_offset == chandef2->freq1_offset && in cfg80211_chandef_identical() 9280 return MHZ_TO_KHZ(chandef->center_freq1) + chandef->freq1_offset; in ieee80211_chandef_to_khz()
|