commit | c6d1a91372082028b3e153a1246fde6f113eda80 | [log] [tgz] |
---|---|---|
author | Ajay Parida <ajay.parida@nordicsemi.no> | Wed May 08 12:50:48 2024 +0530 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Wed May 29 14:09:59 2024 +0200 |
tree | 2c11f0e6ca0d18846c44c8a80841bfe2c02ccc72 | |
parent | 180c22a4fcbae1d2f640200d3a11bb36e132998a [diff] |
net: wifi_mgmt: Support to configure AP mode parameter Support to set BSS parameter at compile and run time. Added support to configure `max_inactivity` BSS parameter. Station inactivity timeout is the period for which AP may keep a client in associated state while there is no traffic from that particular client. If a non-zero value is set, AP may choose to disassociate the client after the timeout. Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>