From patchwork Mon Jan 30 15:50:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 13121390 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3DD9FC54EED for ; Mon, 30 Jan 2023 15:50:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237687AbjA3Pus (ORCPT ); Mon, 30 Jan 2023 10:50:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237920AbjA3Puf (ORCPT ); Mon, 30 Jan 2023 10:50:35 -0500 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::224]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFABC42DFF for ; Mon, 30 Jan 2023 07:50:25 -0800 (PST) Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id DE282E000E; Mon, 30 Jan 2023 15:50:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1675093824; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/36nz8IPLxl0kqCV42nHpJ5Ij0f+n6QpsNuDaouU0nQ=; b=VwOLvi9BV2AiW4c656hooUx5vjBX45gYj42B1JssP5FAalHcLSMOVgOlX56mWcGX2Y4YvV xIyTA+4HpNhtMWpUh4e3e9jayq3W9palZ5K7pHEEHCi6WZd1QQ3FcRoHGT3beVq9KdWpJA Nver2KaPbjrk3/YO4y1oFfYkLMUr8a7xbW5ZeNqaS+gRvaz4l91VurMWmTgxujLjMGWfTo UByDaShjjh0+W3XZUbyC/GjD5lWHPb9evRB2wWSVxQ+bYwZaT85ZTGR/sWv0yqJ3K0tdC8 e9i8InSI9b9i6ixNjDj9iFd1/JnROxZehwpU63lXpcyKDleTRMjAMGLCrGtypg== From: Miquel Raynal To: Alexander Aring , Stefan Schmidt , linux-wpan@vger.kernel.org Cc: David Girault , Romuald Despres , Frederic Blain , Nicolas Schodet , Guilhem Imberton , Thomas Petazzoni , Miquel Raynal Subject: [wpan-tools 0/2] iwpan: Beaconing support Date: Mon, 30 Jan 2023 16:50:20 +0100 Message-Id: <20230130155022.115117-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org Following the userspace series to support scan: [PATCH wpan-tools v2 0/8] iwpan: Scan support https://lore.kernel.org/linux-wpan/20230106111831.692202-1-miquel.raynal@bootlin.com/T/#t And thanks to the recent merge of the beaconing part in the Linux kernel: [PATCH wpan-next v2 0/2] ieee802154: Beaconing support https://lore.kernel.org/linux-wpan/d17b1f40-b878-28fa-f93d-37f7e5ba856c@datenfreihafen.org/T/#t Here is now some example code showing how to interact through the netlink interface with the kernel in order to manage beaconing. Thanks, Miquèl David Girault (1): iwpan: Add beaconing support Miquel Raynal (1): iwpan: Synchronize nl802154.h with the latest beaconing changes src/nl802154.h | 3 +++ src/scan.c | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+)