Home
last modified time | relevance | path

Searched refs:IEEE80211_FCTL_PROTECTED (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/drivers/staging/rtl8712/
H A Dwifi.h95 *(__le16 *)(pbuf) |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); \
99 cpu_to_le16(IEEE80211_FCTL_PROTECTED)) != 0)
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_rx.c804 if (!crypt && (fc & IEEE80211_FCTL_PROTECTED)) { in hostap_80211_rx()
822 fc & IEEE80211_FCTL_PROTECTED && local->host_decrypt && in hostap_80211_rx()
911 if (local->host_decrypt && (fc & IEEE80211_FCTL_PROTECTED) && in hostap_80211_rx()
918 if (local->host_decrypt && (fc & IEEE80211_FCTL_PROTECTED) && in hostap_80211_rx()
975 if (local->host_decrypt && (fc & IEEE80211_FCTL_PROTECTED) && in hostap_80211_rx()
980 if (crypt && !(fc & IEEE80211_FCTL_PROTECTED) && !local->open_wep) { in hostap_80211_rx()
995 if (local->drop_unencrypted && !(fc & IEEE80211_FCTL_PROTECTED) && in hostap_80211_rx()
H A Dhostap_80211_tx.c487 !(fc & IEEE80211_FCTL_PROTECTED)) { in hostap_master_start_xmit()
501 fc |= IEEE80211_FCTL_PROTECTED; in hostap_master_start_xmit()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c452 if (!crypt && (fc & IEEE80211_FCTL_PROTECTED)) { in libipw_rx()
466 fc & IEEE80211_FCTL_PROTECTED && ieee->host_decrypt && in libipw_rx()
569 if ((fc & IEEE80211_FCTL_PROTECTED) && can_be_decrypted && in libipw_rx()
633 if ((fc & IEEE80211_FCTL_PROTECTED) && can_be_decrypted && in libipw_rx()
638 if (crypt && !(fc & IEEE80211_FCTL_PROTECTED) && !ieee->open_wep) { in libipw_rx()
651 if (crypt && !(fc & IEEE80211_FCTL_PROTECTED) && !ieee->open_wep && in libipw_rx()
661 if (!can_be_decrypted && (fc & IEEE80211_FCTL_PROTECTED) && in libipw_rx()
H A Dlibipw_tx.c303 IEEE80211_FCTL_PROTECTED; in libipw_xmit()
H A Dipw2200.c7594 if (!(fc & IEEE80211_FCTL_PROTECTED)) in ipw_rebuild_decrypted_skb()
7597 fc &= ~IEEE80211_FCTL_PROTECTED; in ipw_rebuild_decrypted_skb()
10114 cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ipw_tx_skb()
10129 cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ipw_tx_skb()
10136 cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ipw_tx_skb()
/openbmc/linux/net/mac80211/
H A Dwep.c73 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ieee80211_wep_add_iv()
H A Dmesh_pathtbl.c565 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in mesh_fast_tx_cache()
H A Dwpa.c336 mask_fc |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ccmp_gcmp_aad()
H A Dutil.c107 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ieee80211_tx_set_protected()
1876 mgmt->frame_control |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ieee80211_send_auth()
H A Dtx.c3236 fc |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ieee80211_check_fast_xmit()
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.c484 fctl &= ~cpu_to_le16(IEEE80211_FCTL_PROTECTED); in b43legacy_rx()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c569 if (!(fc & IEEE80211_FCTL_PROTECTED)) in iwlagn_set_decrypted_flag()
/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c841 frame_ctl |= IEEE80211_FCTL_PROTECTED; in start_tx()
1089 if (!priv->wep_is_on || !(frame_ctl & IEEE80211_FCTL_PROTECTED)) { in rx_done_irq()
1104 if (priv->do_rx_crc && (!priv->wep_is_on || !(frame_ctl & IEEE80211_FCTL_PROTECTED))) { in rx_done_irq()
2852 header.frame_control |= cpu_to_le16(IEEE80211_FCTL_PROTECTED); in send_authentication_request()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2100 hdr->frame_control &= ~__cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ath10k_htt_rx_h_mpdu()
2592 hdr->frame_control &= ~__cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ath10k_htt_rx_proc_rx_ind_hl()
2609 hdr->frame_control |= __cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ath10k_htt_rx_proc_rx_ind_hl()
3203 hdr->frame_control &= ~__cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ath10k_htt_rx_h_rx_offload_prot()
H A Dwmi.c2628 ~IEEE80211_FCTL_PROTECTED); in ath10k_wmi_event_mgmt_rx()
/openbmc/linux/include/linux/
H A Dieee80211.h52 #define IEEE80211_FCTL_PROTECTED 0x4000 macro
431 return (fc & cpu_to_le16(IEEE80211_FCTL_PROTECTED)) != 0; in ieee80211_has_protected()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1289 fc |= IEEE80211_FCTL_PROTECTED; in wl1271_cmd_build_arp_rsp()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c2666 if (!(fc & IEEE80211_FCTL_PROTECTED)) in il_set_decrypted_flag()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c2286 hdr->frame_control &= ~__cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ath12k_dp_rx_h_mpdu()
H A Dwmi.c5855 ~IEEE80211_FCTL_PROTECTED); in ath12k_mgmt_rx_event()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2318 hdr->frame_control &= ~__cpu_to_le16(IEEE80211_FCTL_PROTECTED); in ath11k_dp_rx_h_mpdu()
H A Dwmi.c7629 ~IEEE80211_FCTL_PROTECTED); in ath11k_mgmt_rx_event()