Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net80211/
D_ieee80211.h501 #define IEEE80211_C_TXFRAG 0x40000000 /* CAPABILITY: tx fragments */ macro
Dieee80211_output.c1888 (vap->iv_caps & IEEE80211_C_TXFRAG) && in ieee80211_encap()
Dieee80211_ioctl.c3174 if ((vap->iv_caps & IEEE80211_C_TXFRAG) == 0 && in ieee80211_ioctl_set80211()
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
Dwlan_sys.c350 #define IEEE80211_C_TXFRAG 0x40000000 /* CAPABILITY: tx fragments */ macro
400 if ((dcaps & IEEE80211_C_TXFRAG) != 0) in wlan_drivercaps_to_snmp()
/freebsd-12-stable/sys/dev/usb/wlan/
Dif_uath.c431 IEEE80211_C_TXFRAG; /* handle tx frags */ in uath_attach()
/freebsd-12-stable/sys/dev/ral/
Drt2560.c283 | IEEE80211_C_TXFRAG /* handle tx frags */ in rt2560_attach()
Drt2661.c283 | IEEE80211_C_TXFRAG /* handle tx frags */ in rt2661_attach()
/freebsd-12-stable/sys/dev/mwl/
Dif_mwl.c413 | IEEE80211_C_TXFRAG /* handle tx frags */ in mwl_attach()
/freebsd-12-stable/sys/dev/ath/
Dif_ath.c920 | IEEE80211_C_TXFRAG /* handle tx frags */ in ath_attach()
/freebsd-12-stable/sys/dev/wpi/
Dif_wpi.c465 | IEEE80211_C_TXFRAG /* handle tx frags */ in wpi_attach()