Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dwme.c265 if (!ieee80211_is_qos_nullfunc(hdr->frame_control)) in ieee80211_set_qos_hdr()
Dstatus.c482 ieee80211_is_qos_nullfunc(hdr->frame_control)) in ieee80211_report_ack_skb()
Drx.c1112 ieee80211_is_qos_nullfunc(hdr->frame_control) || in ieee80211_rx_h_check_dup()
1347 ieee80211_is_qos_nullfunc(hdr->frame_control))) { in ieee80211_rx_h_uapsd_and_pspoll()
1485 ieee80211_is_qos_nullfunc(hdr->frame_control)) { in ieee80211_rx_h_sta_process()
Dmesh_hwmp.c1089 if (ieee80211_is_qos_nullfunc(hdr->frame_control)) in mesh_nexthop_resolve()
Dtx.c810 if (ieee80211_is_qos_nullfunc(hdr->frame_control)) in ieee80211_tx_h_sequence()
1186 !ieee80211_is_qos_nullfunc(hdr->frame_control) && in ieee80211_tx_prepare()
Dsta_info.c1472 ieee80211_is_qos_nullfunc(hdr->frame_control)) in ieee80211_sta_ps_deliver_response()
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_core.c345 (ieee80211_is_qos_nullfunc(tmp_hdr->frame_control))) { in rsi_core_xmit()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dcoex.c918 ieee80211_is_nullfunc(fc) || ieee80211_is_qos_nullfunc(fc)) in iwl_mvm_bt_coex_tx_prio()
Dtx.c480 if (ieee80211_is_data_qos(fc) && !ieee80211_is_qos_nullfunc(fc)) { in iwl_mvm_tx_skb()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Drecv.c923 !ieee80211_is_qos_nullfunc(hdr->frame_control)) in ath9k_rx_skb_preprocess()
/linux-4.4.14/include/linux/
Dieee80211.h603 static inline bool ieee80211_is_qos_nullfunc(__le16 fc) in ieee80211_is_qos_nullfunc() function
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dtx.c393 if (ieee80211_is_data_qos(fc) && !ieee80211_is_qos_nullfunc(fc)) { in iwlagn_tx_skb()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dpci.c1604 if (ieee80211_is_qos_nullfunc(fc)) in rtl_pci_tx_chk_waitq_insert()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c3171 (ieee80211_is_nullfunc(fc) || ieee80211_is_qos_nullfunc(fc)) && in ath10k_tx_h_get_txmode()
3226 if (ieee80211_is_qos_nullfunc(hdr->frame_control)) in ath10k_tx_h_nwifi()