Lines Matching refs:channel
1200 def _test_eht_5ghz(dev, apdev, channel, chanwidth, ccfs1, ccfs2=0, argument
1212 "channel": str(channel),
1227 if channel < he_ccfs1:
1229 elif channel > he_ccfs1:
1241 freq = 5000 + channel * 5
1243 if chanwidth != 0 or channel != ccfs1:
1321 def _test_eht_6ghz(dev, apdev, channel, op_class, ccfs1): argument
1333 params["channel"] = str(channel)
1355 freq = 5950 + channel * 5
1696 report.channel != 6:
1849 def create_base_conf_file(iface, channel, prefix='hostapd-', hw_mode='g', argument
1853 prefix=prefix + iface + "-chan-" + str(channel) + "-")
1865 f.write("channel=" + str(channel) + "\n")
1888 def get_config(iface, count, ssid, passphrase, channel, bssid_regex, argument
1890 f, fname = create_base_conf_file(iface, channel=channel)
1906 params["ctrl_interface"] = "/var/run/hostapd/chan_" + str(channel)
1949 passphrase="qwertyuiop-", channel=1,
1953 passphrase="qwertyuiop-", channel=6,