Home
last modified time | relevance | path

Searched refs:IEEE80211_C_TXFRAG (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/sys/net80211/
Dieee80211_var.h615 #define IEEE80211_C_TXFRAG 0x40000000 /* CAPABILITY: tx fragments */ macro
Dieee80211_output.c1312 (vap->iv_caps & IEEE80211_C_TXFRAG) && in ieee80211_encap()
Dieee80211_ioctl.c2969 if ((vap->iv_caps & IEEE80211_C_TXFRAG) == 0 && in ieee80211_ioctl_set80211()
/freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
Dwlan_sys.c347 #define IEEE80211_C_TXFRAG 0x40000000 /* CAPABILITY: tx fragments */ macro
397 if ((dcaps & IEEE80211_C_TXFRAG) != 0) in wlan_drivercaps_to_snmp()
/freebsd-9-stable/sys/dev/ral/
Drt2661.c293 | IEEE80211_C_TXFRAG /* handle tx frags */ in rt2661_attach()
Drt2560.c292 | IEEE80211_C_TXFRAG /* handle tx frags */ in rt2560_attach()
/freebsd-9-stable/sys/dev/usb/wlan/
Dif_uath.c458 IEEE80211_C_TXFRAG; /* handle tx frags */ in uath_attach()
/freebsd-9-stable/sys/dev/ath/
Dif_ath.c512 | IEEE80211_C_TXFRAG /* handle tx frags */ in ath_attach()
/freebsd-9-stable/sys/dev/mwl/
Dif_mwl.c433 | IEEE80211_C_TXFRAG /* handle tx frags */ in mwl_attach()