Skip to content

Commit 86feca3

Browse files
nxf58150nashif
authored andcommitted
net: l2: wifi: Increase max count of connected STA
Increase max count of CONFIG_WIFI_SHELL_MAX_AP_STA from 5 to 8. The SoftAP of NXP wifi chip can support up to 8 stations. Signed-off-by: Hui Bai <[email protected]>
1 parent d647f38 commit 86feca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/l2/wifi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ config WIFI_MGMT_SCAN_CHAN_MAX_MANUAL
6666

6767
config WIFI_SHELL_MAX_AP_STA
6868
int "Maximum number of APs and STAs that can be managed in Wi-Fi shell"
69-
range 1 5
69+
range 1 8
7070
default 1
7171
help
7272
This option defines the maximum number of APs and STAs that can be managed

0 commit comments

Comments
 (0)