From owner-freebsd-wireless@FreeBSD.ORG Sun Jun 30 20:35:30 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4287E106; Sun, 30 Jun 2013 20:35:30 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qe0-x22c.google.com (mail-qe0-x22c.google.com [IPv6:2607:f8b0:400d:c02::22c]) by mx1.freebsd.org (Postfix) with ESMTP id E89661B20; Sun, 30 Jun 2013 20:35:29 +0000 (UTC) Received: by mail-qe0-f44.google.com with SMTP id 5so1379734qeb.31 for ; Sun, 30 Jun 2013 13:35:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=AOa2QOB/5GswLoADLXx6ySvgWfYA3u65ECiFpqnruvE=; b=PZBuww4NNFLPrGzfGSuiyzITYGrOREoPVzLDCWIY0zn3qKNQgJH7ejUw2zMYc+bbMd HK/EnueQHqI28sxELMXoObYUgWfCG6CogFkiuUeVqdYE1ZqwE/dRyvQnMefrs15PxXkT zFv+Knwhj1V52XcPgr5dlmlMdcOqw2eJpKAXyk2m3411ilzkHgjhWFLoeuIdApQvKXml hh3yjx9jg9UwmfuwpqEQuHPgNgQ013ZUaysUlnr96gUtL+DLnVSSXX8T1C4LlOXFVVmQ kJM4xTNjvATG431dHGAWY+m2yvhG3vLNsTeSgHFGnTCESNIrWbZhbzuTsQhQGkRW6IbJ 0nWw== MIME-Version: 1.0 X-Received: by 10.229.178.137 with SMTP id bm9mr5000076qcb.41.1372624529465; Sun, 30 Jun 2013 13:35:29 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.101.134 with HTTP; Sun, 30 Jun 2013 13:35:29 -0700 (PDT) In-Reply-To: <657034146.20130701003405@serebryakov.spb.ru> References: <7671255B-5582-428A-8ADC-3DF7AA32C772@FreeBSD.org> <8819701.20130630194938@serebryakov.spb.ru> <1415556931.20130701000811@serebryakov.spb.ru> <638557210.20130701001136@serebryakov.spb.ru> <1342388755.20130701001505@serebryakov.spb.ru> <657034146.20130701003405@serebryakov.spb.ru> Date: Sun, 30 Jun 2013 13:35:29 -0700 X-Google-Sender-Auth: d7YewwN4IxZiDVZdso_5erSkGyo Message-ID: Subject: Re: CFT: wpa_supplicant/hostapd import patch From: Adrian Chadd To: Lev Serebryakov Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 30 Jun 2013 20:35:30 -0000 On 30 June 2013 13:34, Lev Serebryakov wrote: > And off-channel mode is mode, when here is (true) AP, which coordinates 2 > clients to send traffic directly, without AP routing? I don't know the underlying details. I just know what the driver has to do - fast channel change and buffering frames correctly. You can't just do what drivers / net80211 does right now and _flush_ the queue when it's time to change channel; that breaks all kinds of things in 11n. -adrian