Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_BAProc.c82 struct rtllib_hdr_3addr *BAReq = NULL; in rtllib_ADDBA()
93 skb = dev_alloc_skb(len + sizeof(struct rtllib_hdr_3addr)); in rtllib_ADDBA()
99 memset(skb->data, 0, sizeof(struct rtllib_hdr_3addr)); in rtllib_ADDBA()
103 BAReq = (struct rtllib_hdr_3addr *)skb_put(skb, in rtllib_ADDBA()
104 sizeof(struct rtllib_hdr_3addr)); in rtllib_ADDBA()
145 struct rtllib_hdr_3addr *Delba = NULL; in rtllib_DELBA()
159 skb = dev_alloc_skb(len + sizeof(struct rtllib_hdr_3addr)); in rtllib_DELBA()
167 Delba = (struct rtllib_hdr_3addr *) skb_put(skb, in rtllib_DELBA()
168 sizeof(struct rtllib_hdr_3addr)); in rtllib_DELBA()
239 struct rtllib_hdr_3addr *req = NULL; in rtllib_rx_ADDBAReq()
[all …]
Drtllib_softmac.c223 struct rtllib_hdr_3addr *header = in softmac_mgmt_xmit()
224 (struct rtllib_hdr_3addr *) skb->data; in softmac_mgmt_xmit()
298 struct rtllib_hdr_3addr *header = in softmac_ps_mgmt_xmit()
299 (struct rtllib_hdr_3addr *) skb->data; in softmac_ps_mgmt_xmit()
1076 struct rtllib_hdr_3addr *hdr; in rtllib_null_func()
1078 skb = dev_alloc_skb(sizeof(struct rtllib_hdr_3addr)+ieee->tx_headroom); in rtllib_null_func()
1084 hdr = (struct rtllib_hdr_3addr *)skb_put(skb, in rtllib_null_func()
1085 sizeof(struct rtllib_hdr_3addr)); in rtllib_null_func()
1506 sizeof(struct rtllib_hdr_3addr)); in rtllib_auth_challenge()
1846 struct rtllib_hdr_3addr *header = in probe_rq_parse()
[all …]
Drtllib.h1131 struct rtllib_hdr_3addr { struct
1182 struct rtllib_hdr_3addr header;
1191 struct rtllib_hdr_3addr header;
1196 struct rtllib_hdr_3addr header;
1201 struct rtllib_hdr_3addr header;
1207 struct rtllib_hdr_3addr header;
1221 struct rtllib_hdr_3addr header;
1229 struct rtllib_hdr_3addr header;
1238 struct rtllib_hdr_3addr header;
1428 struct rtllib_hdr_3addr *hdr; in Frame_QoSTID()
[all …]
Drtllib_rx.c214 struct rtllib_hdr_3addr *hdr = (struct rtllib_hdr_3addr *)skb->data; in rtllib_rx_frame_mgmt()
733 struct rtllib_hdr_3addr *hdr = (struct rtllib_hdr_3addr *)skb->data; in parse_subframe()
736 u16 LLCOffset = sizeof(struct rtllib_hdr_3addr); in parse_subframe()
Drtllib_tx.c881 if (unlikely(skb->len < sizeof(struct rtllib_hdr_3addr))) { in rtllib_xmit_inter()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1702 struct rtllib_hdr_3addr *hdr; in rtl8192_process_phyinfo()
1706 hdr = (struct rtllib_hdr_3addr *)buffer; in rtl8192_process_phyinfo()
1873 struct rtllib_hdr_3addr *hdr; in rtl8192_TranslateRxSignalStuff()
1882 hdr = (struct rtllib_hdr_3addr *)tmp_buf; in rtl8192_TranslateRxSignalStuff()