Searched refs:pTriple (Results 1 – 3 of 3) sorted by relevance
124 struct chnl_txpow_triple *pTriple; in Dot11d_UpdateCountryIe() local130 pTriple = (struct chnl_txpow_triple *)(pCoutryIe + 3); in Dot11d_UpdateCountryIe()132 if (MaxChnlNum >= pTriple->FirstChnl) { in Dot11d_UpdateCountryIe()136 if (MAX_CHANNEL_NUMBER < (pTriple->FirstChnl + in Dot11d_UpdateCountryIe()137 pTriple->NumChnls)) { in Dot11d_UpdateCountryIe()142 for (j = 0; j < pTriple->NumChnls; j++) { in Dot11d_UpdateCountryIe()143 pDot11dInfo->channel_map[pTriple->FirstChnl + j] = 1; in Dot11d_UpdateCountryIe()144 pDot11dInfo->MaxTxPwrDbmList[pTriple->FirstChnl + j] = in Dot11d_UpdateCountryIe()145 pTriple->MaxTxPowerInDbm; in Dot11d_UpdateCountryIe()146 MaxChnlNum = pTriple->FirstChnl + j; in Dot11d_UpdateCountryIe()[all …]
56 PCHNL_TXPOWER_TRIPLE pTriple; in Dot11d_UpdateCountryIe() local62 pTriple = (PCHNL_TXPOWER_TRIPLE)(pCoutryIe + 3); in Dot11d_UpdateCountryIe()64 if (MaxChnlNum >= pTriple->FirstChnl) { in Dot11d_UpdateCountryIe()71 if (MAX_CHANNEL_NUMBER < (pTriple->FirstChnl + pTriple->NumChnls)) { in Dot11d_UpdateCountryIe()79 for (j = 0; j < pTriple->NumChnls; j++) { in Dot11d_UpdateCountryIe()80 pDot11dInfo->channel_map[pTriple->FirstChnl + j] = 1; in Dot11d_UpdateCountryIe()81 pDot11dInfo->MaxTxPwrDbmList[pTriple->FirstChnl + j] = pTriple->MaxTxPowerInDbm; in Dot11d_UpdateCountryIe()82 MaxChnlNum = pTriple->FirstChnl + j; in Dot11d_UpdateCountryIe()85 pTriple = (PCHNL_TXPOWER_TRIPLE)((u8 *)pTriple + 3); in Dot11d_UpdateCountryIe()
219 struct common_triple *pTriple; in bthci_DecideBTChannel() local232 pTriple = (struct common_triple *) in bthci_DecideBTChannel()236 for (i = 0; i < (pBtHciInfo->BtPreChnlListLen-COUNTRY_STR_LEN); i += 3, pTriple++) { in bthci_DecideBTChannel()241 if (pTriple->byte_1st == 0xc9) { in bthci_DecideBTChannel()244 ("Find Regulatory ID, regulatory class = %d\n", pTriple->byte_2nd)); in bthci_DecideBTChannel()251 pTriple_subband = (struct chnl_txpower_triple *)pTriple; in bthci_DecideBTChannel()539 struct chnl_txpower_triple *pTriple; in bthci_AssocPreferredChannelList() local560 pTriple = (struct chnl_txpower_triple *)&pAssoStrc->Data[len]; in bthci_AssocPreferredChannelList()568 pTriple->FirstChnl = preferredChnl; in bthci_AssocPreferredChannelList()569 pTriple->NumChnls = 1; in bthci_AssocPreferredChannelList()[all …]