Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_DFS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net80211/
H A D_ieee80211.h188 #define IEEE80211_CHAN_DFS 0x00080000 /* DFS required */ macro
308 (((_c)->ic_flags & IEEE80211_CHAN_DFS) != 0)
/f-stack/tools/ifconfig/
H A Difieee80211.c2301 if (c->ic_flags & IEEE80211_CHAN_DFS) in regdomain_addchans()