Searched refs:IEEE80211_FCTL_STYPE (Results 1 – 24 of 24) sorted by relevance
213 #define IEEE80211_FCTL_STYPE 0x00f0 macro295 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
187 if ((*fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_BEACON) in wl1251_rx_body()
36 (fc & IEEE80211_FCTL_STYPE) >> 4, in hostap_dump_tx_80211()299 (fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_DATA) { in hostap_mgmt_start_xmit()
538 (fc & IEEE80211_FCTL_STYPE) >> 4, in hostap_dump_rx_header()566 (fc & IEEE80211_FCTL_STYPE) >> 4, in hostap_dump_tx_header()
39 (fc & IEEE80211_FCTL_STYPE) >> 4, in hostap_dump_rx_80211()755 stype = fc & IEEE80211_FCTL_STYPE; in hostap_80211_rx()
2213 stype = fc & IEEE80211_FCTL_STYPE; in handle_ap_item()2976 fc & IEEE80211_FCTL_STYPE); in hostap_update_sta_ps()3002 stype = fc & IEEE80211_FCTL_STYPE; in hostap_handle_sta_rx()
2395 (fc & IEEE80211_FCTL_STYPE) >> 4, in prism2_txexc()
1151 u16 frsubtype = le16_to_cpu(hdr->frame_control) & IEEE80211_FCTL_STYPE; in aes_cipher()1369 u16 frsubtype = le16_to_cpu(hdr->frame_control) & IEEE80211_FCTL_STYPE; in aes_decipher()
1433 subtype = fctl & IEEE80211_FCTL_STYPE; in validate_recv_frame()
654 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE; in mgt_dispatcher23a()
155 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
7912 (fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_PROBE_RESP )7924 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_ASSOC_REQ)7927 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_REASSOC_REQ)
339 stype = (le16_to_cpu(ieee_hdr->frame_control) & IEEE80211_FCTL_STYPE); in mwifiex_parse_mgmt_packet()
56 switch (fc & cpu_to_le16(IEEE80211_FCTL_STYPE)) { in il_update_stats()95 switch (fc & cpu_to_le16(IEEE80211_FCTL_STYPE)) { in il_update_stats()
5570 switch (fc & cpu_to_le16(IEEE80211_FCTL_STYPE)) { in il_tx_cmd_protection()
361 #define IEEE80211_FCTL_STYPE 0x00f0 macro581 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
1377 mgmt_type = (IEEE80211_STYPE_ACTION & IEEE80211_FCTL_STYPE) >> 4; in brcmf_p2p_notify_action_frame_rx()1912 mgmt_type = (IEEE80211_STYPE_PROBE_REQ & IEEE80211_FCTL_STYPE) >> 4; in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
4437 mgmt_type = (frame_type & IEEE80211_FCTL_STYPE) >> 4; in brcmf_cfg80211_mgmt_frame_register()
364 return (fc & (IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE)) == in wil_is_back_req()
776 switch (fc & IEEE80211_FCTL_STYPE) { in orinoco_rx_monitor()
2854 #define WLAN_FC_GET_STYPE(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE)
403 sub_type = pwh->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE); in ath6kl_wmi_dot11_hdr_remove()
1805 fc & IEEE80211_FCTL_STYPE); in ath10k_wmi_op_gen_mgmt_tx()2290 fc & IEEE80211_FCTL_FTYPE, fc & IEEE80211_FCTL_STYPE); in ath10k_wmi_event_mgmt_rx()
3336 subtype = le16_to_cpu(header->frame_control) & IEEE80211_FCTL_STYPE; in atmel_management_frame()