Lines Matching defs:chandef1
799 * @chandef1: first channel definition
806 cfg80211_chandef_identical(const struct cfg80211_chan_def *chandef1,
809 return (chandef1->chan == chandef2->chan &&
810 chandef1->width == chandef2->width &&
811 chandef1->center_freq1 == chandef2->center_freq1 &&
812 chandef1->freq1_offset == chandef2->freq1_offset &&
813 chandef1->center_freq2 == chandef2->center_freq2);
831 * @chandef1: first channel definition
835 * chandef1 or chandef2 otherwise.
838 cfg80211_chandef_compatible(const struct cfg80211_chan_def *chandef1,