Home
last modified time | relevance | path

Searched refs:dot11_hdr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c2449 struct ieee80211_hdr *dot11_hdr; in rtw_cfg80211_monitor_if_xmit_entry() local
2474 dot11_hdr = (struct ieee80211_hdr *)skb->data; in rtw_cfg80211_monitor_if_xmit_entry()
2476 if (ieee80211_is_data(dot11_hdr->frame_control)) { in rtw_cfg80211_monitor_if_xmit_entry()
2480 if (ieee80211_is_data_qos(dot11_hdr->frame_control)) in rtw_cfg80211_monitor_if_xmit_entry()
2482 if (ieee80211_has_a4(dot11_hdr->frame_control)) in rtw_cfg80211_monitor_if_xmit_entry()
2485 memcpy(dst_mac_addr, dot11_hdr->addr1, sizeof(dst_mac_addr)); in rtw_cfg80211_monitor_if_xmit_entry()
2486 memcpy(src_mac_addr, dot11_hdr->addr2, sizeof(src_mac_addr)); in rtw_cfg80211_monitor_if_xmit_entry()
2505 } else if (ieee80211_is_action(dot11_hdr->frame_control)) { in rtw_cfg80211_monitor_if_xmit_entry()
2518 mgmt = (struct ieee80211_mgmt *)dot11_hdr; in rtw_cfg80211_monitor_if_xmit_entry()
2545 pmlmeext->mgnt_seq = le16_to_cpu(dot11_hdr->seq_ctrl) >> 4; in rtw_cfg80211_monitor_if_xmit_entry()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dtxrx.c1313 u8 meta_type, dot11_hdr = 0; in ath6kl_rx() local
1525 dot11_hdr = wmi_data_hdr_get_dot11(dhdr); in ath6kl_rx()
1550 if (dot11_hdr) in ath6kl_rx()
Dwmi.h2289 u8 dot11_hdr; member
Dwmi.c3535 cmd->dot11_hdr = rx_dot11_hdr ? 1 : 0; in ath6kl_wmi_set_rx_frame_format_cmd()