Hi Salahaldeen,
On 11/7/21 10:35 PM, salahaldeen.altous(a)leica-camera.com wrote:
From e8357b81a20f44d3473f652ef233b6598f72273f Mon Sep 17 00:00:00
2001
From: Salahaldeen Altous <salahaldeen.altous(a)leica-camera.com>
Date: Mon, 8 Nov 2021 05:16:26 +0100
Subject: [PATCH] iwd can start in AP mode
By default iwd starts in station mode. This can be changed by setting the
Mode parameter to ap in the main.conf General section. Example
[General]
Mode=ap
So does Mode=ap imply that we should only create AP interfaces, or does that
imply AP + p2p? Looks like the current implementation would still try and
create p2p interfaces as well.
Perhaps we should name this ap+p2p for now until we implement other
combinations? Also, could you add a quick description of this setting in
src/iwd.config.rst?
---
src/manager.c | 7 +++++++
1 file changed, 7 insertions(+)
Regards,
-Denis