Searched refs:num_bands (Results 1 – 6 of 6) sorted by relevance
232 pOld->length = (pNew->num_bands * 2); in convert_supp_channels()
2087 pDot11f->num_bands = supportedChannels.numChnl;2090 for (i = 0U; i < pDot11f->num_bands; i++) {2097 while (i + 1 < pDot11f->num_bands && (p[i + 1] == channel + 4)) {2110 pDot11f->num_bands = j;
7824 pDst->num_bands = (uint8_t)(ielen / 2); in dot11f_unpack_ie_supp_channels()20453 num_bands * 2; in get_packed_size_core()28549 nNeeded += pSrc->num_bands * 2; in dot11f_pack_ie_supp_channels()28557 DOT11F_MEMCPY(pCtx, pBuf, &(pSrc->bands), (pSrc->num_bands * 2)); in dot11f_pack_ie_supp_channels()28558 *pnConsumed += (pSrc->num_bands * 2); in dot11f_pack_ie_supp_channels()
301 suppChannels->num_bands = valid_count; in populate_dot11f_tdls_offchannel_params()
1010 int num_bands = 2; in send_vdev_create_cmd_tlv() local1014 len += (num_bands * sizeof(*txrx_streams) + WMI_TLV_HDR_SIZE); in send_vdev_create_cmd_tlv()1032 cmd->num_cfg_txrx_streams = num_bands; in send_vdev_create_cmd_tlv()1044 (num_bands * sizeof(wmi_vdev_txrx_streams))); in send_vdev_create_cmd_tlv()1066 buf_ptr += (num_bands * sizeof(wmi_vdev_txrx_streams)); in send_vdev_create_cmd_tlv()
7622 uint8_t num_bands; member