/Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
D | wow.c | 91 struct ieee80211_hdr_3addr *new_hdr_pattern = in ath10k_wow_convert_8023_to_80211() 92 (struct ieee80211_hdr_3addr *)hdr_80211_pattern; in ath10k_wow_convert_8023_to_80211() 93 struct ieee80211_hdr_3addr *new_hdr_mask = in ath10k_wow_convert_8023_to_80211() 94 (struct ieee80211_hdr_3addr *)hdr_80211_bit_mask; in ath10k_wow_convert_8023_to_80211() 129 offsetof(struct ieee80211_hdr_3addr, addr1); in ath10k_wow_convert_8023_to_80211() 132 offsetof(struct ieee80211_hdr_3addr, addr3) - in ath10k_wow_convert_8023_to_80211() 144 offsetof(struct ieee80211_hdr_3addr, addr3); in ath10k_wow_convert_8023_to_80211() 147 offsetof(struct ieee80211_hdr_3addr, addr1); in ath10k_wow_convert_8023_to_80211()
|
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
D | txrx.c | 355 sizeof(struct ieee80211_hdr_3addr) + in mwifiex_parse_tx_status_event() 358 sizeof(struct ieee80211_hdr_3addr) + in mwifiex_parse_tx_status_event() 361 (sizeof(struct ieee80211_hdr_3addr) + in mwifiex_parse_tx_status_event()
|
D | util.c | 421 memmove(skb->data + sizeof(struct ieee80211_hdr_3addr), in mwifiex_process_mgmt_packet()
|
D | cfg80211.c | 193 skb_put_data(skb, buf, sizeof(struct ieee80211_hdr_3addr)); in mwifiex_form_mgmt_frame() 195 skb_put_data(skb, buf + sizeof(struct ieee80211_hdr_3addr), in mwifiex_form_mgmt_frame() 196 len - sizeof(struct ieee80211_hdr_3addr)); in mwifiex_form_mgmt_frame()
|
/Linux-v5.4/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 785 …f(struct ieee80211_hdr_3addr) + _BEACON_IE_OFFSET_, _EXT_SUPPORTEDRATES_IE_, &ielen, precv_frame->… in OnBeacon() 812 …P_vendor = check_assoc_AP(pframe+sizeof(struct ieee80211_hdr_3addr), len-sizeof(struct ieee80211_h… in OnBeacon() 1205 if (pkt_len < sizeof(struct ieee80211_hdr_3addr) + ie_offset) { in OnAssocReq() 1222 left = pkt_len - (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq() 1223 pos = pframe + (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq() 1880 u8 *frame_body = (u8 *)(pframe + sizeof(struct ieee80211_hdr_3addr)); in on_action_spct() 1940 frame_body = (unsigned char *)(pframe + sizeof(struct ieee80211_hdr_3addr)); in OnAction_back() 2058 frame_body = (unsigned char *)(pframe + sizeof(struct ieee80211_hdr_3addr)); in on_action_public_p2p() 2072 u8 *frame_body = pframe + sizeof(struct ieee80211_hdr_3addr); in on_action_public_vendor() 2086 u8 *frame_body = pframe + sizeof(struct ieee80211_hdr_3addr); in on_action_public_default() [all …]
|
D | rtw_wlan_util.c | 1300 len = packet_len - sizeof(struct ieee80211_hdr_3addr); in rtw_check_bcn_info() 1333 memcpy(bssid->IEs, (pframe + sizeof(struct ieee80211_hdr_3addr)), bssid->IELength); in rtw_check_bcn_info() 1898 pIE = pframe + sizeof(struct ieee80211_hdr_3addr); in update_TSF() 1924 pIE = pframe + sizeof(struct ieee80211_hdr_3addr); in adaptive_early_32k()
|
D | rtw_ieee80211.c | 1295 const u8 *frame_body = frame + sizeof(struct ieee80211_hdr_3addr); in rtw_action_frame_parse() 1300 fc = le16_to_cpu(((struct ieee80211_hdr_3addr *)frame)->frame_control); in rtw_action_frame_parse()
|
D | rtw_xmit.c | 1402 MGMT_body = pframe + sizeof(struct ieee80211_hdr_3addr); in rtw_mgmt_xmitframe_coalesce() 1416 frame_body_len = pattrib->pktlen - sizeof(struct ieee80211_hdr_3addr); in rtw_mgmt_xmitframe_coalesce()
|
/Linux-v5.4/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 355 pframe += sizeof(struct ieee80211_hdr_3addr); in issue_beacon() 356 pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); in issue_beacon() 372 …wps_ie = rtw_get_wps_ie(pmgntframe->buf_addr+TXDESC_OFFSET+sizeof(struct ieee80211_hdr_3addr)+_BEA… in issue_beacon() 373 pattrib->pktlen-sizeof(struct ieee80211_hdr_3addr)-_BEACON_IE_OFFSET_, NULL, &wps_ielen); in issue_beacon() 498 pattrib->hdrlen = sizeof(struct ieee80211_hdr_3addr); in issue_probersp() 651 pframe += sizeof(struct ieee80211_hdr_3addr); in issue_probereq() 652 pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); in issue_probereq() 773 pframe += sizeof(struct ieee80211_hdr_3addr); in issue_auth() 774 pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); in issue_auth() 861 pattrib->hdrlen = sizeof(struct ieee80211_hdr_3addr); in issue_auth() [all …]
|
D | rtw_wlan_util.c | 832 len = packet_len - sizeof(struct ieee80211_hdr_3addr); in rtw_check_bcn_info() 858 memcpy(bssid->ies, (pframe + sizeof(struct ieee80211_hdr_3addr)), bssid->ie_length); in rtw_check_bcn_info() 1455 pIE = pframe + sizeof(struct ieee80211_hdr_3addr); in update_TSF()
|
/Linux-v5.4/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 230 pframe += sizeof(struct ieee80211_hdr_3addr); in ConstructBeacon() 231 pktlen = sizeof(struct ieee80211_hdr_3addr); in ConstructBeacon() 381 pktlen = sizeof(struct ieee80211_hdr_3addr); in ConstructNullFunctionData() 411 pktlen = sizeof(struct ieee80211_hdr_3addr); in ConstructProbeRsp()
|
/Linux-v5.4/drivers/staging/rtl8712/ |
D | ieee80211.h | 139 struct ieee80211_hdr_3addr { struct 581 struct ieee80211_hdr_3addr header; 588 struct ieee80211_hdr_3addr header;
|
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/ |
D | txrx.c | 209 sizeof(struct ieee80211_hdr_3addr), in wcn36xx_set_tx_data() 260 sizeof(struct ieee80211_hdr_3addr), in wcn36xx_set_tx_mgmt()
|
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 261 bssinf_len = pnetwork->network.IELength+sizeof (struct ieee80211_hdr_3addr); in rtw_cfg80211_inform_bss() 365 pbuf += sizeof(struct ieee80211_hdr_3addr); in rtw_cfg80211_inform_bss() 366 len = sizeof (struct ieee80211_hdr_3addr); in rtw_cfg80211_inform_bss() 537 pmlmepriv->assoc_req+sizeof(struct ieee80211_hdr_3addr)+2; in rtw_cfg80211_indicate_connect() 539 pmlmepriv->assoc_req_len-sizeof(struct ieee80211_hdr_3addr)-2; in rtw_cfg80211_indicate_connect() 541 pmlmepriv->assoc_rsp+sizeof(struct ieee80211_hdr_3addr)+6; in rtw_cfg80211_indicate_connect() 543 pmlmepriv->assoc_rsp_len-sizeof(struct ieee80211_hdr_3addr)-6; in rtw_cfg80211_indicate_connect() 549 , pmlmepriv->assoc_req+sizeof(struct ieee80211_hdr_3addr)+2 in rtw_cfg80211_indicate_connect() 550 , pmlmepriv->assoc_req_len-sizeof(struct ieee80211_hdr_3addr)-2 in rtw_cfg80211_indicate_connect() 551 , pmlmepriv->assoc_rsp+sizeof(struct ieee80211_hdr_3addr)+6 in rtw_cfg80211_indicate_connect() [all …]
|
/Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 148 pframe += sizeof(struct ieee80211_hdr_3addr); in ConstructBeacon() 149 pktlen = sizeof (struct ieee80211_hdr_3addr); in ConstructBeacon() 313 pktlen = sizeof(struct ieee80211_hdr_3addr); in ConstructNullFunctionData() 695 pktlen = sizeof(struct ieee80211_hdr_3addr); in ConstructProbeReq() 746 pktlen = sizeof(struct ieee80211_hdr_3addr); in ConstructProbeRsp() 794 u8 *ies = pframe + sizeof(struct ieee80211_hdr_3addr); in ConstructProbeRsp() 2117 pktlen = sizeof(struct ieee80211_hdr_3addr); in ConstructBtNullFunctionData()
|
/Linux-v5.4/drivers/net/wireless/st/cw1200/ |
D | scan.c | 419 ies = &frame.skb->data[sizeof(struct ieee80211_hdr_3addr)]; in cw1200_probe_work() 420 ies_len = frame.skb->len - sizeof(struct ieee80211_hdr_3addr); in cw1200_probe_work()
|
/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/ |
D | event.c | 335 sizeof(struct ieee80211_hdr_3addr); in qtnf_event_handle_mgmt_received() 336 const struct ieee80211_hdr_3addr *frame = (void *)rxmgmt->frame_data; in qtnf_event_handle_mgmt_received()
|
/Linux-v5.4/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 741 struct ieee80211_hdr_3addr header; 749 struct ieee80211_hdr_3addr header;
|
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 433 if (assoc_req_len > sizeof(struct ieee80211_hdr_3addr)) { in ath6kl_connect_ap_mode_sta() 437 assoc_req_len >= sizeof(struct ieee80211_hdr_3addr) + in ath6kl_connect_ap_mode_sta() 442 assoc_req_len >= sizeof(struct ieee80211_hdr_3addr) in ath6kl_connect_ap_mode_sta()
|
D | wmi.c | 390 struct ieee80211_hdr_3addr *pwh, wh; in ath6kl_wmi_dot11_hdr_remove() 401 pwh = (struct ieee80211_hdr_3addr *) datap; in ath6kl_wmi_dot11_hdr_remove() 405 memcpy((u8 *) &wh, datap, sizeof(struct ieee80211_hdr_3addr)); in ath6kl_wmi_dot11_hdr_remove() 413 skb_pull(skb, sizeof(struct ieee80211_hdr_3addr)); in ath6kl_wmi_dot11_hdr_remove()
|
/Linux-v5.4/drivers/net/wireless/ti/wlcore/ |
D | init.c | 174 struct ieee80211_hdr_3addr *nullfunc; in wl1271_ap_init_null_template()
|
/Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 1106 struct ieee80211_hdr_3addr *nullfunc; in ath_chanctx_send_vif_ps_frame() 1120 nullfunc = (struct ieee80211_hdr_3addr *) skb->data; in ath_chanctx_send_vif_ps_frame()
|
/Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 386 struct ieee80211_hdr_3addr *hdr; in wil_rx_get_cid_by_skb() 405 if (unlikely(skb->len < sizeof(struct ieee80211_hdr_3addr))) { in wil_rx_get_cid_by_skb()
|
D | wmi.c | 3615 if (len < sizeof(struct ieee80211_hdr_3addr)) in wmi_mgmt_tx() 3665 if (len < sizeof(struct ieee80211_hdr_3addr)) { in wmi_mgmt_tx_ext()
|
/Linux-v5.4/include/linux/ |
D | ieee80211.h | 243 struct ieee80211_hdr_3addr { struct
|