All of lore.kernel.org
 help / color / mirror / Atom feed
* iwd provides only Legacy Access point (802.11b)
@ 2021-08-09  9:00 salahaldeen.altous
  2021-08-09  9:26 ` Andrew Zaborowski
  0 siblings, 1 reply; 4+ messages in thread
From: salahaldeen.altous @ 2021-08-09  9:00 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

Hi,

I have my device started as AP and when I connect to iPhone, this warning comes (Legacy access Point 802.11b provides sub-optimal performance!!).
Is that possible to run iwd with 802.11g/n mode? my hardware support support all these modes.


Best regards,
Salahaldeen Altous

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: iwd provides only Legacy Access point (802.11b)
  2021-08-09  9:00 iwd provides only Legacy Access point (802.11b) salahaldeen.altous
@ 2021-08-09  9:26 ` Andrew Zaborowski
  2021-08-09 11:30   ` Altous, Salahaldeen
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Zaborowski @ 2021-08-09  9:26 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 526 bytes --]

Hi Salahaldeen,

On Mon, 9 Aug 2021 at 11:00, <salahaldeen.altous@leica-camera.com> wrote:
> I have my device started as AP and when I connect to iPhone, this warning comes (Legacy access Point 802.11b provides sub-optimal performance!!).
> Is that possible to run iwd with 802.11g/n mode? my hardware support support all these modes.

The code has no support for this yet because in many use cases the AP
will not be the bottleneck, but we need to add it. Once added it would
be enabled automatically.

Best regards

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: iwd provides only Legacy Access point (802.11b)
  2021-08-09  9:26 ` Andrew Zaborowski
@ 2021-08-09 11:30   ` Altous, Salahaldeen
  2021-08-10 10:40     ` Andrew Zaborowski
  0 siblings, 1 reply; 4+ messages in thread
From: Altous, Salahaldeen @ 2021-08-09 11:30 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 1447 bytes --]

Hi Andrew,

On Mon, 2021-08-09 at 11:26 +0200, Andrew Zaborowski wrote:
> Hi Salahaldeen,
>
> On Mon, 9 Aug 2021 at 11:00, <salahaldeen.altous@leica-camera.com>
> wrote:
> > I have my device started as AP and when I connect to iPhone, this
> > warning comes (Legacy access Point 802.11b provides sub-optimal
> > performance!!).
> > Is that possible to run iwd with 802.11g/n mode? my hardware
> > support support all these modes.
>
> The code has no support for this yet because in many use cases the AP
> will not be the bottleneck, but we need to add it. Once added it
> would
> be enabled automatically.
>
> Best regards

how big effort is needed to add the 802.11g/n support for AP. I can start to do that if you provide me with some hints. I will start to add 5GHz support for AP. Currently iwd support only 2.4 GHz. do you see any bottleneck in iwd? I am still using iwd 1.13.
which modes are supported in case the iwd runs in client mode?

Regards,
Salahaldeen Altous
Leica Camera AG | Registergericht | District Court of Wetzlar: HRB966
Vorstand | Executive Board: Matthias Harsch (Vorsitzender) | Dr. Marita Paasch
Aufsichtsratsvorsitzender | Chairman of the Supervisory Board: Dr. Andreas Kaufmann

This message may contain confidential and privileged information. If it has been sent to you in error, please notify the sender immediately by replying to the message and please delete it from your computer.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: iwd provides only Legacy Access point (802.11b)
  2021-08-09 11:30   ` Altous, Salahaldeen
@ 2021-08-10 10:40     ` Andrew Zaborowski
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Zaborowski @ 2021-08-10 10:40 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

On Mon, 9 Aug 2021 at 13:30, Altous, Salahaldeen
<Salahaldeen.Altous@leica-camera.com> wrote:
> how big effort is needed to add the 802.11g/n support for AP.

So the work is actually done by the driver but src/ap.c will need to
announce/negotiate the support with the clients.  I haven't
investigated what changes are needed exactly, you'll at least need to
update the capabilities fields in some IEs in our beacons, add the
Extended Supported Rates, HT Operation & HT Capability IEs.  Some of
the information in those IEs will be based on what wiphy.c already
knows and some may need to be queried through netlink commands.

Best regards

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-10 10:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09  9:00 iwd provides only Legacy Access point (802.11b) salahaldeen.altous
2021-08-09  9:26 ` Andrew Zaborowski
2021-08-09 11:30   ` Altous, Salahaldeen
2021-08-10 10:40     ` Andrew Zaborowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.