Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dstatus.c638 else if (ieee80211_is_any_nullfunc(hdr->frame_control)) in ieee80211_report_ack_skb()
1074 if (ieee80211_is_any_nullfunc(fc) && in __ieee80211_tx_status()
H A Drx.c1444 ieee80211_is_any_nullfunc(hdr->frame_control)) in ieee80211_rx_h_check_dup()
1848 if (ieee80211_is_any_nullfunc(hdr->frame_control)) { in ieee80211_rx_h_sta_process()
2435 !ieee80211_is_any_nullfunc(fc) && in ieee80211_drop_unencrypted()
H A Dtx.c290 !ieee80211_is_any_nullfunc(hdr->frame_control)) in ieee80211_tx_h_check_assoc()
H A Dmlme.c4250 if (!ieee80211_is_any_nullfunc(hdr->frame_control) || in ieee80211_sta_tx_notify()
/linux-6.15/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c575 if (ieee80211_is_any_nullfunc(hdr->frame_control)) { in wcn36xx_set_tx_data()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtx.c722 if (unlikely(ieee80211_is_any_nullfunc(hdr->frame_control))) in iwl_mld_tx_mpdu()
H A Drx.c1422 ieee80211_is_any_nullfunc(hdr->frame_control) || in iwl_mld_is_dup()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1147 if (unlikely(ieee80211_is_any_nullfunc(fc)) && sta->deflink.he_cap.has_he) in iwl_mvm_tx_mpdu()
H A Drxmq.c518 ieee80211_is_any_nullfunc(hdr->frame_control) || in iwl_mvm_is_dup()
/linux-6.15/include/linux/
H A Dieee80211.h823 static inline bool ieee80211_is_any_nullfunc(__le16 fc) in ieee80211_is_any_nullfunc() function