Searched refs:WLAN_HDR_A3_LEN (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/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 | 293 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/ |
D | rtw_mlme_ext.c | 2630 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 …]
|
D | rtw_wlan_util.c | 1072 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()
|
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 | 529 pattrib->hdrlen = WLAN_HDR_A3_LEN; in update_attrib()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | wifi.h | 35 #define WLAN_HDR_A3_LEN 24 macro
|
D | rtl871x_security.c | 1062 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()
|
D | rtl871x_xmit.c | 299 pattrib->hdrlen = WLAN_HDR_A3_LEN; in r8712_update_attrib()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 27 #define WLAN_HDR_A3_LEN 24 macro
|