Searched refs:channel_num (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | ChannelSwitchTest.py | 127 for channel_num in channel_switches: 128 if channel_num == self.current_channel_num: 131 self.current_channel_num, channel_num)) 133 channel_num) 136 asserts.assert_equal(channel_num_after_switch, channel_num, 138 self.current_channel_num = channel_num 148 client_channel, channel_num, 154 soft_ap_channel, channel_num,
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | hostapd.py | 108 def channel_switch(self, channel_num): argument 116 channel_freq = hostapd_constants.FREQUENCY_MAP[channel_num] 118 raise ValueError('Invalid channel number {}'.format(channel_num))
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | access_point.py | 854 def channel_switch(self, identifier, channel_num): argument 859 self.log.info('channel switch to channel {}'.format(channel_num)) 860 instance.hostapd.channel_switch(channel_num)
|