Searched refs:pTriple (Results 1 – 1 of 1) sorted by relevance
55 struct chnl_txpower_triple *pTriple; in dot11d_update_country_ie() local61 pTriple = (struct chnl_txpower_triple *)(pCoutryIe + 3); in dot11d_update_country_ie()63 if (MaxChnlNum >= pTriple->first_channel) { in dot11d_update_country_ie()70 if (MAX_CHANNEL_NUMBER < (pTriple->first_channel + pTriple->num_channels)) { in dot11d_update_country_ie()78 for (j = 0; j < pTriple->num_channels; j++) { in dot11d_update_country_ie()79 dot11d_info->channel_map[pTriple->first_channel + j] = 1; in dot11d_update_country_ie()80 dot11d_info->max_tx_pwr_dbm_list[pTriple->first_channel + j] = pTriple->max_tx_pwr_dbm; in dot11d_update_country_ie()81 MaxChnlNum = pTriple->first_channel + j; in dot11d_update_country_ie()84 pTriple = (struct chnl_txpower_triple *)((u8 *)pTriple + 3); in dot11d_update_country_ie()