Home
last modified time | relevance | path

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

/linux-6.1.9/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()
124 …memset(skb->data, 0, sizeof(struct rtl_80211_hdr_3addr)); //I wonder whether it's necessary. Appar… in ieee80211_ADDBA()
127 BAReq = skb_put(skb, sizeof(struct rtl_80211_hdr_3addr)); in ieee80211_ADDBA()
190 struct rtl_80211_hdr_3addr *Delba = NULL; in ieee80211_DELBA()
205 …skb = dev_alloc_skb(len + sizeof(struct rtl_80211_hdr_3addr)); //need to add something others? FIX… in ieee80211_DELBA()
211 Delba = skb_put(skb, sizeof(struct rtl_80211_hdr_3addr)); in ieee80211_DELBA()
317 struct rtl_80211_hdr_3addr *req = NULL; in ieee80211_rx_ADDBAReq()
326 if (skb->len < sizeof(struct rtl_80211_hdr_3addr) + 9) { in ieee80211_rx_ADDBAReq()
330 (sizeof(struct rtl_80211_hdr_3addr) + 9)); in ieee80211_rx_ADDBAReq()
[all …]
Dieee80211.h907 struct rtl_80211_hdr_3addr { struct
958 struct rtl_80211_hdr_3addr header;
967 struct rtl_80211_hdr_3addr header;
972 struct rtl_80211_hdr_3addr header;
978 struct rtl_80211_hdr_3addr header;
992 struct rtl_80211_hdr_3addr header;
1000 struct rtl_80211_hdr_3addr header;
1009 struct rtl_80211_hdr_3addr header;
1191 struct rtl_80211_hdr_3addr *hdr; in Frame_QoSTID()
1193 hdr = (struct rtl_80211_hdr_3addr *)buf; in Frame_QoSTID()
[all …]
Dieee80211_softmac.c216 struct rtl_80211_hdr_3addr *header = in softmac_mgmt_xmit()
217 (struct rtl_80211_hdr_3addr *)skb->data; in softmac_mgmt_xmit()
283 struct rtl_80211_hdr_3addr *header = in softmac_ps_mgmt_xmit()
284 (struct rtl_80211_hdr_3addr *)skb->data; in softmac_ps_mgmt_xmit()
890 struct rtl_80211_hdr_3addr *hdr; in ieee80211_null_func()
892 skb = dev_alloc_skb(sizeof(struct rtl_80211_hdr_3addr)); in ieee80211_null_func()
897 hdr = skb_put(skb, sizeof(struct rtl_80211_hdr_3addr)); in ieee80211_null_func()
1242 ieee80211_encrypt_fragment(ieee, skb, sizeof(struct rtl_80211_hdr_3addr)); in ieee80211_auth_challenge()
1518 struct rtl_80211_hdr_3addr *header = in probe_rq_parse()
1519 (struct rtl_80211_hdr_3addr *)skb->data; in probe_rq_parse()
[all …]
Dieee80211_rx.c216 struct rtl_80211_hdr_3addr *hdr = (struct rtl_80211_hdr_3addr *)skb->data; in ieee80211_rx_frame_mgmt()
769 struct rtl_80211_hdr_3addr *hdr = (struct rtl_80211_hdr_3addr *)skb->data; in parse_subframe()
772 u16 LLCOffset = sizeof(struct rtl_80211_hdr_3addr); in parse_subframe()
Dieee80211_tx.c778 if (unlikely(skb->len < sizeof(struct rtl_80211_hdr_3addr))) { in ieee80211_xmit()
/linux-6.1.9/drivers/staging/rtl8192u/
Dr8192U_core.c3573 struct rtl_80211_hdr_3addr *hdr; in rtl8192_process_phyinfo()
3577 hdr = (struct rtl_80211_hdr_3addr *)buffer; in rtl8192_process_phyinfo()
4067 struct rtl_80211_hdr_3addr *hdr; in TranslateRxSignalStuff819xUsb()
4078 hdr = (struct rtl_80211_hdr_3addr *)tmp_buf; in TranslateRxSignalStuff819xUsb()