From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6832 invoked from network); 4 Mar 2021 13:40:07 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 4 Mar 2021 13:40:07 -0000 Received: from mr85p00im-ztdg06011201.me.com ([17.58.23.181]) by 1ess; Thu Mar 4 06:21:56 -0500 2021 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1614856901; bh=s0l3L3zH13CerI7/3glzrx9IhFWLQiH4iAZxjpG+o7k=; h=From:Content-Type:Mime-Version:Subject:Date:To:Message-Id; b=RSxsz1ggXL45U8isGrjbX9MKKNzvEY1KxefclIXfWt/iuXsSBNQDKMu8IeH06KUJx jcND9V6PlKybWfN2mhEK46IxWZDLqNu85XPOnMtB8YEOqDYanZPMKcukNPzZKTzAUY P6o71TfTMHfiDfkVpyhqtpxGEVJHa60njZtxa/tB8ig7m8qrA0k0PuTn0JT+NwJzfv RC6NsEDSK0LYuyOejlThbUUmIWirEYBEmkUkKswaE2/x7Mslxn+pbwuFn5qrlyUpZk lLPh9tyEOWQHUFn+ewJ+JjBjuxA0sWOoYPfqEvDxpRZO3cu/yA4ZW5r97TlhVqIzSU 4LKR9QEQCTVPg== Received: from [192.168.1.52] (unknown [93.56.117.77]) by mr85p00im-ztdg06011201.me.com (Postfix) with ESMTPSA id 23B494007DA for <9front@9front.org>; Thu, 4 Mar 2021 11:21:40 +0000 (UTC) From: Daniel Morandini Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.40.0.2.32\)) Date: Thu, 4 Mar 2021 12:21:38 +0100 References: <9EAB7D15-0A8B-4B7C-87FA-D37B0DA0E168@me.com> <3238f626-0230-be85-acf7-4887e67a5e0f@typed-hole.org> <26A8DA0D-848E-4C24-AACC-BBBB613FFDC8@me.com> <8F461D18-758E-4E6D-B5E4-9188C9B2DD61@me.com> To: 9front@9front.org In-Reply-To: Message-Id: <7AD97663-4C69-49C0-9515-FC1DFB4567E7@me.com> X-Mailer: Apple Mail (2.3654.40.0.2.32) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.369,18.0.761 definitions=2021-03-04_03:2021-03-03,2021-03-04 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 mlxscore=0 mlxlogscore=416 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-2006250000 definitions=main-2103040052 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: realtime self-signing persistence database Subject: Re: [9front] rpi4 wifi USB dongle Reply-To: 9front@9front.org Precedence: bulk > yeah you got it right. > > it's hard to find good terminology that still makes sense in all this. > > on ethernet all nodes are the same, addressed by MAC addresses. on > wifi a station can only use one mac address, so bridges never work on > wifi stations but only on ap side, of which there can only be one. Now I see. Thank you very, very much. dan