net/lwip: wget: integrate struct wget_info into wget code
authorAdriano Cordova <adrianox@gmail.com>
Mon, 11 Nov 2024 21:09:01 +0000 (18:09 -0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 16 Nov 2024 20:35:06 +0000 (21:35 +0100)
commit1327c2a8d6514d4abfa3642ce338fed50b811b21
tree6c0e98a4ee3b49f1c29331da9a8d841ea49c0a5f
parent6cc4d0492b2fb231c163e3a06918be3cde381506
net/lwip: wget: integrate struct wget_info into wget code

Each wget request now fills the struct wget_info. Also, the
efi bootdevice is now set conditionally to the set_bootdevice
variable in wget_info and a buffer size check is performed if
check_buffer_size is set.

Signed-off-by: Adriano Cordova <adrianox@gmail.com>
net/lwip/wget.c