Home
last modified time | relevance | path

Searched refs:ieee80211_is_qos_nullfunc (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h1070 ieee80211_is_qos_nullfunc(__le16 fc) in ieee80211_is_qos_nullfunc() function
1084 return (ieee80211_is_nullfunc(fc) || ieee80211_is_qos_nullfunc(fc)); in ieee80211_is_any_nullfunc()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c1241 * the conditions of !ieee80211_is_qos_nullfunc(fc) and in iwl_mvm_tx_mpdu()
1244 if (ieee80211_is_data_qos(fc) && !ieee80211_is_qos_nullfunc(fc)) { in iwl_mvm_tx_mpdu()
1810 if (ieee80211_is_qos_nullfunc(hdr->frame_control)) in iwl_mvm_rx_tx_cmd_single()
H A Drxmq.c
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c445 status->aggr = unicast && !ieee80211_is_qos_nullfunc(fc); in mt7921_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c1336 ieee80211_is_qos_nullfunc(hdr->frame_control))) in mt76_check_sta()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c682 !ieee80211_is_qos_nullfunc(hdr->frame_control); in mt7603_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c655 !ieee80211_is_qos_nullfunc(fc); in mt7615_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c721 !ieee80211_is_qos_nullfunc(fc); in mt7996_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c560 !ieee80211_is_qos_nullfunc(fc); in mt7915_mac_fill_rx()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c3751 (ieee80211_is_nullfunc(fc) || ieee80211_is_qos_nullfunc(fc)) && in ath10k_mac_tx_h_get_txmode()
3820 if (ieee80211_is_qos_nullfunc(hdr->frame_control)) in ath10k_tx_h_nwifi()
H A Dwmi-tlv.c3329 ieee80211_is_qos_nullfunc(hdr->frame_control))))) in ath10k_wmi_tlv_op_gen_mgmt_tx_send()