Home | History | Annotate | Download | only in ap_configurators

Lines Matching defs:channel

58 # Frequency to channel conversion table
139 band=None, mode=None, channel=None, hostnames=None,
148 self._channel = channel
181 'channel=%d\n'
222 def channel(self):
223 """Return the channel."""
229 """Return the frequency equivalent of the channel."""
268 """Validates the channel and mode selected are correct.
270 raises ValueError: if the channel or mode selected is invalid
277 raise ValueError('Conflicting mode/channel has been selected.')
284 raise ValueError('Invalid channel passed.')