Home
last modified time | relevance | path

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

/linux/drivers/staging/wlan-ng/
A Dp80211hdr.h69 #define WLAN_HDR_A3_LEN 24 macro
192 hdrlen = WLAN_HDR_A3_LEN; in p80211_headerlen()
195 hdrlen = WLAN_HDR_A3_LEN; in p80211_headerlen()
204 hdrlen = WLAN_HDR_A3_LEN; in p80211_headerlen()
A Dp80211conv.c291 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/drivers/staging/rtl8723bs/core/
A Drtw_mlme_ext.c533 len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); in OnProbeReq()
709 prxattrib->hdrlen = WLAN_HDR_A3_LEN; in OnAuth()
814 len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_ - 4); in OnAuth()
903 pkt_len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_); in OnAuthClient()
983 capab_info = get_unaligned_le16(pframe + WLAN_HDR_A3_LEN); in OnAssocReq()
1016 pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq()
1035 …p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, WLAN_EID_SUPP_RATES, &ie_len, pkt_len - WLAN_… in OnAssocReq()
1048 pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq()
1192 p = pframe + WLAN_HDR_A3_LEN + ie_offset; ie_len = 0; in OnAssocReq()
1423 for (i = (6 + WLAN_HDR_A3_LEN); i < pkt_len;) { in OnAssocRsp()
[all …]
A Drtw_security.c895 if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) in aes_cipher()
1121 if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) in aes_decipher()
1385 ori_len = pattrib->pkt_len-WLAN_HDR_A3_LEN+BIP_AAD_SIZE; in rtw_BIP_verify()
1396 memcpy(BIP_AAD+BIP_AAD_SIZE, pframe+WLAN_HDR_A3_LEN, pattrib->pkt_len-WLAN_HDR_A3_LEN); in rtw_BIP_verify()
1398 p = rtw_get_ie(BIP_AAD+BIP_AAD_SIZE, WLAN_EID_MMIE, &len, pattrib->pkt_len-WLAN_HDR_A3_LEN); in rtw_BIP_verify()
A Drtw_recv.c1402 if (ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_PUBLIC && in validate_80211w_mgmt()
1403 ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_HT && in validate_80211w_mgmt()
1404 ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_UNPROTECTED_WNM && in validate_80211w_mgmt()
1405 ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_SELF_PROTECTED && in validate_80211w_mgmt()
1406 ptr[WLAN_HDR_A3_LEN] != RTW_WLAN_CATEGORY_P2P) { in validate_80211w_mgmt()
A Drtw_xmit.c739 pattrib->hdrlen = WLAN_HDR_A3_LEN; in update_attrib()
1240 (pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_PUBLIC || in rtw_mgmt_xmitframe_coalesce()
1241 pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_HT || in rtw_mgmt_xmitframe_coalesce()
1242 pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_UNPROTECTED_WNM || in rtw_mgmt_xmitframe_coalesce()
1243 pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_SELF_PROTECTED || in rtw_mgmt_xmitframe_coalesce()
1244 pframe[WLAN_HDR_A3_LEN] == RTW_WLAN_CATEGORY_P2P)) in rtw_mgmt_xmitframe_coalesce()
A Drtw_wlan_util.c1336 len = pkt_len - (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN); in update_beacon_info()
1339 pIE = (struct ndis_80211_var_ie *)(pframe + (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN) + i); in update_beacon_info()
/linux/drivers/staging/r8188eu/core/
A Drtw_mlme_ext.c542 len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); in OnProbeReq()
666 process_p2p_ps_ie(padapter, (pframe + WLAN_HDR_A3_LEN), (len - WLAN_HDR_A3_LEN)); in OnBeacon()
817 len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_ - 4); in OnAuth()
908 pkt_len - WLAN_HDR_A3_LEN - _AUTH_IE_OFFSET_); in OnAuthClient()
991 capab_info = get_unaligned_le16(pframe + WLAN_HDR_A3_LEN); in OnAssocReq()
1024 pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq()
1043 …p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, _SUPPORTEDRATES_IE_, &ie_len, pkt_len - WLAN_… in OnAssocReq()
1057 pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq()
1200 p = pframe + WLAN_HDR_A3_LEN + ie_offset; ie_len = 0; in OnAssocReq()
1291 …p2pie = rtw_get_p2p_ie(pframe + WLAN_HDR_A3_LEN + ie_offset, pkt_len - WLAN_HDR_A3_LEN - ie_offset… in OnAssocReq()
[all …]
A Drtw_p2p.c744 …p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _SUPPORTEDRATES_IE_, (int *)&rate_… in process_probe_req_p2p_ie()
745 len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); in process_probe_req_p2p_ie()
777 p = rtw_get_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, _SSID_IE_, (int *)&ssid_len, in process_probe_req_p2p_ie()
778 len - WLAN_HDR_A3_LEN - _PROBEREQ_IE_OFFSET_); in process_probe_req_p2p_ie()
782 …p2pie = rtw_get_p2p_ie(pframe + WLAN_HDR_A3_LEN + _PROBEREQ_IE_OFFSET_, len - WLAN_HDR_A3_LEN - _P… in process_probe_req_p2p_ie()
824 ies = pframe + WLAN_HDR_A3_LEN + ie_offset; in process_assoc_req_p2p_ie()
825 ies_len = len - WLAN_HDR_A3_LEN - ie_offset; in process_assoc_req_p2p_ie()
A Drtw_security.c987 if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) in aes_cipher()
1194 if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) in aes_decipher()
A Drtw_wlan_util.c1041 len = pkt_len - (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN); in update_beacon_info()
1044 pIE = (struct ndis_802_11_var_ie *)(pframe + (_BEACON_IE_OFFSET_ + WLAN_HDR_A3_LEN) + i); in update_beacon_info()
A Drtw_xmit.c504 pattrib->hdrlen = WLAN_HDR_A3_LEN; in update_attrib()
/linux/drivers/staging/rtl8712/
A Dwifi.h20 #define WLAN_HDR_A3_LEN 24 macro
A Drtl871x_security.c1043 if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) in aes_cipher()
1224 if ((hdrlen == WLAN_HDR_A3_LEN) || (hdrlen == WLAN_HDR_A3_QOS_LEN)) in aes_decipher()
A Drtl871x_xmit.c295 pattrib->hdrlen = WLAN_HDR_A3_LEN; in r8712_update_attrib()
/linux/drivers/staging/rtl8723bs/include/
A Dwifi.h17 #define WLAN_HDR_A3_LEN 24 macro
/linux/drivers/staging/r8188eu/include/
A Dwifi.h22 #define WLAN_HDR_A3_LEN 24 macro
/linux/drivers/staging/rtl8723bs/os_dep/
A Dioctl_cfg80211.c2087 sinfo.assoc_req_ies = pmgmt_frame + WLAN_HDR_A3_LEN + ie_offset; in rtw_cfg80211_indicate_sta_assoc()
2088 sinfo.assoc_req_ies_len = frame_len - WLAN_HDR_A3_LEN - ie_offset; in rtw_cfg80211_indicate_sta_assoc()

Completed in 76 milliseconds