Home | History | Annotate | Download | only in windows

Lines Matching defs:channel

519     def channel(self):
520 """Get the channel of the interface.
524 return sp.Popen([_WlanHelper, self.guid[1:-1], "channel"],
527 def setchannel(self, channel):
528 """Set the channel of the interface (1-14):
532 return sp.call(_WlanHelper + " " + self.guid[1:-1] + " channel " + str(channel))
542 """Set the channel of the interface (1-14):