Home
last modified time | relevance | path

Searched refs:ieee80211_is_nullfunc (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h1059 ieee80211_is_nullfunc(__le16 fc) in ieee80211_is_nullfunc() function
1084 return (ieee80211_is_nullfunc(fc) || ieee80211_is_qos_nullfunc(fc)); in ieee80211_is_any_nullfunc()
/freebsd/sys/contrib/dev/rtw88/
H A Dtx.c434 if (ieee80211_is_mgmt(fc) || ieee80211_is_nullfunc(fc)) in rtw_tx_pkt_info_update()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c1268 !ieee80211_is_nullfunc(fc)) { in iwl_mvm_tx_mpdu()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c460 if (ieee80211_is_mgmt(fc) || ieee80211_is_nullfunc(fc)) in rtw89_core_tx_update_sec_key()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi-tlv.c3328 (!(ieee80211_is_nullfunc(hdr->frame_control) || in ath10k_wmi_tlv_op_gen_mgmt_tx_send()
H A Dmac.c3751 (ieee80211_is_nullfunc(fc) || ieee80211_is_qos_nullfunc(fc)) && in ath10k_mac_tx_h_get_txmode()