From owner-freebsd-wireless@FreeBSD.ORG Wed May 28 12:00:38 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 318B2EC8 for ; Wed, 28 May 2014 12:00:38 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13AA72E5D for ; Wed, 28 May 2014 12:00:37 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WpcX1-0005d1-I1 for freebsd-wireless@freebsd.org; Wed, 28 May 2014 05:00:31 -0700 Date: Wed, 28 May 2014 05:00:31 -0700 (PDT) From: Andy To: freebsd-wireless@freebsd.org Message-ID: <1401278431550-5915936.post@n5.nabble.com> Subject: Does TDMA on FreeBSD only support point to point applications MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2014 12:00:38 -0000 When I try to use TDMA options of FreeBSD on atheros chips, I found it works fine with point to point applications. But when I try to set tdmaslotcnt to bigger than 2, it give the following error message: ifconfig: SIOCS80211: Invalid argument Then I try to read man page of ifconfig to get some help, and it is said that current implementation of TDMA is only tested with two stations.But the value of the slot cout may be at most 8. So now the TDMA of FreeBSD only support point to point connection? How could I setup a TDMA network bigger than 2 nodes? -- View this message in context: http://freebsd.1045724.n5.nabble.com/Does-TDMA-on-FreeBSD-only-support-point-to-point-applications-tp5915936.html Sent from the freebsd-wireless mailing list archive at Nabble.com.