Network.prototype.wifiAuthChannel = function() {

  var buffer = commandToBuffer(1, "Network", "WifiAuthChannel");

  this.self._writePacket(this.self._networkFrameGenerator(buffer));