Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athrd/
H A Dathrd.c1168 isdfs |= anychan(gchans, ng, IEEE80211_CHAN_DFS); in main()
1179 isdfs |= anychan(bchans, nb, IEEE80211_CHAN_DFS); in main()
1190 isdfs |= anychan(achans, na, IEEE80211_CHAN_DFS); in main()
1201 isdfs |= anychan(tchans, nt, IEEE80211_CHAN_DFS); in main()
1212 isdfs |= anychan(tgchans, ntg, IEEE80211_CHAN_DFS); in main()
1223 isdfs |= anychan(nchans, nn, IEEE80211_CHAN_DFS); in main()
/freebsd/sys/net80211/
H A D_ieee80211.h186 #define IEEE80211_CHAN_DFS 0x00080000 /* DFS required */ macro
306 (((_c)->ic_flags & IEEE80211_CHAN_DFS) != 0)
/freebsd/sys/dev/iwm/
H A Dif_iwm_power.c241 (chan->ic_flags & IEEE80211_CHAN_DFS) != 0) { in iwm_power_is_radar()
H A Dif_iwm.c1929 nflags |= IEEE80211_CHAN_DFS; in iwm_eeprom_channel_flags()
/freebsd/lib/lib80211/
H A Dlib80211_regdomain.c199 FLAG(IEEE80211_CHAN_DFS), in decode_flag()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_regdomain.c405 c->ic_flags |= IEEE80211_CHAN_DFS; in setchannelflags()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c568 if ((cflags & IEEE80211_CHAN_DFS) != 0) in wlan_channel_flags_to_snmp()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c4272 nflags |= IEEE80211_CHAN_DFS; in lkpi_ic_getradiocaps()
4342 nflags |= IEEE80211_CHAN_DFS; in lkpi_ic_getradiocaps()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c1399 nflags |= IEEE80211_CHAN_DFS; in wpi_eeprom_channel_flags()
/freebsd/sbin/ifconfig/
H A Difieee80211.c2299 if (c->ic_flags & IEEE80211_CHAN_DFS) in regdomain_addchans()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c2416 nflags |= IEEE80211_CHAN_DFS; in iwn_eeprom_channel_flags()