From patchwork Thu Aug 15 15:47:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arik Nemtsov X-Patchwork-Id: 267400 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from maxx.maxx.shmoo.com (maxx.shmoo.com [205.134.188.171]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "maxx.shmoo.com", Issuer "CA Cert Signing Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 5D4BC2C015A for ; Fri, 16 Aug 2013 01:47:38 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id 49FDB9D2BE; Thu, 15 Aug 2013 11:47:33 -0400 (EDT) X-Virus-Scanned: amavisd-new at maxx.shmoo.com Received: from maxx.maxx.shmoo.com ([127.0.0.1]) by localhost (maxx.shmoo.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SIyWexZVWaRH; Thu, 15 Aug 2013 11:47:33 -0400 (EDT) Received: from maxx.shmoo.com (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id EC14E9D2AD; Thu, 15 Aug 2013 11:47:27 -0400 (EDT) X-Original-To: mailman-post+hostap@maxx.shmoo.com Delivered-To: mailman-post+hostap@maxx.shmoo.com Received: from localhost (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id 237C29D1F3 for ; Thu, 15 Aug 2013 11:47:26 -0400 (EDT) X-Virus-Scanned: amavisd-new at maxx.shmoo.com Received: from maxx.maxx.shmoo.com ([127.0.0.1]) by localhost (maxx.shmoo.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id STk-aub+b8R2 for ; Thu, 15 Aug 2013 11:47:20 -0400 (EDT) Received: from mail-ea0-f175.google.com (mail-ea0-f175.google.com [209.85.215.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by maxx.maxx.shmoo.com (Postfix) with ESMTPS id 3017917C00B for ; Thu, 15 Aug 2013 11:47:20 -0400 (EDT) Received: by mail-ea0-f175.google.com with SMTP id m14so449878eaj.34 for ; Thu, 15 Aug 2013 08:47:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Y7oh6YZsJ6OEaMZ/VTqJalDUAb7LsV/rI7Z3B/O8DCQ=; b=oywcnORybFQ+FR+sMVyoFTRNKdD4agii/gnfFXoDwuwvOIZ3sZ4RvRO+LMvd4st50c tk/SIImF+CvttyHIN1UftdVnFJzpf6omsIXdjd4yergK5//PwQR/c0UoF1dJ0+DaNkP4 D/rIFe0kBolymPpapcxcJt02jtq+NmCiC69vbUZRoMaxmR3hatDX11pCLd5ASCohRWHG 40mHXCYVTLmXg2LxCp7jlxvM5JciSitI+Y9x5MQEV+FgFs42moZVfQ5vz5fvD/932bkU 03UQpYy2U5lpEyI9TNCNQIzyBo6amc55sTBxvpwye7bldwobjzrovw/CywbzXHiyp/Sn 34ow== X-Gm-Message-State: ALoCoQnGGtbmXzJuEIVERDb3SJqNWXHa3ob4kEy8tSSbbdXdUVXFPi37WQbnJuxsBhWt08Nt/818 X-Received: by 10.14.47.73 with SMTP id s49mr3653131eeb.71.1376581637901; Thu, 15 Aug 2013 08:47:17 -0700 (PDT) Received: from athena.amr.corp.intel.com (85-250-66-253.bb.netvision.net.il. [85.250.66.253]) by mx.google.com with ESMTPSA id p5sm85534412eeg.5.2013.08.15.08.47.16 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 15 Aug 2013 08:47:17 -0700 (PDT) From: Arik Nemtsov To: hostap@lists.shmoo.com Subject: [PATCH] P2P: allow separate interface GO to disconnect low-ack STAs Date: Thu, 15 Aug 2013 18:47:14 +0300 Message-Id: <1376581634-14262-1-git-send-email-arik@wizery.com> X-Mailer: git-send-email 1.8.1.2 Cc: Arik Nemtsov X-BeenThere: hostap@lists.shmoo.com X-Mailman-Version: 2.1.11 Precedence: list List-Id: HostAP Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: hostap-bounces@lists.shmoo.com Errors-To: hostap-bounces@lists.shmoo.com Propagate the disassoc_low_ack setting from the main P2P interface to the group interface. Signed-hostap: Arik Nemtsov --- wpa_supplicant/p2p_supplicant.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wpa_supplicant/p2p_supplicant.c b/wpa_supplicant/p2p_supplicant.c index 2c363ec..55e6c0f 100644 --- a/wpa_supplicant/p2p_supplicant.c +++ b/wpa_supplicant/p2p_supplicant.c @@ -1033,6 +1033,7 @@ static void wpas_p2p_clone_config(struct wpa_supplicant *dst, d->pbc_in_m1 = s->pbc_in_m1; d->ignore_old_scan_res = s->ignore_old_scan_res; d->beacon_int = s->beacon_int; + d->disassoc_low_ack = s->disassoc_low_ack; }