Home | History | Annotate | Download | only in ap_lib

Lines Matching refs:channel

20                      channel=None,
32 You may specify channel or frequency, but not both. Both options
33 are checked for validity (i.e. you can't specify an invalid channel
39 channel: int, channel number.
41 frequency: int, frequency of channel.
61 if channel:
62 frequency = hostapd_config.get_frequency_for_channel(channel)
64 channel = hostapd_config.get_channel_for_frequency(frequency)
66 raise ValueError('Specify either frequency or channel.')
98 if hostapd_config.ht40_plus_allowed(channel):
100 elif hostapd_config.ht40_minus_allowed(channel):