Searched refs:WLAN_HDR_A3_LEN (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | p80211hdr.h | 68 #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()
|
D | p80211conv.c | 291 payload_length = skb->len - WLAN_HDR_A3_LEN - WLAN_CRC_LEN; in skb_p80211_to_ether() 292 payload_offset = WLAN_HDR_A3_LEN; in skb_p80211_to_ether() 311 if (payload_length < WLAN_HDR_A4_LEN - WLAN_HDR_A3_LEN) { in skb_p80211_to_ether() 315 payload_length -= (WLAN_HDR_A4_LEN - WLAN_HDR_A3_LEN); in skb_p80211_to_ether()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 526 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _SSID_IE_, (int *)&ielen, in OnProbeReq() 527 len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); in OnProbeReq() 630 … (update_sta_support_rate(padapter, (pframe + WLAN_HDR_A3_LEN + _BEACON_IE_OFFSET_), (len - WLAN_H… in OnBeacon() 674 seq = le16_to_cpu(*(__le16 *)((size_t)pframe + WLAN_HDR_A3_LEN + 2)); in OnAuth() 675 algorithm = le16_to_cpu(*(__le16 *)((size_t)pframe + WLAN_HDR_A3_LEN)); in OnAuth() 765 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + 4 + _AUTH_IE_OFFSET_ , _CHLGETXT_IE_, (int *)&ie_len, in OnAuth() 766 len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_ - 4); in OnAuth() 843 seq = le16_to_cpu(*(__le16 *)((size_t)pframe + WLAN_HDR_A3_LEN + offset + 2)); in OnAuthClient() 844 status = le16_to_cpu(*(__le16 *)((size_t)pframe + WLAN_HDR_A3_LEN + offset + 4)); in OnAuthClient() 862 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _AUTH_IE_OFFSET_, _CHLGETXT_IE_, (int *)&len, in OnAuthClient() [all …]
|
D | rtw_wlan_util.c | 1076 len = pkt_len - (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN); in update_beacon_info() 1079 pIE = (struct ndis_802_11_var_ie *)(pframe + (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN) + i); in update_beacon_info()
|
D | rtw_security.c | 1092 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()
|
D | rtw_xmit.c | 528 pattrib->hdrlen = WLAN_HDR_A3_LEN; in update_attrib()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | wifi.h | 43 #define WLAN_HDR_A3_LEN 24 macro
|
D | rtl871x_security.c | 1057 if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) in aes_cipher() 1237 if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) in aes_decipher()
|
D | rtl871x_xmit.c | 299 pattrib->hdrlen = WLAN_HDR_A3_LEN; in r8712_update_attrib()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 38 #define WLAN_HDR_A3_LEN 24 macro
|