Home
last modified time | relevance | path

Searched refs:first_triplet (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dutils_parser.c274 pOld->channelTransmitPower[i].channelNumber = pNew->first_triplet[0]; in convert_country()
275 pOld->channelTransmitPower[i].numChannel = pNew->first_triplet[1]; in convert_country()
276 pOld->channelTransmitPower[i].maxTransmitPower = pNew->first_triplet[2]; in convert_country()
Dparser_api.c744 ctry_ie->first_triplet[0] = buffer_triplets[0][0]; in populate_dot11f_country()
745 ctry_ie->first_triplet[1] = buffer_triplets[0][1]; in populate_dot11f_country()
746 ctry_ie->first_triplet[2] = buffer_triplets[0][2]; in populate_dot11f_country()
Ddot11f.c4498 DOT11F_MEMCPY(pCtx, pDst->first_triplet, pBuf, 3); in dot11f_unpack_ie_country()
25874 DOT11F_MEMCPY(pCtx, pBuf, pSrc->first_triplet, 3); in dot11f_pack_ie_country()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms1346 first_triplet[3];
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h5251 uint8_t first_triplet[3]; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_sme_req_messages.c3010 if (country_ie.first_triplet[0] > OP_CLASS_ID_200) { in lim_iterate_triplets()