From owner-freebsd-wireless@FreeBSD.ORG Wed Jul 3 23:11:58 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 60732969 for ; Wed, 3 Jul 2013 23:11:58 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qc0-x230.google.com (mail-qc0-x230.google.com [IPv6:2607:f8b0:400d:c01::230]) by mx1.freebsd.org (Postfix) with ESMTP id 243061D95 for ; Wed, 3 Jul 2013 23:11:58 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id z10so453745qcx.21 for ; Wed, 03 Jul 2013 16:11:57 -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=BTrqguBHpLZo5wOwak0w2ChggV+8YMAtifMWmKPSOWo=; b=B8OMdBbqv1tctMT+i/7a3jM0pDMR5F+PTs0i8DiF4XTyECEsScI7hoIc0etzbx6e17 j5ED5LUaE632MsMddcrSypTarpiAgIItDwR299jV8wX7UIrlFvlNW+Oq7rZ5sOBrGL/x 8/YgCGnUTj/TFzQpgGDKjzasPAL5FhIhLSO+7JJhwKxJO37a2aL2P1Q+T7AnP8nP2cqW xWrFdrOmfVhdOgwKp491cw/c0zyL937upmxxUWm9xay4f8tCCt9fKehi+0TkiNaxVRDt +lIkHb86bWib2Dp1DgejrLWPKV2GYR7yGTThJ3D7TlyOjgOTWsJtKfkqHBpDLq6B8kh4 umxg== MIME-Version: 1.0 X-Received: by 10.224.174.6 with SMTP id r6mr6347725qaz.87.1372893117639; Wed, 03 Jul 2013 16:11:57 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.195.72 with HTTP; Wed, 3 Jul 2013 16:11:57 -0700 (PDT) In-Reply-To: <20130703230857.GA58171@zxy.spb.ru> References: <20130703220415.GV58171@zxy.spb.ru> <20130703222423.GW58171@zxy.spb.ru> <20130703223843.GX58171@zxy.spb.ru> <20130703224555.GY58171@zxy.spb.ru> <20130703225924.GZ58171@zxy.spb.ru> <20130703230857.GA58171@zxy.spb.ru> Date: Wed, 3 Jul 2013 16:11:57 -0700 X-Google-Sender-Auth: -U30g92EODiA37LJ5MqDmZMe3F8 Message-ID: Subject: Re: ath and ipad From: Adrian Chadd To: Slawa Olhovchenkov 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: Wed, 03 Jul 2013 23:11:58 -0000 Oh, try 'athregs -k' or just athregs --help, and use the 'dump keycache' option. It may be something odd with your hostap file. I've never used one that complicated, nor have I implemented anything using key signing. Let's dump the keycache entries first to ensure that you're speaking CCMP to the ipad, then let's try cutting that back to a straight non-encrypted setup first and progressively adding more and more. Oh - kill all the wme / wmm lines first. You kinda need WME for 11n. net80211 defaults to a useful set of WME/WMM parameters. Thus you don't need any of those in hostapd. -adrian