Searched refs:num_channel_report (Results 1 – 2 of 2) sorted by relevance
1710 pDst->num_channel_report = (uint8_t)(tlvlen); in dot11f_unpack_tlv_non_prefferd_chan_rep()21269 byteCount = ((tDot11fTLVnon_prefferd_chan_rep *)(pFrm + pTlv->offset))->num_channel_report+1; in get_packed_size_tlv_core()23185 nNeeded += (pSrc->num_channel_report + 3) ; in dot11f_pack_tlv_non_prefferd_chan_rep()23197 DOT11F_MEMCPY(pCtx, pBuf, &(pSrc->channel_report), pSrc->num_channel_report); in dot11f_pack_tlv_non_prefferd_chan_rep()23198 *pnConsumed += pSrc->num_channel_report; in dot11f_pack_tlv_non_prefferd_chan_rep()23199 pBuf += pSrc->num_channel_report; in dot11f_pack_tlv_non_prefferd_chan_rep()
2530 uint8_t num_channel_report; member