Searched refs:nCfgValue (Results 1 – 2 of 2) sorted by relevance
1334 struct hecap nCfgValue; in lim_tdls_populate_dot11f_he_caps() member1343 qdf_mem_copy(&uHECapInfo.nCfgValue, &add_sta_req->he_cap, in lim_tdls_populate_dot11f_he_caps()1344 sizeof(uHECapInfo.nCfgValue)); in lim_tdls_populate_dot11f_he_caps()3129 uint32_t nCfgValue; in lim_tdls_populate_dot11f_ht_caps() local3141 nCfgValue = add_sta_req->ht_cap.hc_cap; in lim_tdls_populate_dot11f_ht_caps()3143 uHTCapabilityInfo.nCfgValue16 = nCfgValue & 0xFFFF; in lim_tdls_populate_dot11f_ht_caps()3190 nCfgValue = add_sta_req->ht_cap.ampdu_param; in lim_tdls_populate_dot11f_ht_caps()3192 nCfgValue8 = (uint8_t) nCfgValue; in lim_tdls_populate_dot11f_ht_caps()3199 pe_debug("AMPDU Param: %x", nCfgValue); in lim_tdls_populate_dot11f_ht_caps()3203 nCfgValue = add_sta_req->ht_cap.extcap; in lim_tdls_populate_dot11f_ht_caps()[all …]
1316 uint32_t nCfgValue = 0;1327 nCfgValue = vht_cap_info->ampdu_len;1328 pDot11f->maxMPDULen = (nCfgValue & 0x0003);1330 nCfgValue = vht_cap_info->supp_chan_width;1331 pDot11f->supportedChannelWidthSet = (nCfgValue & 0x0003);1333 nCfgValue = 0;1397 nCfgValue = vht_cap_info->ldpc_coding_cap;1398 pDot11f->ldpcCodingCap = (nCfgValue & 0x0001);1400 nCfgValue = vht_cap_info->short_gi_80mhz;1401 pDot11f->shortGI80MHz = (nCfgValue & 0x0001);[all …]