Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp3982433ybl; Tue, 20 Aug 2019 05:22:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqxPKLv9OmtVxWA4As9ly6etXC9JfzCV3j1GI7kHgfD79uzGi8bDygN1+XWppgeNQMRhnilc X-Received: by 2002:a63:4846:: with SMTP id x6mr24753214pgk.332.1566303765126; Tue, 20 Aug 2019 05:22:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566303765; cv=none; d=google.com; s=arc-20160816; b=e5OxwiU8JAfVK7wF2UWaphMcGi93oMYrOptkNfFGJZGye/rwXJWDeA+/mk30HAjt2C BUKR9LP8dy6vhlLOhLTE+FC1Xbb3eFGGVU3X6VZ8+ckbwC1dKmEbn4a9cDwI3DZY4Sco /JhRpYclHPZlTXRQmwIRNFOsRKouBY0lmMQWwxUAOfWfpZ7LsgvhF5sRUoOKOw+ejupV xfDfykhjbuJ0Ara0cBsBbxahKjhrJ/Jqsmptml2iTcy/g6BTqJHBl4GsIkDzdm321OwM uzfFObx1OzIXTsYgBEK0lKuvuLnR37CjvzkG/ZfLshEr1+SfTcmylNnjhAVWWq2eNhO8 BPBA== 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=cpQUxVDy29z2yR7GtmEtL/t6W6V+R9LFwKaJlhdeNTI=; b=IcXf95FOvN6MRdmzGSzge6m9M3UFCTyq0MQCxZ8IYYdgKnEeQdk95jyILxhYwwuKxC rxS+qxq412Gbfj3IbPfKq/GPGcwHQG6+HW8rXTVOmTQBjqs7vFQ4LFrbM/n6QpdAYjTQ 9kA1DiKjhcNuWB3M/g49UzW51Rb8SNvMib83qqGYaRcWvfEUcTsQY8aSCgQnQ/r7j/rh up54GaQye6w0byAupkDVMkJRIqPKJvhs879JlmthznWIjjOdlnEDQrpTVcJcDgVbJqas UnoRw2g7plS7qf5pQJZlwF/H1rfds1ST5/ssvlA7KNgopD+xieBkwT57CR5Lje/Apn+j j1cw== 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 y187si11888778pgd.66.2019.08.20.05.22.22; Tue, 20 Aug 2019 05:22:45 -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 S1728595AbfHTMWN (ORCPT + 99 others); Tue, 20 Aug 2019 08:22:13 -0400 Received: from s3.sipsolutions.net ([144.76.43.62]:35282 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728248AbfHTMWN (ORCPT ); Tue, 20 Aug 2019 08:22:13 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1i039P-0005y9-2J; Tue, 20 Aug 2019 14:22:11 +0200 Message-ID: Subject: Re: Implementing Mikrotik IE From: Johannes Berg To: Sebastian Gottschall , Josef Miegl Cc: linux-wireless Date: Tue, 20 Aug 2019 14:22:08 +0200 In-Reply-To: References: <20190815152844.k5mmddvbwrohkzr6@pepin-laptop.localdomain> <3a079683-6f57-3b42-f909-90c46e14f14f@newmedia-net.de> <20190816111044.4ntizgmpa3twbzcg@pepin-laptop.localdomain> <20190816113818.ohktykc4fyetzyvq@pepin-laptop.localdomain> <9985fddfb059640f36665efc9c1ef2dc0bdb7662.camel@sipsolutions.net> 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 On Tue, 2019-08-20 at 13:53 +0200, Sebastian Gottschall wrote: > i was talking about a different scenario. its not about adding a > element, but to read it back for gui for instance. this is why i made a > patch which parses this special ie > and adds the radioname as extra element to the station table. this works > for ap as well of course. so iw ath0 station dump will print out the > radio name if available Oh. That's something I'd argue should just be implemented in hostapd then? No need to do anything in the kernel for that. johannes