Skip to content

Commit 35aa213

Browse files
committed
[nrf fromlist] net: l2: wifi: Increase maximum argc count
Increase the shell's maximum argc count to handle both mandatory and optional arguments in the Wi-Fi commands. Upstream PR #: 86974 Signed-off-by: Triveni Danda <[email protected]>
1 parent ff01b5f commit 35aa213

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

subsys/net/l2/wifi/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,7 @@ config WIFI_ENT_IDENTITY_MAX_USERS
125125
default 8
126126
help
127127
This option defines the maximum number of identity users allowed connection.
128+
129+
config SHELL_ARGC_MAX
130+
int
131+
default 30

0 commit comments

Comments
 (0)