Home
last modified time | relevance | path

Searched refs:ieee80211_is_probe_resp (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c161 (ieee80211_is_probe_resp(fc) && in iwl_mvm_set_tx_cmd()
167 if (ieee80211_is_probe_resp(fc)) in iwl_mvm_set_tx_cmd()
415 if (ieee80211_is_probe_resp(fc)) { in iwl_mvm_set_tx_cmd_rate()
791 if (IWL_MVM_NON_TRANSMITTING_AP && ieee80211_is_probe_resp(fc)) in iwl_mvm_tx_skb_non_sta()
862 if (unlikely(ieee80211_is_probe_resp(fc))) in iwl_mvm_max_amsdu_size()
1210 if (IWL_MVM_NON_TRANSMITTING_AP && ieee80211_is_probe_resp(fc)) in iwl_mvm_tx_mpdu()
1222 if (unlikely(ieee80211_is_probe_resp(fc))) in iwl_mvm_tx_mpdu()
H A Drx.c541 ieee80211_is_probe_resp(hdr->frame_control)) && in iwl_mvm_rx_rx_mpdu()
546 ieee80211_is_probe_resp(hdr->frame_control))) in iwl_mvm_rx_rx_mpdu()
H A Drxmq.c2362 ieee80211_is_probe_resp(hdr->frame_control)) && in iwl_mvm_rx_mpdu_mq()
2368 ieee80211_is_probe_resp(hdr->frame_control))) in iwl_mvm_rx_mpdu_mq()
H A Dmvm.h2844 (ieee80211_is_probe_resp(mgmt->frame_control) ||
H A Dmac80211.c865 !ieee80211_is_probe_resp(hdr->frame_control)) {
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h887 ieee80211_is_probe_resp(__le16 fc) in ieee80211_is_probe_resp() function
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mac.c430 if (ieee80211_is_probe_resp(hdr->frame_control) || in mt76x02_mac_write_txwi()
H A Dmac80211.c1124 ieee80211_is_probe_resp(hdr->frame_control)) in mt76_rx_convert()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c3868 if (unlikely(ieee80211_is_probe_resp(hdr->frame_control))) { in ath10k_tx_h_add_p2p_noa_ie()
4428 is_presp = ieee80211_is_probe_resp(hdr->frame_control); in ath10k_mac_tx_push_txq()
4702 is_presp = ieee80211_is_probe_resp(hdr->frame_control); in ath10k_mac_op_tx()
H A Dwmi.c2621 ieee80211_is_probe_resp(hdr->frame_control)) in ath10k_wmi_event_mgmt_rx()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c1939 ieee80211_is_probe_resp(hdr->frame_control))) in rtw89_core_update_rx_status()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c4934 is_prb_rsp = ieee80211_is_probe_resp(hdr->frame_control); in ath12k_mac_op_tx()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c6191 is_prb_rsp = ieee80211_is_probe_resp(hdr->frame_control); in ath11k_mac_op_tx()