Home
last modified time | relevance | path

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

/drivers/staging/rtl8192e/
Drtl819x_BAProc.c71 struct rtllib_hdr_3addr *BAReq = NULL; in rtllib_ADDBA()
82 skb = dev_alloc_skb(len + sizeof(struct rtllib_hdr_3addr)); in rtllib_ADDBA()
86 memset(skb->data, 0, sizeof(struct rtllib_hdr_3addr)); in rtllib_ADDBA()
90 BAReq = skb_put(skb, sizeof(struct rtllib_hdr_3addr)); in rtllib_ADDBA()
134 struct rtllib_hdr_3addr *Delba = NULL; in rtllib_DELBA()
147 skb = dev_alloc_skb(len + sizeof(struct rtllib_hdr_3addr)); in rtllib_DELBA()
153 Delba = skb_put(skb, sizeof(struct rtllib_hdr_3addr)); in rtllib_DELBA()
221 struct rtllib_hdr_3addr *req = NULL; in rtllib_rx_ADDBAReq()
230 if (skb->len < sizeof(struct rtllib_hdr_3addr) + 9) { in rtllib_rx_ADDBAReq()
233 (int)(sizeof(struct rtllib_hdr_3addr) + 9)); in rtllib_rx_ADDBAReq()
[all …]
Drtllib.h749 struct rtllib_hdr_3addr { struct
800 struct rtllib_hdr_3addr header;
809 struct rtllib_hdr_3addr header;
814 struct rtllib_hdr_3addr header;
819 struct rtllib_hdr_3addr header;
825 struct rtllib_hdr_3addr header;
839 struct rtllib_hdr_3addr header;
847 struct rtllib_hdr_3addr header;
994 struct rtllib_hdr_3addr *hdr; in Frame_QoSTID()
997 hdr = (struct rtllib_hdr_3addr *)buf; in Frame_QoSTID()
[all …]
Drtllib_softmac.c204 struct rtllib_hdr_3addr *header = in softmac_mgmt_xmit()
205 (struct rtllib_hdr_3addr *) skb->data; in softmac_mgmt_xmit()
281 struct rtllib_hdr_3addr *header = in softmac_ps_mgmt_xmit()
282 (struct rtllib_hdr_3addr *) skb->data; in softmac_ps_mgmt_xmit()
1051 struct rtllib_hdr_3addr *hdr; in rtllib_null_func()
1053 skb = dev_alloc_skb(sizeof(struct rtllib_hdr_3addr)+ieee->tx_headroom); in rtllib_null_func()
1059 hdr = skb_put(skb, sizeof(struct rtllib_hdr_3addr)); in rtllib_null_func()
1475 sizeof(struct rtllib_hdr_3addr)); in rtllib_auth_challenge()
1819 struct rtllib_hdr_3addr *header = in probe_rq_parse()
1820 (struct rtllib_hdr_3addr *) skb->data; in probe_rq_parse()
[all …]
Drtllib_rx.c214 struct rtllib_hdr_3addr *hdr = (struct rtllib_hdr_3addr *)skb->data; in rtllib_rx_frame_mgmt()
767 struct rtllib_hdr_3addr *hdr = (struct rtllib_hdr_3addr *)skb->data; in parse_subframe()
770 u16 LLCOffset = sizeof(struct rtllib_hdr_3addr); in parse_subframe()
Drtllib_tx.c865 if (unlikely(skb->len < sizeof(struct rtllib_hdr_3addr))) { in rtllib_xmit_inter()
/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1685 struct rtllib_hdr_3addr *hdr; in _rtl92e_process_phyinfo()
1689 hdr = (struct rtllib_hdr_3addr *)buffer; in _rtl92e_process_phyinfo()
1852 struct rtllib_hdr_3addr *hdr; in _rtl92e_translate_rx_signal_stats()
1861 hdr = (struct rtllib_hdr_3addr *)tmp_buf; in _rtl92e_translate_rx_signal_stats()