On 2021-01-20 02:10, Arend van Spriel wrote:
On 20-01-2021 01:52, Aloka Dixit wrote:
This change moves the FILS discovery and unsolicited probe response
configurations to new netlink commands instead of during beacon set
up.
It allows modification of transmission parameters such as time
interval
dynamically.
Why not have both, ie. support initial setup through START_AP and
allow modifications with new command or an existing one. Maybe we
should consolidate to what has been discussed in thread about AP power
save [1].
Regards,
Arend
[1]
https://patchwork.kernel.org/project/linux-wireless/patch/1598257589-19091-1-git-send-email-vnaralas@xxxxxxxxxxxxxx/
Hi Arend,
FILS discovery and especially unsolicited probe response templates are
big. Sometimes send_and_recv() returns error due to memory
unavailability during wpa_driver_nl80211_set_ap() depending on how many
interfaces, which elements are added. Moving these to separate commands
resolves this issue along with more control over the time interval
during run-time.
Thanks.