Home
last modified time | relevance | path

Searched refs:IEEE80211_FCTL_STYPE (Results 1 – 25 of 28) sorted by relevance

12

/linux/include/linux/
H A Dieee80211.h45 #define IEEE80211_FCTL_STYPE 0x00f0 macro
547 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) == in ieee80211_is_assoc_req()
558 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) == in ieee80211_is_assoc_resp()
569 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) == in ieee80211_is_reassoc_req()
580 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) == in ieee80211_is_reassoc_resp()
591 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) == in ieee80211_is_probe_req()
602 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) == in ieee80211_is_probe_resp()
613 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) == in ieee80211_is_beacon()
626 IEEE80211_FCTL_STYPE)) == in ieee80211_is_s1g_beacon()
649 return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) == in ieee80211_is_atim()
[all …]
/linux/net/wireless/
H A Dmlme.c661 if (frame_type & ~(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) { in cfg80211_mlme_register_mgmt()
666 mgmt_type = (frame_type & IEEE80211_FCTL_STYPE) >> 4; in cfg80211_mlme_register_mgmt()
682 (frame_type & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_AUTH && in cfg80211_mlme_register_mgmt()
855 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE; in cfg80211_mlme_mgmt_tx()
953 cpu_to_le16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE); in cfg80211_rx_mgmt_ext()
957 stype = (le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE) >> 4; in cfg80211_rx_mgmt_ext()
/linux/drivers/net/wireless/ti/wl1251/
H A Drx.c173 if ((*fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_BEACON) in wl1251_rx_body()
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx.h655 return (fc & (IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) == in wil_is_back_req()
/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h283 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h150 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
H A Dipw2200.c7835 (fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_PROBE_RESP )
7847 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_ASSOC_REQ)
7850 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_REASSOC_REQ)
/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c38 switch (fc & cpu_to_le16(IEEE80211_FCTL_STYPE)) { in il_update_stats()
77 switch (fc & cpu_to_le16(IEEE80211_FCTL_STYPE)) { in il_update_stats()
H A Dcommon.c5566 switch (fc & cpu_to_le16(IEEE80211_FCTL_STYPE)) { in il_tx_cmd_protection()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c698 fc_stype = (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) >> 4; in mt7925_mac_write_txwi_80211()
874 (IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE); in mt7925_tx_check_aggr()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c334 stype = (le16_to_cpu(ieee_hdr->frame_control) & IEEE80211_FCTL_STYPE); in mwifiex_parse_mgmt_packet()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c1414 mgmt_type = (IEEE80211_STYPE_ACTION & IEEE80211_FCTL_STYPE) >> 4; in brcmf_p2p_notify_action_frame_rx()
1980 mgmt_type = (IEEE80211_STYPE_PROBE_REQ & IEEE80211_FCTL_STYPE) >> 4; in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c1116 if ((fc & (IEEE80211_FCTL_FTYPE|IEEE80211_FCTL_STYPE)) in rtw_action_frame_parse()
/linux/drivers/staging/rtl8192e/
H A Drtllib.h411 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c420 fc_stype = (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) >> 4; in mt76_connac2_mac_write_txwi_80211()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c778 fc_stype = (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) >> 4; in mt7996_mac_write_txwi_80211()
1046 (IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE); in mt7996_tx_check_aggr()
/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c959 frame_subtype = (fc & IEEE80211_FCTL_STYPE) >> 4; in mt7603_mac_write_txwi()
/linux/net/mac80211/
H A Dibss.c1600 switch (fc & IEEE80211_FCTL_STYPE) { in ieee80211_ibss_rx_queued_mgmt()
H A Dmesh.c1696 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE; in ieee80211_mesh_rx_queued_mgmt()
H A Dmlme.c7436 switch (fc & IEEE80211_FCTL_STYPE) { in ieee80211_sta_rx_queued_ext()
7466 switch (fc & IEEE80211_FCTL_STYPE) { in ieee80211_sta_rx_queued_mgmt()
H A Drx.c4005 stype = mgmt->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE); in ieee80211_rx_h_mgmt()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2841 #define WLAN_FC_GET_STYPE(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE)
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c753 fc_stype = (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) >> 4; in mt7615_mac_write_txwi()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2063 } else if ((frame_control & (IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) == in rtw_cfg80211_monitor_if_xmit_entry()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c403 sub_type = pwh->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE); in ath6kl_wmi_dot11_hdr_remove()

12