Home
last modified time | relevance | path

Searched refs:IEEE80211_FCTL_FTYPE (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h171 #define IEEE80211_FCTL_FTYPE IEEE80211_FC0_TYPE_MASK macro
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mac.c431 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt76_connac2_mac_write_txwi_80211()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c958 frame_type = (fc & IEEE80211_FCTL_FTYPE) >> 2; in mt7603_mac_write_txwi()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c755 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7615_mac_write_txwi()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c800 fc_type = (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) >> 2; in mt7996_mac_write_txwi_80211()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.c2019 msdu, skb->len, fc & IEEE80211_FCTL_FTYPE, in ath10k_wmi_op_gen_mgmt_tx()
2627 fc & IEEE80211_FCTL_FTYPE, fc & IEEE80211_FCTL_STYPE); in ath10k_wmi_event_mgmt_rx()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c6045 fc & IEEE80211_FCTL_FTYPE, fc & IEEE80211_FCTL_STYPE); in ath12k_mgmt_rx_event()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c7969 fc & IEEE80211_FCTL_FTYPE, fc & IEEE80211_FCTL_STYPE); in ath11k_mgmt_rx_event()