Searched refs:control_freq (Results 1 – 4 of 4) sorted by relevance
51 u32 control_freq; in cfg80211_chandef_valid() local56 control_freq = chandef->chan->center_freq; in cfg80211_chandef_valid()63 if (chandef->center_freq1 != control_freq) in cfg80211_chandef_valid()69 if (chandef->center_freq1 != control_freq + 10 && in cfg80211_chandef_valid()70 chandef->center_freq1 != control_freq - 10) in cfg80211_chandef_valid()76 if (chandef->center_freq1 != control_freq + 30 && in cfg80211_chandef_valid()77 chandef->center_freq1 != control_freq + 10 && in cfg80211_chandef_valid()78 chandef->center_freq1 != control_freq - 10 && in cfg80211_chandef_valid()79 chandef->center_freq1 != control_freq - 30) in cfg80211_chandef_valid()89 if (chandef->center_freq1 != control_freq + 30 && in cfg80211_chandef_valid()[all …]
130 __field(u32, control_freq) \138 __entry->control_freq = \145 __entry->control_freq = 0; \153 #define CHAN_DEF_PR_ARG __entry->band, __entry->control_freq, \
2295 u32 control_freq; in nl80211_parse_chandef() local2300 control_freq = nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ]); in nl80211_parse_chandef()2302 chandef->chan = ieee80211_get_channel(&rdev->wiphy, control_freq); in nl80211_parse_chandef()2304 chandef->center_freq1 = control_freq; in nl80211_parse_chandef()
39 #define CHANDEF_ENTRY __field(u32, control_freq) \44 __entry->control_freq = (c) ? ((c)->chan ? (c)->chan->center_freq : 0) : 0; \49 #define CHANDEF_PR_ARG __entry->control_freq, __entry->chan_width, \1517 u32 control_freq; member1567 SWITCH_ENTRY_ASSIGN(old_chandef.control_freq,1575 SWITCH_ENTRY_ASSIGN(new_chandef.control_freq,