Searched refs:first_triplet (Results 1 – 6 of 6) sorted by relevance
274 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()
744 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()
4498 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()
1346 first_triplet[3];
5251 uint8_t first_triplet[3]; member
3010 if (country_ie.first_triplet[0] > OP_CLASS_ID_200) { in lim_iterate_triplets()