Home
last modified time | relevance | path

Searched refs:ieee80211_hdr_3addr (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dwow.c103 struct ieee80211_hdr_3addr *new_hdr_pattern = in ath10k_wow_convert_8023_to_80211()
104 (struct ieee80211_hdr_3addr *)hdr_80211_pattern; in ath10k_wow_convert_8023_to_80211()
105 struct ieee80211_hdr_3addr *new_hdr_mask = in ath10k_wow_convert_8023_to_80211()
106 (struct ieee80211_hdr_3addr *)hdr_80211_bit_mask; in ath10k_wow_convert_8023_to_80211()
141 offsetof(struct ieee80211_hdr_3addr, addr1); in ath10k_wow_convert_8023_to_80211()
144 offsetof(struct ieee80211_hdr_3addr, addr3) - in ath10k_wow_convert_8023_to_80211()
156 offsetof(struct ieee80211_hdr_3addr, addr3); in ath10k_wow_convert_8023_to_80211()
159 offsetof(struct ieee80211_hdr_3addr, addr1); in ath10k_wow_convert_8023_to_80211()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dtxrx.c356 sizeof(struct ieee80211_hdr_3addr) + in mwifiex_parse_tx_status_event()
359 sizeof(struct ieee80211_hdr_3addr) + in mwifiex_parse_tx_status_event()
362 (sizeof(struct ieee80211_hdr_3addr) + in mwifiex_parse_tx_status_event()
Dutil.c421 memmove(skb->data + sizeof(struct ieee80211_hdr_3addr), in mwifiex_process_mgmt_packet()
Dcfg80211.c193 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-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c796 …f(struct ieee80211_hdr_3addr) + _BEACON_IE_OFFSET_, _EXT_SUPPORTEDRATES_IE_, &ielen, precv_frame->… in OnBeacon()
823 …P_vendor = check_assoc_AP(pframe+sizeof(struct ieee80211_hdr_3addr), len-sizeof(struct ieee80211_h… in OnBeacon()
1216 if (pkt_len < sizeof(struct ieee80211_hdr_3addr) + ie_offset) { in OnAssocReq()
1233 left = pkt_len - (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq()
1234 pos = pframe + (sizeof(struct ieee80211_hdr_3addr) + ie_offset); in OnAssocReq()
1894 u8 *frame_body = (u8 *)(pframe + sizeof(struct ieee80211_hdr_3addr)); in on_action_spct()
1954 frame_body = (unsigned char *)(pframe + sizeof(struct ieee80211_hdr_3addr)); in OnAction_back()
2071 frame_body = (unsigned char *)(pframe + sizeof(struct ieee80211_hdr_3addr)); in on_action_public_p2p()
2085 u8 *frame_body = pframe + sizeof(struct ieee80211_hdr_3addr); in on_action_public_vendor()
2099 u8 *frame_body = pframe + sizeof(struct ieee80211_hdr_3addr); in on_action_public_default()
[all …]
Drtw_wlan_util.c1305 len = packet_len - sizeof(struct ieee80211_hdr_3addr); in rtw_check_bcn_info()
1338 memcpy(bssid->IEs, (pframe + sizeof(struct ieee80211_hdr_3addr)), bssid->IELength); in rtw_check_bcn_info()
1909 pIE = pframe + sizeof(struct ieee80211_hdr_3addr); in update_TSF()
1935 pIE = pframe + sizeof(struct ieee80211_hdr_3addr); in adaptive_early_32k()
Drtw_ieee80211.c1297 const u8 *frame_body = frame + sizeof(struct ieee80211_hdr_3addr); in rtw_action_frame_parse()
1302 fc = le16_to_cpu(((struct ieee80211_hdr_3addr *)frame)->frame_control); in rtw_action_frame_parse()
Drtw_xmit.c1402 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-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c356 pframe += sizeof(struct ieee80211_hdr_3addr); in issue_beacon()
357 pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); in issue_beacon()
373 …wps_ie = rtw_get_wps_ie(pmgntframe->buf_addr+TXDESC_OFFSET+sizeof(struct ieee80211_hdr_3addr)+_BEA… in issue_beacon()
374 pattrib->pktlen-sizeof(struct ieee80211_hdr_3addr)-_BEACON_IE_OFFSET_, NULL, &wps_ielen); in issue_beacon()
499 pattrib->hdrlen = sizeof(struct ieee80211_hdr_3addr); in issue_probersp()
652 pframe += sizeof(struct ieee80211_hdr_3addr); in issue_probereq()
653 pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); in issue_probereq()
774 pframe += sizeof(struct ieee80211_hdr_3addr); in issue_auth()
775 pattrib->pktlen = sizeof(struct ieee80211_hdr_3addr); in issue_auth()
862 pattrib->hdrlen = sizeof(struct ieee80211_hdr_3addr); in issue_auth()
[all …]
Drtw_wlan_util.c858 len = packet_len - sizeof(struct ieee80211_hdr_3addr); in rtw_check_bcn_info()
884 memcpy(bssid->ies, (pframe + sizeof(struct ieee80211_hdr_3addr)), bssid->ie_length); in rtw_check_bcn_info()
1530 pIE = pframe + sizeof(struct ieee80211_hdr_3addr); in update_TSF()
/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c232 pframe += sizeof(struct ieee80211_hdr_3addr); in ConstructBeacon()
233 pktlen = sizeof(struct ieee80211_hdr_3addr); in ConstructBeacon()
383 pktlen = sizeof(struct ieee80211_hdr_3addr); in ConstructNullFunctionData()
413 pktlen = sizeof(struct ieee80211_hdr_3addr); in ConstructProbeRsp()
/Linux-v4.19/drivers/staging/rtl8712/
Dieee80211.h150 struct ieee80211_hdr_3addr { struct
592 struct ieee80211_hdr_3addr header;
599 struct ieee80211_hdr_3addr header;
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c209 sizeof(struct ieee80211_hdr_3addr), in wcn36xx_set_tx_data()
260 sizeof(struct ieee80211_hdr_3addr), in wcn36xx_set_tx_mgmt()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c263 bssinf_len = pnetwork->network.IELength+sizeof (struct ieee80211_hdr_3addr); in rtw_cfg80211_inform_bss()
367 pbuf += sizeof(struct ieee80211_hdr_3addr); in rtw_cfg80211_inform_bss()
368 len = sizeof (struct ieee80211_hdr_3addr); in rtw_cfg80211_inform_bss()
539 pmlmepriv->assoc_req+sizeof(struct ieee80211_hdr_3addr)+2; in rtw_cfg80211_indicate_connect()
541 pmlmepriv->assoc_req_len-sizeof(struct ieee80211_hdr_3addr)-2; in rtw_cfg80211_indicate_connect()
543 pmlmepriv->assoc_rsp+sizeof(struct ieee80211_hdr_3addr)+6; in rtw_cfg80211_indicate_connect()
545 pmlmepriv->assoc_rsp_len-sizeof(struct ieee80211_hdr_3addr)-6; in rtw_cfg80211_indicate_connect()
551 , pmlmepriv->assoc_req+sizeof(struct ieee80211_hdr_3addr)+2 in rtw_cfg80211_indicate_connect()
552 , pmlmepriv->assoc_req_len-sizeof(struct ieee80211_hdr_3addr)-2 in rtw_cfg80211_indicate_connect()
553 , pmlmepriv->assoc_rsp+sizeof(struct ieee80211_hdr_3addr)+6 in rtw_cfg80211_indicate_connect()
[all …]
/Linux-v4.19/drivers/net/wireless/st/cw1200/
Dscan.c420 ies = &frame.skb->data[sizeof(struct ieee80211_hdr_3addr)]; in cw1200_probe_work()
421 ies_len = frame.skb->len - sizeof(struct ieee80211_hdr_3addr); in cw1200_probe_work()
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Devent.c235 sizeof(struct ieee80211_hdr_3addr); in qtnf_event_handle_mgmt_received()
236 const struct ieee80211_hdr_3addr *frame = (void *)rxmgmt->frame_data; in qtnf_event_handle_mgmt_received()
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c148 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()
699 pktlen = sizeof(struct ieee80211_hdr_3addr); in ConstructProbeReq()
750 pktlen = sizeof(struct ieee80211_hdr_3addr); in ConstructProbeRsp()
798 u8 *ies = pframe + sizeof(struct ieee80211_hdr_3addr); in ConstructProbeRsp()
2141 pktlen = sizeof(struct ieee80211_hdr_3addr); in ConstructBtNullFunctionData()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dieee80211.h741 struct ieee80211_hdr_3addr header;
749 struct ieee80211_hdr_3addr header;
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dmain.c432 if (assoc_req_len > sizeof(struct ieee80211_hdr_3addr)) { in ath6kl_connect_ap_mode_sta()
436 assoc_req_len >= sizeof(struct ieee80211_hdr_3addr) + in ath6kl_connect_ap_mode_sta()
441 assoc_req_len >= sizeof(struct ieee80211_hdr_3addr) in ath6kl_connect_ap_mode_sta()
Dwmi.c390 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-v4.19/drivers/net/wireless/ti/wlcore/
Dinit.c188 struct ieee80211_hdr_3addr *nullfunc; in wl1271_ap_init_null_template()
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dchannel.c1106 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-v4.19/include/linux/
Dieee80211.h246 struct ieee80211_hdr_3addr { struct
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dwmi.c3090 if (len < sizeof(struct ieee80211_hdr_3addr)) in wmi_mgmt_tx()
3139 if (len < sizeof(struct ieee80211_hdr_3addr)) { in wmi_mgmt_tx_ext()
/Linux-v4.19/net/mac80211/
Dibss.c59 frame_len = sizeof(struct ieee80211_hdr_3addr) + in ieee80211_ibss_build_presp()

12