Home
last modified time | relevance | path

Searched refs:rtl_80211_hdr_3addr (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_BAProc.c111 struct rtl_80211_hdr_3addr *BAReq = NULL; in ieee80211_ADDBA()
120 …skb = dev_alloc_skb(len + sizeof(struct rtl_80211_hdr_3addr)); //need to add something others? FIX… in ieee80211_ADDBA()
126 …memset(skb->data, 0, sizeof(struct rtl_80211_hdr_3addr)); //I wonder whether it's necessary. Appar… in ieee80211_ADDBA()
129 BAReq = skb_put(skb, sizeof(struct rtl_80211_hdr_3addr)); in ieee80211_ADDBA()
192 struct rtl_80211_hdr_3addr *Delba = NULL; in ieee80211_DELBA()
207 …skb = dev_alloc_skb(len + sizeof(struct rtl_80211_hdr_3addr)); //need to add something others? FIX… in ieee80211_DELBA()
215 Delba = skb_put(skb, sizeof(struct rtl_80211_hdr_3addr)); in ieee80211_DELBA()
321 struct rtl_80211_hdr_3addr *req = NULL; in ieee80211_rx_ADDBAReq()
330 if (skb->len < sizeof(struct rtl_80211_hdr_3addr) + 9) { in ieee80211_rx_ADDBAReq()
334 (sizeof(struct rtl_80211_hdr_3addr) + 9)); in ieee80211_rx_ADDBAReq()
[all …]
Dieee80211.h911 struct rtl_80211_hdr_3addr { struct
962 struct rtl_80211_hdr_3addr header;
971 struct rtl_80211_hdr_3addr header;
976 struct rtl_80211_hdr_3addr header;
982 struct rtl_80211_hdr_3addr header;
996 struct rtl_80211_hdr_3addr header;
1004 struct rtl_80211_hdr_3addr header;
1013 struct rtl_80211_hdr_3addr header;
1195 struct rtl_80211_hdr_3addr *hdr; in Frame_QoSTID()
1197 hdr = (struct rtl_80211_hdr_3addr *)buf; in Frame_QoSTID()
[all …]
Dieee80211_softmac.c217 struct rtl_80211_hdr_3addr *header = in softmac_mgmt_xmit()
218 (struct rtl_80211_hdr_3addr *)skb->data; in softmac_mgmt_xmit()
284 struct rtl_80211_hdr_3addr *header = in softmac_ps_mgmt_xmit()
285 (struct rtl_80211_hdr_3addr *)skb->data; in softmac_ps_mgmt_xmit()
892 struct rtl_80211_hdr_3addr *hdr; in ieee80211_null_func()
894 skb = dev_alloc_skb(sizeof(struct rtl_80211_hdr_3addr)); in ieee80211_null_func()
899 hdr = skb_put(skb, sizeof(struct rtl_80211_hdr_3addr)); in ieee80211_null_func()
1244 ieee80211_encrypt_fragment(ieee, skb, sizeof(struct rtl_80211_hdr_3addr)); in ieee80211_auth_challenge()
1511 struct rtl_80211_hdr_3addr *header = in probe_rq_parse()
1512 (struct rtl_80211_hdr_3addr *)skb->data; in probe_rq_parse()
[all …]
Dieee80211_rx.c220 struct rtl_80211_hdr_3addr *hdr = (struct rtl_80211_hdr_3addr *)skb->data; in ieee80211_rx_frame_mgmt()
773 struct rtl_80211_hdr_3addr *hdr = (struct rtl_80211_hdr_3addr *)skb->data; in parse_subframe()
776 u16 LLCOffset= sizeof(struct rtl_80211_hdr_3addr); in parse_subframe()
Dieee80211_tx.c855 if (unlikely(skb->len < sizeof(struct rtl_80211_hdr_3addr))) { in ieee80211_xmit()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_core.c3933 struct rtl_80211_hdr_3addr *hdr; in rtl8192_process_phyinfo()
3937 hdr = (struct rtl_80211_hdr_3addr *)buffer; in rtl8192_process_phyinfo()
4445 struct rtl_80211_hdr_3addr *hdr; in TranslateRxSignalStuff819xUsb()
4456 hdr = (struct rtl_80211_hdr_3addr *)tmp_buf; in TranslateRxSignalStuff819xUsb()