IEEE80211_CHAN_DFS
(flags & IEEE80211_CHAN_DFS)) {
if (c->ic_flags & IEEE80211_CHAN_DFS)
FLAG(IEEE80211_CHAN_DFS),
ic->ic_flags |= IEEE80211_CHAN_DFS;
nflags |= IEEE80211_CHAN_DFS;
(chan->ic_flags & IEEE80211_CHAN_DFS) != 0) {
nflags |= IEEE80211_CHAN_DFS;
nflags |= IEEE80211_CHAN_DFS;
(((_c)->ic_flags & IEEE80211_CHAN_DFS) != 0)
isdfs |= anychan(gchans, ng, IEEE80211_CHAN_DFS);
isdfs |= anychan(bchans, nb, IEEE80211_CHAN_DFS);
isdfs |= anychan(achans, na, IEEE80211_CHAN_DFS);
isdfs |= anychan(tchans, nt, IEEE80211_CHAN_DFS);
isdfs |= anychan(tgchans, ntg, IEEE80211_CHAN_DFS);
isdfs |= anychan(nchans, nn, IEEE80211_CHAN_DFS);