Home
last modified time | relevance | path

Searched refs:freq1_offset (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dtrace.h44 __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; \
467 __entry->channel_cfreq1_offset = info->chandef.freq1_offset;
1568 u32 freq1_offset; member
1624 SWITCH_ENTRY_ASSIGN(old_chandef.freq1_offset,
1625 old_ctx->def.freq1_offset);
1636 SWITCH_ENTRY_ASSIGN(new_chandef.freq1_offset,
[all...]
H A Dmain.c110 chandef.freq1_offset = chandef.chan->freq_offset; in ieee80211_hw_conf_chan()
117 chandef.width, chandef.center_freq1, chandef.freq1_offset, in ieee80211_hw_conf_chan()
H A Dscan.c947 local->scan_chandef.freq1_offset = chan->freq_offset; in ieee80211_scan_state_set_channel()
H A Dmlme.c165 chandef->freq1_offset = channel->freq_offset; in ieee80211_determine_chantype()
438 chandef.center_freq1, chandef.freq1_offset, in ieee80211_config_bw()
1427 csa_ie.chandef.freq1_offset, in ieee80211_sta_process_chanswitch()
H A Dchan.c548 chandef->freq1_offset = chandef->chan->freq_offset; in ieee80211_del_chanctx()
H A Dutil.c3500 chandef->freq1_offset = oper_freq % 1000; in ieee80211_chandef_s1g_oper()
/kernel/linux/linux-6.6/net/mac80211/
H A Dtrace.h44 __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; \
508 __entry->channel_cfreq1_offset = link_conf->chandef.freq1_offset;
1635 u32 freq1_offset; member
1693 SWITCH_ENTRY_ASSIGN(old_chandef.freq1_offset,
1694 old_ctx->def.freq1_offset);
1705 SWITCH_ENTRY_ASSIGN(new_chandef.freq1_offset,
[all...]
H A Dmain.c111 chandef.freq1_offset = chandef.chan->freq_offset; in ieee80211_hw_conf_chan()
118 chandef.width, chandef.center_freq1, chandef.freq1_offset, in ieee80211_hw_conf_chan()
H A Dscan.c941 local->scan_chandef.freq1_offset = chan->freq_offset; in ieee80211_scan_state_set_channel()
H A Dchan.c734 chandef->freq1_offset = chandef->chan->freq_offset; in ieee80211_del_chanctx()
H A Dmlme.c242 chandef->freq1_offset = channel->freq_offset; in ieee80211_determine_chantype()
569 chandef.center_freq1, chandef.freq1_offset, in ieee80211_config_bw()
1913 csa_ie.chandef.freq1_offset, in ieee80211_sta_process_chanswitch()
H A Dutil.c4005 chandef->freq1_offset = oper_freq % 1000; in ieee80211_chandef_s1g_oper()
/kernel/linux/linux-5.10/net/wireless/
H A Dchan.c31 chandef->freq1_offset = chan->freq_offset; in cfg80211_chandef_create()
204 if (chandef->freq1_offset >= 1000) in cfg80211_chandef_valid()
H A Dtrace.h139 __field(u32, freq1_offset) \
151 __entry->freq1_offset = (chandef)->freq1_offset;\
159 __entry->freq1_offset = 0; \
167 __entry->center_freq1, __entry->freq1_offset, \
H A Dnl80211.c2914 chandef->freq1_offset = control_freq % 1000; in nl80211_parse_chandef()
2975 chandef->freq1_offset = nla_get_u32( in nl80211_parse_chandef()
2978 chandef->freq1_offset = 0; in nl80211_parse_chandef()
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h692 * @freq1_offset: offset from @center_freq1, in KHz
700 u16 freq1_offset; member
812 chandef1->freq1_offset == chandef2->freq1_offset && in cfg80211_chandef_identical()
7564 return MHZ_TO_KHZ(chandef->center_freq1) + chandef->freq1_offset; in ieee80211_chandef_to_khz()
/kernel/linux/linux-6.6/net/wireless/
H A Dchan.c31 chandef->freq1_offset = chan->freq_offset; in cfg80211_chandef_create()
207 if (chandef->freq1_offset >= 1000) in cfg80211_chandef_valid()
H A Dtrace.h137 __field(u32, freq1_offset) \
149 __entry->freq1_offset = (chandef)->freq1_offset;\
157 __entry->freq1_offset = 0; \
165 __entry->center_freq1, __entry->freq1_offset, \
H A Dnl80211.c3250 chandef->freq1_offset = control_freq % 1000; in nl80211_parse_chandef()
3311 chandef->freq1_offset = nla_get_u32( in nl80211_parse_chandef()
3314 chandef->freq1_offset = 0; in nl80211_parse_chandef()
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h749 * @freq1_offset: offset from @center_freq1, in KHz
757 u16 freq1_offset; member
897 chandef1->freq1_offset == chandef2->freq1_offset && in cfg80211_chandef_identical()
8651 return MHZ_TO_KHZ(chandef->center_freq1) + chandef->freq1_offset; in ieee80211_chandef_to_khz()

Completed in 105 milliseconds