Skip to content

Fix issue with STA list not filled after mapagent restart

Marina Maslova requested to merge marsik-sta-restart into release-7.3

As num_sta is in/out parameter for wifi_get_assoclist(), it should be reset before each function call. Input value is treated as maximum number of sta-s to store.

Merge request reports