Searched refs:freq1_offset (Results 1 – 6 of 6) sorted by relevance
| /linux/net/mac80211/ |
| 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() 1133 .freq1_offset = chan->freq_offset, in ieee80211_create_default_chandef()
|
| H A D | mlme.c | 218 .freq1_offset = channel->freq_offset, in ieee80211_determine_ap_chan() 1749 chanreq.oper.center_freq1, chanreq.oper.freq1_offset, in ieee80211_config_bw() 3395 csa_ie.chanreq.oper.freq1_offset, in ieee80211_sta_process_chanswitch()
|
| H A D | util.c | 3426 chandef->freq1_offset = oper_khz % 1000; in ieee80211_chandef_s1g_oper()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 884 u16 freq1_offset; member 1029 chandef1->freq1_offset == chandef2->freq1_offset && in cfg80211_chandef_identical() 10072 return MHZ_TO_KHZ(chandef->center_freq1) + chandef->freq1_offset; in ieee80211_chandef_to_khz() 10942 MHZ_TO_KHZ(chandef->center_freq1) + chandef->freq1_offset; in cfg80211_s1g_get_start_freq_khz() 10957 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) \ 157 __entry->freq1_offset = (chandef)->freq1_offset;\ 171 __entry->freq1_offset = 0; \ 182 __entry->center_freq1, __entry->freq1_offset, \
|
| H A D | nl80211.c | 3950 chandef->freq1_offset = control_freq % 1000; in _nl80211_parse_chandef() 4006 chandef->freq1_offset = nla_get_u32_default( in _nl80211_parse_chandef() 4632 if (chandef->freq1_offset && in nl80211_send_chandef() 4634 chandef->freq1_offset)) in nl80211_send_chandef()
|