Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h172 #define IEEE80211_FCTL_STYPE IEEE80211_FC0_SUBTYPE_MASK macro
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mac.c432 fc_stype = (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) >> 4; in mt76_connac2_mac_write_txwi_80211()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c959 frame_subtype = (fc & IEEE80211_FCTL_STYPE) >> 4; in mt7603_mac_write_txwi()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c756 fc_stype = (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) >> 4; in mt7615_mac_write_txwi()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c801 fc_stype = (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) >> 4; in mt7996_mac_write_txwi_80211()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.c2020 fc & IEEE80211_FCTL_STYPE); 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()