Lines Matching refs:channel
151 def get_ap_params(channel="1", bw="HT20", country="US", security="open", ht_capab=None, vht_capab=N… argument
152 ssid = "test_" + channel + "_" + security + "_" + bw
155 params = hostapd.b_only_params(channel, ssid, country)
157 params = hostapd.g_only_params(channel, ssid, country)
159 params = hostapd.g_only_params(channel, ssid, country)
162 params = hostapd.a_only_params(channel, ssid, country)
164 params = hostapd.a_only_params(channel, ssid, country)
167 params = hostapd.ht20_params(channel, ssid, country)
174 params = hostapd.ht40_plus_params(channel, ssid, country)
178 params = hostapd.ht40_minus_params(channel, ssid, country)
182 params = hostapd.ht40_plus_params(channel, ssid, country)
192 params['vht_oper_centr_freq_seg0_idx'] = str(int(channel) + 6)