I have configured Raspberry Pi 4 as a WiFi hotspot with hostapd
on Raspbian Buster. I connected 10 clients, no problem. I want to use it as a Free WiFi.
So, I concern to know how many clients could be connected without any essential problem?
I searched about this title but I got nothing. Additionally, the WLAN Hardware of the Raspberry Pi 4 B is Broadcom BCM43455
.
Any experience?
Thanks in advance.
different association IDs, so this number should not be larger than that.` : So yes you can !
– Ephemeral Jan 10 '20 at 15:07max_num_sta
can't be more than "2007". – M. Rostami Jan 10 '20 at 15:09/16
, which means "65534" client can be connected. Thanks. – M. Rostami Jan 10 '20 at 15:17max_num_sta=500
and IP address range to/24
. In this case, just "254" of clients can connect to the hotspot. (Android and iOS can't be connected but Windows or Linux client would be connected without any Layer-3 connection, though.) – M. Rostami Jan 10 '20 at 15:25In this case, just "254" of clients can connect to the hotspot
sorry but no, in this case 500 STAs can get association and only 254 clients can get an IP addr – Ephemeral Jan 10 '20 at 15:27