Searched refs:pnfhdr (Results 1 – 2 of 2) sorted by relevance
178 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local202 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag()204 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag()216 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag()222 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag()223 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag()224 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()
1023 struct recv_frame_hdr *pfhdr, *pnfhdr; in recvframe_defrag() local1053 pnfhdr = &pnextrframe->u.hdr; in recvframe_defrag()1058 if (curfragnum != pnfhdr->attrib.frag_num) { in recvframe_defrag()1071 wlanhdr_offset = pnfhdr->attrib.hdrlen + pnfhdr->attrib.iv_len; in recvframe_defrag()1079 memcpy(pfhdr->rx_tail, pnfhdr->rx_data, pnfhdr->len); in recvframe_defrag()1081 recvframe_put(prframe, pnfhdr->len); in recvframe_defrag()1083 pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len; in recvframe_defrag()