Searched refs:IEEE80211_FCTL_STYPE (Results 1 – 10 of 10) sorted by relevance
338 #define IEEE80211_FCTL_STYPE 0x00f0 macro491 #define WLAN_FC_GET_STYPE(fc) ((fc) & IEEE80211_FCTL_STYPE)
327 switch(fctl & IEEE80211_FCTL_STYPE) { in dump_ieee80211_hdr()
352 …if ((fctl & IEEE80211_FCTL_STYPE) != IEEE80211_STYPE_BEACON)// && !(fctl & IEEE80211_STYPE_BEACON)) in handle_rx_irq()
744 switch (fc & cpu_to_le16(IEEE80211_FCTL_STYPE)) { in iwl_tx_cmd_build_rate()
876 switch (fc & cpu_to_le16(IEEE80211_FCTL_STYPE)) { in iwl3945_hw_build_tx_cmd_rate()
7924 (fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_PROBE_RESP )7936 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_ASSOC_REQ)7939 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_REASSOC_REQ)
3296 subtype = le16_to_cpu(header->frame_control) & IEEE80211_FCTL_STYPE; in atmel_management_frame()
1283 switch (fc & IEEE80211_FCTL_STYPE) { in orinoco_rx_monitor()
4564 switch (framectl & IEEE80211_FCTL_STYPE) { in at76_rx_mgmt()