# VOXL flight wifi in soft AP - only 2 connections possible

Source: https://forum.modalai.com/topic/4394/voxl-flight-wifi-in-soft-ap-only-2-connections-possible
Category: Flight Core and Legacy VOXL (https://forum.modalai.com/category/9/flight-core-and-legacy-voxl)
Tags: voxl-flight
Posted: 2025-05-05 18:35:44 UTC by marian
Replies: 3 · Views: 1427

## marian · 2025-05-05 18:35:44 UTC

Hi, 

I use voxl flight with the Wi-Fi on soft AP mode, and its allow to connect only 2 devices at it at the same time. Can increase this limit?

## Reply by Alex Kushleyev (ModalAI staff) · 2025-05-06 00:51:57 UTC

Hi @marian,

Please see the following post regarding VOXL1 wifi AP maximum number of clients : https://forum.modalai.com/topic/3523/maximum-connections-to-wi-fi . Hopefully that helps!

Alex

## Reply by marian · 2025-05-08 09:00:07 UTC (in reply to Alex Kushleyev)

@Alex-Kushleyev thanks for your reply. 

I follow the topic you provide, but still don't work. I have set up the max_num_sta=32, restart the wifi / reconfigure the wifi , still have only 2 connections permitted.

I didn't find anything else in the configuartion or the scripts which can limit the connections. 
Did the hardware have a limitation instead of it?

## Reply by Alex Kushleyev (ModalAI staff) · 2025-05-13 03:47:01 UTC (in reply to marian)

@marian , I was able to replicate it and when running `dmesg`, I see the following message:

```
[  390.539854] R0: [VosMCThread][02:38:25.067557]  wlan: [3231:E :PE ] limProcessAssocReqFrame: 914: Max Sta count reached : 2
```

Changing `max_num_sta` in `hostapd.conf` did not help.

After doing a little bit of digging, it seems like this may be a hardware limitation of the wifi hardware on VOXL1 in SoftAP mode : https://android.googlesource.com/kernel/msm.git/+/android-msm-bullhead-3.10-n-preview-1/drivers/staging/qcacld-2.0/CORE/MAC/src/pe/lim/limProcessAssocReqFrame.c#847 . 

It could also be a setting somewhere low level and unfortunately we don't have any information on that. Sorry about that.

The wifi module on VOXL1 is QCA6174.

Alex
