Skip to content

Commit

Permalink
net: l2: wifi: Increase max count of connected STA
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nxf58150 authored and nashif committed Aug 28, 2024
1 parent d647f38 commit 86feca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/net/l2/wifi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ config WIFI_MGMT_SCAN_CHAN_MAX_MANUAL

config WIFI_SHELL_MAX_AP_STA
int "Maximum number of APs and STAs that can be managed in Wi-Fi shell"
range 1 5
range 1 8
default 1
help
This option defines the maximum number of APs and STAs that can be managed
Expand Down

0 comments on commit 86feca3

Please sign in to comment.