commit | d4b22cd10e14f01981c5db9dc0a44bf94dae6713 | [log] [tgz] |
---|---|---|
author | Ajay Parida <ajay.parida@nordicsemi.no> | Sat May 11 16:26:22 2024 +0530 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Wed May 29 14:09:59 2024 +0200 |
tree | 3151a7ecf009865f88df990e1a0f1fa9d430ceed | |
parent | bedd38ce65d6e733abe23e044283517989a1054e [diff] |
net: wifi_mgmt: Support to configure AP parameter max_num_sta Support to set BSS parameter "max_num_sta" at compile and run time Added support to configure `max_num_sta` BSS parameter. Maximum number of stations allowed in station table. New stations will be rejected after the station table is full. Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>