Searched refs:channel_config (Results 1 – 5 of 5) sorted by relevance
243 def test_channel(self, wifi_context, channel_config): argument256 channel_config['chnum'])261 if channel_config['expect'] == 'passive-scan':265 elif channel_config['expect'] == 'no-connect':272 expect_connect=channel_config['expect'] in (303 for channel_config in self.channel_infos:305 self.test_channel(wifi_context, channel_config)311 self.region_name, channel_config)
196 bs.channel_config = FDKreadBits(hBs, Adts_Length_ChannelConfiguration); in adtsRead_DecodeHeader()271 …fullness = bs.frame_length*8 + bs.adts_fullness*32*getNumberOfEffectiveChannels(bs.channel_config); in adtsRead_DecodeHeader()306 pAsc->m_channelConfiguration = bs.channel_config; in adtsRead_DecodeHeader()310 if (bs.channel_config == 0) in adtsRead_DecodeHeader()335 && (bs.channel_config == pAdts->bs.channel_config) /* == 0 */ in adtsRead_DecodeHeader()
119 UCHAR channel_config; member
370 …rser.adts.bs.adts_fullness * 32 * getNumberOfEffectiveChannels(hTp->parser.adts.bs.channel_config); in transportDec_GetBufferFullness()
411 channel_config = {}418 channel_config['number'] = int(match.group(1))419 channel_config['freq'] = int(match.group(2))420 channel_config['width'] = int(match.group(3))421 channel_config['center1_freq'] = int(match.group(4))423 return channel_config