Home
last modified time | relevance | path

Searched refs:WLAN_HDR_A3_LEN (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/staging/wlan-ng/
Dp80211hdr.h68 #define WLAN_HDR_A3_LEN 24 macro
195 hdrlen = WLAN_HDR_A3_LEN; in p80211_headerlen()
198 hdrlen = WLAN_HDR_A3_LEN; in p80211_headerlen()
207 hdrlen = WLAN_HDR_A3_LEN; in p80211_headerlen()
Dp80211conv.c293 payload_length = skb->len - WLAN_HDR_A3_LEN - WLAN_CRC_LEN; in skb_p80211_to_ether()
294 payload_offset = WLAN_HDR_A3_LEN; in skb_p80211_to_ether()
313 if (payload_length < WLAN_HDR_A4_LEN - WLAN_HDR_A3_LEN) { in skb_p80211_to_ether()
317 payload_length -= (WLAN_HDR_A4_LEN - WLAN_HDR_A3_LEN); in skb_p80211_to_ether()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2630 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _SSID_IE_, (int *)&ielen, in OnProbeReq()
2631 len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); in OnProbeReq()
2731 … (update_sta_support_rate(padapter, (pframe + WLAN_HDR_A3_LEN + _BEACON_IE_OFFSET_), (len - WLAN_H… in OnBeacon()
2776 seq = le16_to_cpu(*(__le16 *)((size_t)pframe + WLAN_HDR_A3_LEN + 2)); in OnAuth()
2777 algorithm = le16_to_cpu(*(__le16 *)((size_t)pframe + WLAN_HDR_A3_LEN)); in OnAuth()
2867 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + 4 + _AUTH_IE_OFFSET_ , _CHLGETXT_IE_, (int *)&ie_len, in OnAuth()
2868 len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_ - 4); in OnAuth()
2942 seq = le16_to_cpu(*(__le16 *)((size_t)pframe + WLAN_HDR_A3_LEN + offset + 2)); in OnAuthClient()
2943 status = le16_to_cpu(*(__le16 *)((size_t)pframe + WLAN_HDR_A3_LEN + offset + 4)); in OnAuthClient()
2961 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _AUTH_IE_OFFSET_, _CHLGETXT_IE_, (int *)&len, in OnAuthClient()
[all …]
Drtw_wlan_util.c1072 len = pkt_len - (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN); in update_beacon_info()
1075 pIE = (struct ndis_802_11_var_ie *)(pframe + (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN) + i); in update_beacon_info()
Drtw_security.c1092 if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) in aes_cipher()
1303 if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) in aes_decipher()
Drtw_xmit.c529 pattrib->hdrlen = WLAN_HDR_A3_LEN; in update_attrib()
/linux-4.4.14/drivers/staging/rtl8712/
Dwifi.h35 #define WLAN_HDR_A3_LEN 24 macro
Drtl871x_security.c1062 if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) in aes_cipher()
1244 if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) in aes_decipher()
Drtl871x_xmit.c299 pattrib->hdrlen = WLAN_HDR_A3_LEN; in r8712_update_attrib()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dwifi.h27 #define WLAN_HDR_A3_LEN 24 macro