Lines Matching defs:chandef1
884 * @chandef1: first channel definition
891 cfg80211_chandef_identical(const struct cfg80211_chan_def *chandef1,
894 return (chandef1->chan == chandef2->chan &&
895 chandef1->width == chandef2->width &&
896 chandef1->center_freq1 == chandef2->center_freq1 &&
897 chandef1->freq1_offset == chandef2->freq1_offset &&
898 chandef1->center_freq2 == chandef2->center_freq2);
916 * @chandef1: first channel definition
920 * chandef1 or chandef2 otherwise.
923 cfg80211_chandef_compatible(const struct cfg80211_chan_def *chandef1,