Home
last modified time | relevance | path

Searched refs:IEEE80211_C_FF (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_superg.c154 vap->iv_caps &= ~IEEE80211_C_FF; in ieee80211_superg_vattach()
155 if (vap->iv_caps & IEEE80211_C_FF) in ieee80211_superg_vattach()
1045 if ((vap->iv_caps & IEEE80211_C_FF) == 0) in superg_ioctl_set80211()
H A D_ieee80211.h474 #define IEEE80211_C_FF 0x00000040 /* CAPABILITY: ATH FF avail */ macro
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c325 #define IEEE80211_C_FF 0x00000040 /* CAPABILITY: ATH FF avail */ macro
359 if ((dcaps & IEEE80211_C_FF) != 0) in wlan_drivercaps_to_snmp()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c234 | IEEE80211_C_FF /* Atheros fast-frames */ in rtwn_attach()
/freebsd/sys/dev/otus/
H A Dif_otus.c726 IEEE80211_C_FF | /* Atheros fast-frames supported. */ in otus_attachhook()
/freebsd/sys/dev/ath/
H A Dif_ath.c1049 ic->ic_caps |= IEEE80211_C_FF; in ath_attach()
/freebsd/sys/dev/usb/wlan/
H A Dif_run.c856 IEEE80211_C_FF | /* Atheros fast-frames */ in run_attach()