Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_BAProc.c113 struct rtl_80211_hdr_3addr *BAReq = NULL; in ieee80211_ADDBA()
123 …skb = dev_alloc_skb(len + sizeof( struct rtl_80211_hdr_3addr)); //need to add something others? FI… in ieee80211_ADDBA()
130 …memset(skb->data, 0, sizeof( struct rtl_80211_hdr_3addr)); //I wonder whether it's necessary. Appa… in ieee80211_ADDBA()
133 BAReq = ( struct rtl_80211_hdr_3addr *) skb_put(skb,sizeof( struct rtl_80211_hdr_3addr)); in ieee80211_ADDBA()
198 struct rtl_80211_hdr_3addr *Delba = NULL; in ieee80211_DELBA()
211 …skb = dev_alloc_skb(len + sizeof( struct rtl_80211_hdr_3addr)); //need to add something others? FI… in ieee80211_DELBA()
220 Delba = ( struct rtl_80211_hdr_3addr *) skb_put(skb,sizeof( struct rtl_80211_hdr_3addr)); in ieee80211_DELBA()
336 struct rtl_80211_hdr_3addr *req = NULL; in ieee80211_rx_ADDBAReq()
345 if (skb->len < sizeof(struct rtl_80211_hdr_3addr) + 9) { in ieee80211_rx_ADDBAReq()
349 (sizeof(struct rtl_80211_hdr_3addr) + 9)); in ieee80211_rx_ADDBAReq()
[all …]
Dieee80211.h912 struct rtl_80211_hdr_3addr { struct
963 struct rtl_80211_hdr_3addr header;
972 struct rtl_80211_hdr_3addr header;
977 struct rtl_80211_hdr_3addr header;
983 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;
1194 struct rtl_80211_hdr_3addr *hdr; in Frame_QoSTID()
1196 hdr = (struct rtl_80211_hdr_3addr *)buf; in Frame_QoSTID()
[all …]
Dieee80211_softmac.c225 struct rtl_80211_hdr_3addr *header= in softmac_mgmt_xmit()
226 (struct rtl_80211_hdr_3addr *) skb->data; in softmac_mgmt_xmit()
291 struct rtl_80211_hdr_3addr *header = in softmac_ps_mgmt_xmit()
292 (struct rtl_80211_hdr_3addr *) skb->data; in softmac_ps_mgmt_xmit()
928 struct rtl_80211_hdr_3addr *hdr; in ieee80211_null_func()
930 skb = dev_alloc_skb(sizeof(struct rtl_80211_hdr_3addr)); in ieee80211_null_func()
935 hdr = (struct rtl_80211_hdr_3addr *)skb_put(skb,sizeof(struct rtl_80211_hdr_3addr)); in ieee80211_null_func()
1303 ieee80211_encrypt_fragment(ieee, skb, sizeof(struct rtl_80211_hdr_3addr )); in ieee80211_auth_challenge()
1583 struct rtl_80211_hdr_3addr *header = in probe_rq_parse()
1584 (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()
764 struct rtl_80211_hdr_3addr *hdr = (struct rtl_80211_hdr_3addr *)skb->data; in parse_subframe()
767 u16 LLCOffset= sizeof(struct rtl_80211_hdr_3addr); in parse_subframe()
Dieee80211_tx.c848 if (unlikely(skb->len < sizeof(struct rtl_80211_hdr_3addr))) { in ieee80211_xmit()
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c3983 struct rtl_80211_hdr_3addr *hdr; in rtl8192_process_phyinfo()
3987 hdr = (struct rtl_80211_hdr_3addr *)buffer; in rtl8192_process_phyinfo()
4497 struct rtl_80211_hdr_3addr *hdr; in TranslateRxSignalStuff819xUsb()
4508 hdr = (struct rtl_80211_hdr_3addr *)tmp_buf; in TranslateRxSignalStuff819xUsb()