Searched refs:control_freq (Results 1 – 4 of 4) sorted by relevance
50 u32 control_freq; in cfg80211_chandef_valid() local55 control_freq = chandef->chan->center_freq; in cfg80211_chandef_valid()62 if (chandef->center_freq1 != control_freq) in cfg80211_chandef_valid()68 if (chandef->center_freq1 != control_freq + 10 && in cfg80211_chandef_valid()69 chandef->center_freq1 != control_freq - 10) in cfg80211_chandef_valid()75 if (chandef->center_freq1 != control_freq + 30 && in cfg80211_chandef_valid()76 chandef->center_freq1 != control_freq + 10 && in cfg80211_chandef_valid()77 chandef->center_freq1 != control_freq - 10 && in cfg80211_chandef_valid()78 chandef->center_freq1 != control_freq - 30) in cfg80211_chandef_valid()88 if (chandef->center_freq1 != control_freq + 30 && in cfg80211_chandef_valid()[all …]
128 __field(u32, control_freq) \136 __entry->control_freq = \143 __entry->control_freq = 0; \151 #define CHAN_DEF_PR_ARG __entry->band, __entry->control_freq, \
1896 u32 control_freq; in nl80211_parse_chandef() local1901 control_freq = nla_get_u32(info->attrs[NL80211_ATTR_WIPHY_FREQ]); in nl80211_parse_chandef()1903 chandef->chan = ieee80211_get_channel(&rdev->wiphy, control_freq); in nl80211_parse_chandef()1905 chandef->center_freq1 = control_freq; in nl80211_parse_chandef()
31 #define CHANDEF_ENTRY __field(u32, control_freq) \36 __entry->control_freq = (c)->chan ? (c)->chan->center_freq : 0; \41 #define CHANDEF_PR_ARG __entry->control_freq, __entry->chan_width, \1408 u32 control_freq; member1458 SWITCH_ENTRY_ASSIGN(old_chandef.control_freq,1466 SWITCH_ENTRY_ASSIGN(new_chandef.control_freq,