rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
minimal has quit [Quit: Leaving]
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
thejoker8814 is now known as Guest2951
thejoker8814 has joined #openwrt-devel
skorpy[m] has joined #openwrt-devel
Guest2951 has quit [Ping timeout: 480 seconds]
schmars[m] has joined #openwrt-devel
thejoker8814 is now known as Guest2957
thejoker8814 has joined #openwrt-devel
Guest2957 has quit [Ping timeout: 480 seconds]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
gch981213 has joined #openwrt-devel
rua has quit [Quit: Leaving.]
skorpy[m] has quit [Quit: Client limit exceeded: 20000]
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
rua has joined #openwrt-devel
<jow>
Ansuel: I remembered why sprintbuf() is wrapped with a macro; it's a vararg function and iirc json-c's printbuf routines do not offer a vfprintf() kind of function
<jow>
Ansuel: so we can't simply wrap it easily. Can probably emulate it by doing the printf logic inside the wrapper and only passing the end result to sprintbuf
<jow>
will think about it some more, but I agree that this api needs polishing, noticed that I reimplemented some common logic over and over in various modules
<stintel>
reverted the mbedtls 3 bump and now getting Fri May 3 14:01:37 2024 daemon.notice netifd: radio1 (1839): Error relocating /usr/sbin/hostapd: mbedtls_hkdf_expand: symbol not found
<stintel>
(I also reverted hostapd: Fix compile against mbedtsl 3.6)
<stintel>
although that doesn't seem to be related