Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp3378453ybn; Fri, 27 Sep 2019 05:35:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqwKtgI9KDCPSCtirgqNiaYg7g9aLISkpxda+boDBYHL/2NHiTuEG1gb/mwLGi3a8EKCq82S X-Received: by 2002:a17:906:6445:: with SMTP id l5mr7584419ejn.12.1569587740615; Fri, 27 Sep 2019 05:35:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569587740; cv=none; d=google.com; s=arc-20160816; b=Aq/pKYarNxHs3XShoJPo3DT8nl4jkBlNTxLfAhVLqDEYvtsNYVXlaPBXyxo9RekJdc JVF7McskHK83himLazrk9M87ncKbQZT9GHI9jaGS+/M5vwKvxK4qYgAq0cOcOhVg3JLT aWKMnwBIwYfd8yIp940qMcSEdyDmGWGPrvj2O3mVwm/N4AijtIHpysIMgd5lbLpWIKKi a+3vz+ChxntDUNXGPGNIbuI8aIZFOQGGzFuK0krMOQESzAturfpJeilwkrYoGCj/xC1n jSO1rCAiXNhY91AhwqTJ9c33P8lE9thBE2FTVyo+luP359LVqKzbW9O7v/NPqkP30rSx 8mqA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=LwnxI7DK1EHcO2RtiKdWfhiMy0UZmWG6qEQvEmhIXAI=; b=Zp47mg3+969c4JjVaiiIolaBTJ24dhxGpSJDNFXkDVZgVjdV5Q+rJdFAnALGMJiytm tOmQBVMsVFa2fr4t+w6CNVncRJVXW3wiN7HpyR9qheDn6j6A101+KkxNShFvA39XoRcw uZSuc7gZDUuHsk4tr4+uOp3l40Z25iu3UXFJtAUcJvHsqJrxzpX1rqpkVFyQRUA59hX7 nmtS/S1Ck/Ay6g0FM35Y1rn1TPk9P7hIppsLFN0PWSgkzkwJFbglYRYTv73oImaFWbYk 9PgZXR2SQHxSKuACBltcyiIlO434O7awJXvOOMT18nIucCIVzOQXAEDMBNyMjnwcbfoL UBwQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z6si1348315edr.443.2019.09.27.05.35.15; Fri, 27 Sep 2019 05:35:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726251AbfI0MfG (ORCPT + 99 others); Fri, 27 Sep 2019 08:35:06 -0400 Received: from s3.sipsolutions.net ([144.76.43.62]:54476 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725890AbfI0MfG (ORCPT ); Fri, 27 Sep 2019 08:35:06 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iDpSj-0007Zz-3M; Fri, 27 Sep 2019 14:35:05 +0200 Message-ID: <6d62fe25faca3c000964e4f712bf3ba2d974d2f2.camel@sipsolutions.net> Subject: Re: mac80211_hwsim: packets being transmitted through the monitor interface From: Johannes Berg To: Ramon Fontes Cc: linux-wireless@vger.kernel.org Date: Fri, 27 Sep 2019 14:35:04 +0200 In-Reply-To: (sfid-20190927_143034_580324_D7D6C893) References: <49ded6ae8a23c29168ab7061235292ac7a853e0f.camel@sipsolutions.net> (sfid-20190927_143034_580324_D7D6C893) Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5 (3.30.5-1.fc29) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org [please quote properly] On Fri, 2019-09-27 at 09:30 -0300, Ramon Fontes wrote: > Yes, I agree that they are different things, but I can also see the > packets through the monitor interface created via iw. Is this expected > too? The hwsim0 interface shows *all* packets on the virtual air. A monitor interface created on one of the (hwsim or other!) wiphys shows all packets seen by that device. johannes